//<script language="JavaScript1.2">
var scrollerwidth="250px"
var scrollerheight="168px"
var scrollerspeed=1
var scrollercontent = '<ol>'
scrollercontent = scrollercontent+'<li style="margin-top:3px"><a target="_blank" href="Documents/Bihar-Treasury-Code-2011.pdf" class="wbg">Bihar Treasury Code 2011 - As implemented from 01-10-2011.</a> 26-09-2011. <img border="0" src="images/new64.gif">'
scrollercontent = scrollercontent+'<li>Report on <a onclick="blur()" class="wbg" target="_blank" href="documents/Economic-Survey-2011-English.pdf">Economic Survey 2010-11 for the State of Bihar</a> has been released by Finance Dept. - 23-02-2011.</li>'
//scrollercontent = scrollercontent+'<li><a onclick="blur()" class="wbg" target="_blank" href="documents/Governor-Speech-03-12-2010.pdf">Hon\'ble Governor\'s speech during joint session of Bihar Legislative Council.</a> - 03-12-2010.</li>'
scrollercontent = scrollercontent+'<li><a onclick="blur()" class="wbg" target="_blank" href="http://www.bpgrs.in/">Bihar Public Grievance Redressal System</a> has been started as a website.</li>'
scrollercontent = scrollercontent+'<li>Urban Development Dept. has released <a onclick="blur()" class="wbg" target="_blank" href="http://urban.bih.nic.in">important information related to passing of house construction plan</a> as per the new process on its Notice Board.</li>'
scrollercontent = scrollercontent+'<li>Labour Resources Dept. has released the <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/documents/SPA-Child-Labour-June-2009.pdf">State Plan of Action for elimination, Release and Rehabilitation of Child Labour</a> on 26-6-2009.</li>'
scrollercontent = scrollercontent+'<li>Draft version of <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/Documents/Revised-BSPD.pdf">Bihar State Policy on Disability</a> has been released by Welfare Dept.</li>'
scrollercontent = scrollercontent+'<li>Animal & Fisheries Resources Dept. (Animal Husbandry) invites feedback on <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/Documents/Pashu-Prajanan-Niti.pdf">Animal Breeding Policy</a> for Bihar.</li>'
scrollercontent = scrollercontent+'<li>For finding out more about <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/Documents/Jkdmm.pdf">Chief Minister\'s Janta Darbar</a>, please visit this link.</li>'
scrollercontent = scrollercontent+'<li>Report on <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/Documents/Jaankari.pdf">Jaankari - An ICT based facilitation centre under RTI Act</a>.</li>'
scrollercontent = scrollercontent+'<li>Interim Report on some issues related to <a onclick="blur()" class="wbg" target="_blank" href="http://gov.bih.nic.in/Documents/Interim-Report-on-Bhoodan-in-Bihar.pdf">Bhoodan in Bihar</a> is now available here.</li>'
scrollercontent = scrollercontent+'</ol>'

var pauseit=1
// Change nothing below!
scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

function populate(){
if (iedom){
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
cross_scroller.innerHTML=scrollercontent
actualheight=cross_scroller.offsetHeight
}
else if (document.layers){
ns_scroller=document.ns_scroller.document.ns_scroller2
ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",35)
}
window.onload=populate

function scrollscroller(){

if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
	cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
else
	cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
}
else if (document.layers){
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed
else
ns_scroller.top=parseInt(scrollerheight)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')
}
}
}
//</script>

