
if (document.getElementById || document.all){
	
	document.write('<TABLE border="1" align="center">');
	  document.write('<TR>');
		document.write('<TD width=' +swidth+ '>');
		  document.write('<SPAN style="height:' +sheight+ ';">');
			document.write('<DIV style="position:relative; overflow:hidden; ');
			document.write('width:' +swidth+ ';height:' +sheight+ '; ');
			document.write('clip:rect(0 '+swidth+' '+sheight+' 0); ');
			document.write('background-color: ' +sbcolor+ ';"');
			document.write('onMouseover="sspeed=0;" onMouseout="sspeed=restart">');
			document.write('<DIV id="slider" style="position:relative;width:' +swidth+ ';">');
			document.write('</DIV>');
		  document.write('</DIV>');
		document.write('</SPAN>');
	  document.write('</TR>');
	document.write('</TABLE>');
	
}
