var scrollerwidth="200px"
var scrollerheight="270px"
var scrollerspeed=1
var scrollercontent='<div align="justify"><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="/link/resam10.htm" tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A">  Examination Results April May 2010</a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="http://www.aceie.org" tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A">National Level Technical Seminar on "GRID AND CLOUD COMPUTING" - 8th Sep 2010 organized by IE(I)-IT Division </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="http://www.aceie.org" tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A">ACEION T10 :: Engineer Day Celebration on 14th and 15th Sep 2010 organized by IE(I) </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="/link/11.pdf"tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A"> A Two Week Short Term Training Course (STTC) on  “MODERN RESEARCH METHODOLOGIES IN BIOTECHNOLOGY” 16th – 29th  SEPTEMBER  2010 organized by Department of Bio Technology </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a "tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A"> A One Day Intra College Students Technical Symposium "PROXY 2K10" on 17th Sep 2010 </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a "tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A"> A Two Day National Level Technical Symposium "CRYPTO 2K10" on 22nd and 23rd Sep 2010  </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="http://www.aceie.org" tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A">AILERONS :: National Level Symposium on 24th and 25th Sep 2010 organized by IE(I)-Aeronautical Division </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a href="/link/cynosure2k10/cynosure2k10.html"tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A"> A Two Day National Level Technical Symposium "CYNOSURE 2K10" on 28th and 29th Sep 2010  </a></b><img src="images/new.gif" border=0><br><br><img src="images/sample4_arrow.gif" border=0><b><a "tatget="_blank" style="text-decoration: none"><font class="textmar1" face="verdana" size=1 color="#1E365A"> FACE-2010 :: A Two Day National Level Technical Symposium  on 30th  SEP and 1st Oct 2010 organized by Department of Chemical Engineering </a></b><img src="images/new.gif" border=0><br><br></div>'
var pauseit=1
scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1)
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)+40+"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)+40
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",20)
}
window.onload=populate
function scrollscroller(){
if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+40))
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:100px;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= 10onMouseover="copyspeed= pausespeed"onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')}}}
