var marqueewidth=300
var marqueeheight=170
var speed=2
/* if (document.all) */
	document.write('<marquee onmouseover="javascript:this.stop()" onmouseout="javascript:this.start()" direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate2()
{
/*	if (document.layers) */
		intializemarquee()
}
function intializemarquee()
{
/*	document.cmarquee01.document.cmarquee02.document.write(marqueecontents)*/
	
/*	document.cmarquee01.document.cmarquee02.document.close()*/
	
/*	thelength=document.cmarquee01.document.cmarquee02.document.height*/
	
	scrollit()
}
function scrollit()
{
/*	if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1))
	
	{
		document.top-=speed
		setTimeout("scrollit()",100)
	}
	else
	{
		document.top=marqueeheight
		scrollit()
	}*/
}
window.onload=regenerate2
