	if (document.layers)
	document.write(singletext[0])

	if (document.all){
	document.writeln('<div style="position:relative;overflow:hidden;width:'+swidth+';height:'+sheight+';clip:rect(0 '+swidth+' '+sheight+' 0);onmouseover="sspeed=0";onmouseout="sspeed=2"">')
	document.writeln('<div id="ieslider1" style="position:relative;width:'+swidth+';">')
	document.write(singletext[0])
	document.writeln('</div></div>')
	}
	if (document.getElementById&&!document.all){
	document.writeln('<div style="position:relative;overflow:hidden;;width:'+swidth+';height:'+sheight+';clip:rect(0 '+swidth+' '+sheight+' 0);onmouseover="sspeed=0";onmouseout="sspeed=2"">')
	document.writeln('<div id="ns6slider1" style="position:relative;width:'+swidth+';">')
	document.write(singletext[0])
	document.writeln('</div></div>')
	}