    function rollText(){
      document.write('<div style="width: 150; height: 80">')
      var marqueewidth=750
      var marqueeheight=25
      var speed=3

    var marqueecontents="<font face=verdana size=4 color=blue> IVT has commenced Daily temple at Ballyroan Community Centre, Marian Road, Rathfarnham, Dublin 14. </b></font>"; 




      if (document.all)
        document.write('<marquee direction=left scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
    }

    function regenerate(){
      window.location.reload()
    }

    function regenerate2(){
      if (document.layers){
        setTimeout('window.onresize=regenerate',425)
        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()
        }
    }

    function fun(){ 
      regenerate2(); 
      popup()
    }
  document.write('<ilayer width=marqueewidth height=marqueeheight name=cmarquee01>')
  document.write('<layer name=cmarquee02 width=marqueewidth height=marqueeheight></layer>')
  document.write('</ilayer>')
