var marqueewidth=300
var marqueeheight=175
var speed=1
var marqueecontents='<font face="Arial" color=#5F4C2D><strong><small><p><p>Sligo County has many rural communities of various sizes, all of who depend on the town of Sligo as their main urban centre.<p>So why not find out more about these communities today, show your support by visiting their Web sites.<p>Please remember to mention the Sligo Web if you should make contact with any other site.</small></strong></font>'
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

