if(document.layers){
	document.write('<ilayer id="ns4div" width='+swidth+' height='+sheight+' bgcolor='+sbcolor+'><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+'px; height:'+sheight+'px; clip:rect(0px, '+swidth+'px, '+sheight+'px, 0px); background-color:'+sbcolor+';" onmouseover="sspeed=0;" onmouseout="sspeed=restart"><div id="iens6div" style="position:relative; width:'+swidth+'px;">');
	document.write(singletext[0]);
	document.write('</div></div>');
}
