ÿþ<html><head> <title>News</title> <style type="text/css"> <!-- BODY { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } /* FONT COLORS */ TABLE { COLOR: #000000; FONT: 11px arial, sans-serif; font-weight: normal } .title { COLOR: #0033FF; FONT: 12px arial, sans-serif; font-weight: bold; } #NewsDiv { position: absolute; left: 0; top: 0; width: 100% } /* PAGE LINK COLORS */ a:link { color: #0033FF; text-decoration: underline; } a:visited { color: #6633FF; text-decoration: underline; } a:active { color: #0033FF; text-decoration: underline; } a:hover { color: #6699FF; text-decoration: none; } --> </style> </head> <BODY BGCOLOR="#CCCCCC" TEXT="#000000" onMouseover="scrollspeed=0" onMouseout="scrollspeed=current" OnLoad="NewsScrollStart();"> <div id="NewsDiv"> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td> <!-- SCROLLER CONTENT STARTS HERE --> <! <span class="title"> </span> <a href="excise.pdf" target="_blank"><font size="3"><small>LIST OF UNSETTELED RETAIL EXCISE SHOPES AND THEIR DETAILS UNDDER EXCISE DEPARTMENT BOKARO</small> </font></a> <br><br><br> <! <span class="title"> </span> <a href="Health_Officer.html" target="_blank"> <font size="3"> > 0 M / > 2 / - 8 H ( ?  6 2 M /  ?  ? $ M 8  -8 9 -. A  M /  ?  ? $ M 8 > * & > ' ?  > 0 @ ,, K  > 0 K & M 5 > 0 >  @ . ( . . ., . ( . . ., . .  .! , M 2 B  >  / (  5  * M 0 $ @  M 7 > 8 B  @ <img src="new.gif"> </font></a> </td> </tr> </table> </div> <!-- YOU DO NOT NEED TO EDIT BELOW THIS LINE --> <script language="JavaScript" type="text/javascript"> <!-- HIDE CODE var scrollspeed = "1" // SET SCROLLER SPEED 1 = SLOWEST var speedjump = "30" // ADJUST SCROLL JUMPING = RANGE 20 TO 40 var startdelay = "2" // START SCROLLING DELAY IN SECONDS var nextdelay = "0" // SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST var topspace = "2px" // TOP SPACING FIRST TIME SCROLLING var frameheight = "200px" // IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH current = (scrollspeed) function HeightData(){ AreaHeight=dataobj.offsetHeight if (AreaHeight==0){ setTimeout("HeightData()",( startdelay * 1000 )) } else { ScrollNewsDiv() }} function NewsScrollStart(){ dataobj=document.all? document.all.NewsDiv : document.getElementById("NewsDiv") dataobj.style.top=topspace setTimeout("HeightData()",( startdelay * 1000 )) } function ScrollNewsDiv(){ dataobj.style.top=parseInt(dataobj.style.top)-(scrollspeed) if (parseInt(dataobj.style.top)<AreaHeight*(-1)) { dataobj.style.top=frameheight setTimeout("ScrollNewsDiv()",( nextdelay * 1000 )) } else { setTimeout("ScrollNewsDiv()",speedjump) }} // END HIDE CODE --> </script> </body> </html>