    function rollText(){
      document.write('<div style="width: 150; height: 80">')
      var marqueewidth=150
      var marqueeheight=75
      var speed=1

      var marqueecontents="<font face=verdana size=1 color=red><b>National Seminar<br></font><font face=verdana size=1 color=black>On Cultivation of Medicinal Plants & Manufacturing of Herbal Medicines <br><br>At Tiruchirapalli <br> June 19-20, 2004<br><br>Venue: Hotel Femina, Trichy.</b></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',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>')
