//Script For Whats New Section

		     var scrollerwidth="320px"
		     var scrollerheight="160px"
		     var scrollerspeed=1
	   	     var scrollercontent='<font color="#3272B2" size="2px"><A href="Circulars/Sales Tax.pdf">Request for suggestions regarding effective implementation of the provisions of sections 31 and 49 of the HVAT Act, 2003<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="https://web1.hry.nic.in/hrtreasury/ctax.aspx">ePayment through SBI<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/legalnotice/vat02.04.2010.pdf">Amendment in Rule 11,20 and 25 of HVAT Act,2003<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/RFP/clarificationPreBid.pdf">Clarifications Regarding RFP<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/RFP/DraftContract.pdf">Annexure to RFP:Draft Contract<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/RFP/RevisedRFP.pdf">Revised RFP for the selection of consultant for assistance in egovernance initiative<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/InvitationGST.pdf">Invitation of Suggestions on First Discussion Paper on Goods & Services Tax in India<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/FirstDiscussionPaper.pdf">First Discussion Paper on Goods & Services Tax in India<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/bpcl.vat.pdf">A Tin No 06731331412 alloted to Bharat Petroleum Corporation Ltd.,Faridabad<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="VAT/Notifications/Eng 25-aug-09.pdf"> Amendment-Reduction of VAT Rate on Hardwares of Iron and Steel<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="PublicNotice/advertisement action on bogus receipts 5.6.09.pdf">Vehicle owners paying tax through agents beware<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="ScrutinyCases/Guidelines for framing assessment in cases selected for scrutiny- 11.05.2009.pdf">Guidelines for framing assessment in cases selected for scrutiny- 11.05.2009<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR>The New officiallly e-mail id of Palwal District is detcpal@haryanatax.com <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR></font>'

		     var pauseit=1
		     scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1for 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()",40)
   	             }

    		     
   	
  	             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>')
		       }
		      }								
                     }
