	//Specify the marquee's width (in pixels)
	var marqueewidth=110
	//Specify the marquee's height
	var marqueeheight=80
	//Specify the marquee's scroll speed (larger is faster)
	var speed=1.5
	//Specify the marquee contents
	// var marqueecontents='<p align="justify"><font face="verdana" size="-3" color="#014A97"><small><B>Participate in DrPradhan.com - Forums</b><br>These are Homoeopathic Discussion Boards<br> The Discussion is on<br>Organon<br></b>Cases<br><br></small></font>'
	var marqueecontents='<p><font color="#0000CC"><b><a href=http://www.drpradhan.com/forums/index.php target=_new>DrPradhan.com - Forums (Discussion Board)</a><br></b> These are Homoeopathic Discussion Boards<br>The Discussion is on<br>Organon<br>Cases</p>'
	if (document.all)
	document.write('<marquee direction="up" 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
            