iens6=document.all||document.getElementById
ns4=document.layers
var speed = 5 // especifica a velocidade da rolagem
if(iens6){
	document.write('<div id="container" style="position:relative; width:660px; height:298px; border:0px; overflow:hidden">');
	document.write('<div id="content" style="position:absolute; width:660px; left:0; top:0">');
	}
	document.write('<ilayer name="nscontainer" width="660" height="298" clip="0,0,660,298">');
	document.write('<layer name="nscontent" width="660" height="298" visibility="hidden">');