//Script For Whats New Section

		     var scrollerwidth1="320px"
		     var scrollerheight1="160px"
		     var scrollerspeed1=1
	   	     var scrollercontent_new='<font color="#3272B2" size="2px"><A href="excise/Distillery.pdf">Ex- Distillery Issue Price for the year 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="excise/Liquor vends 2010-11.htm">Excise Arrangements 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="excise/PUBLIC NOTICE.pdf">Public Notice for Inviting Applications for 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="Excise/ExcisePolicy2010-11.pdf">Excise Policy 2010-11<img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR><A href="excise/Renewal application.pdf">Application for Renewal of L-14A and L-2 vends for 2010-11 <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR>Excise & Taxation Commissioner is authorized to exempt liquor to be consumed during the celebration ceremonial functions by the defense personnel. <img src="Files/Images/new_blnk.gif" border="0" /></A><BR><BR><BR></font>'

		     var pauseit1=1
		     scrollerspeed1=(document.all)? scrollerspeed1 : Math.max(1, scrollerspeed1-1) //slow speed down by 1for NS
		     var copyspeed1=scrollerspeed1
		     var iedom_new=document.all||document.getElementById
			 
         	     var actualheight1=''
		     var cross_scroller1, ns_scroller1
		     var pausespeed1=(pauseit1==0)? copyspeed1: 0
			
		     function populate1()
		     {
		      if (iedom_new)
		      {
                       cross_scroller1=document.getElementById? document.getElementById("iescroller1") :document.all.iescroller1
			
		       cross_scroller1.style.top=parseInt(scrollerheight1)+8+"px"
		       cross_scroller1.innerHTML=scrollercontent_new
	               actualheight1=cross_scroller1.offsetHeight
		      }
		      else if (document.layers)
                      {
                       ns_scroller1=document.ns_scroller11.document.ns_scroller13
                       ns_scroller1.top=parseInt(scrollerheight1)+8
                       ns_scroller1.document.write(scrollercontent_new)
		       ns_scroller1.document.close()
		       actualheight1=ns_scroller1.document.height
		      }
		      lefttime=setInterval("scrollscroller1()",30)
   	             }

    		     
   	
  	             function scrollscroller1()
                     {
   	              if (iedom_new)
                      {
 		       if (parseInt(cross_scroller1.style.top)>(actualheight1*(-1)+8))
		        cross_scroller1.style.top=parseInt(cross_scroller1.style.top)-copyspeed1+"px"
		       else
                        cross_scroller1.style.top=parseInt(scrollerheight1)+8+"px"
                      }
		      else if (document.layers)
                      {
		       if (ns_scroller1.top>(actualheight1*(-1)+8))
	                ns_scroller1.top-=copyspeed1
		       else
		        ns_scroller1.top=parseInt(scrollerheight1)+8
                      }		
	             }
						
		     if (iedom_new||document.layers)
		     {
		      with (document)
		      {
		       if (iedom_new)
                       {
                        write('<div style="position:relative;width:'+scrollerwidth1+';height:'+scrollerheight1+';overflow:hidden" onMouseover="copyspeed1=pausespeed1" onMouseout="copyspeed1=scrollerspeed1">')
   		        write('<div id="iescroller1" style="position:absolute;left:0px;top:0px;width:100%;">')
                        write('</div></div>')
                       }
		       else if (document.layers)
                       {
                        write('<ilayer width='+scrollerwidth1+' height='+scrollerheight1+' name="ns_scroller11">')
			write('<layer name="ns_scroller13" width='+scrollerwidth1+' height='+scrollerheight1+' left=0 top=0 onMouseover="copyspeed1=pausespeed1" onMouseout="copyspeed1=scrollerspeed1"></layer>')
		        write('</ilayer>')
		       }
		      }								
                     }
