
   var marqueecontents = "";
   
   				  marqueecontents += '<a><span class=breakred>EURAD</span><span class=breakmain>&nbsp;&nbsp;Drugs are illegal because they are dangerous; They are not dangerous because they are illegal ...&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';      
			      
  			      marqueecontents += '<a><span class=breakred>Sweden</span><span class=breakmain>&nbsp;&nbsp;Needle exchange programs banned on the grounds that they encourage drug use ...&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';
			      
				  marqueecontents += '<a><span class=breakred>Reuters</span><span class=breakmain>&nbsp;&nbsp;Researchers at St Louis University School of Medicine say large doses of marijuana may be related to stroke deaths among teenagers ...&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';      
			      
<!--<hr size=1 width=100% align=center></font>-->
			
			//Specify the marquee's width (in pixels)
			var marqueewidth='640';
			//Specify the marquee's height
			var marqueeheight='11';
			//Specify the marquee's scroll speed (larger is faster)
			var speed='4';
			//Specify the marquee's direction
			var direction='left';
			
			
if (document.all)
document.write('<marquee direction='+direction+' scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
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.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}

window.onload=regenerate2
			
		 
 