
if(document.layers){
	document.write('<ilayer id="ns4div" width='+swidth+' height='+sheight+'><layer id="ns4div1" width='+swidth+' height='+sheight+' onmouseover="sspeed=0;" onmouseout="sspeed=restart">');
	document.write(singletext[0]);document.write('</layer></ilayer>')
}
if(document.getElementById||document.all){
	document.write('<div style="position:relative;overflow:hidden;width:'+swidth+';height:'+sheight+';clip:rect(0 '+swidth+' '+sheight+' 0);background-color:;" onmouseover="sspeed=0;" onmouseout="sspeed=restart"><div id="iens6div" style="position:relative;width:'+swidth+';">');
	document.write(singletext[0]);document.write('</div></div>');
}

