//Specify the marquee's width (in pixels) var marqueewidth= 450 //200 //Specify the marquee's height var marqueeheight=100 //100 //Specify the marquee's scroll speed (larger is faster) var speed=2 //Specify the marquee contents var marcontents1,marcontents2,marcontents3,marcontents4,marcontents5,marcontents6,marcontents7,marcontents8,marcontents9 var marqueecontents marcontents1='
Labour News
' marcontents2='
Consultancy Services for Skill Survey and Mapping till 2027 for the Union Territory of Puducherry
' marcontents3='
Pondicherry Institute of Bio-Medical Engineering - Bio-Medical Certificate Course - Extension of Time
' marqueecontents=marcontents1+marcontents2+marcontents3 if (document.all) document.write(''+marqueecontents+'') 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()",200) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } //window.onload=regenerate2