

var marqueewidth="300px"

var marqueeheight="130px"

var marqueespeed=1

var pauseit=1

                



marqueecontent='<font face=Arial color=MAROON size=2>'



marqueecontent=marqueecontent +'<img src="scripts/images/new2.gif" border=0>The IV Trimester for MBA Students Commences on 02.08.10<BR><BR>'

marqueecontent=marqueecontent +'<A href="../speech.pdf" style="text-decoration:none" target="_new"> <img src="scripts/images/new2.gif" border=0>Two days National Level seminar on speech processing and its application on 23/07/10 and 24.07.2010<BR><BR>'

marqueecontent=marqueecontent +'<A href="../coe/index.html" style="text-decoration:none" target="_new"> <img src="scripts/images/new2.gif" border=0>Revised Theory Examination Schedule for M.B.A III Trimester - July 2010<BR><BR>'

//marqueecontent=marqueecontent +'<A href="../research/rc/index.html" style="text-decoration:none" target="_new"> <img src="scripts/images/new2.gif" border=0>Application for Recognition as Research Centre<BR><BR>'

marqueecontent=marqueecontent +'<A href="../cae/membcbs/stp/oops.pdf" style="text-decoration:none" target="_new"><img src="scripts/images/new2.gif" border=0>Two Days Orientation Programme on Object Oriented Programming on 31/07/10 & 01/08/10 <BR><BR></a>'

marqueecontent=marqueecontent +'<A href="http://aut2.tau.edu.in:8080/R-2008/index.jsp" style="text-decoration:none" target="_new">Regulations 2008 B.E. / B.Tech. Curriculum and Syllabus<BR><BR></a>'

marqueecontent=marqueecontent +'<A href="../cep/index.html" style="text-decoration:none" target="_new">Application for Affiliation Academic year 2010-11<BR><BR></a>'

marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS



var copyspeed=marqueespeed



var pausespeed=(pauseit==0)? copyspeed: 0



var iedom=document.all||document.getElementById



var actualheight=''



var cross_marquee, ns_marquee





function populate(){



if (iedom){



cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee



cross_marquee.style.top=parseInt(marqueeheight)+8+"px"



cross_marquee.innerHTML=marqueecontent



actualheight=cross_marquee.offsetHeight



}



else if (document.layers){



ns_marquee=document.ns_marquee.document.ns_marquee2



ns_marquee.top=parseInt(marqueeheight)+8



ns_marquee.document.write(marqueecontent)



ns_marquee.document.close()



actualheight=ns_marquee.document.height



}



lefttime=setInterval("scrollmarquee()",10)



}



window.onload=populate



function scrollmarquee(){





if (iedom){



if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+15))



cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"



else



cross_marquee.style.top=parseInt(marqueeheight)+15+"px"



}



else if (document.layers){




if (ns_marquee.top>(actualheight*(-1)+8))



ns_marquee.top-=copyspeed



else



ns_marquee.top=parseInt(marqueeheight)+8



}



}





if (iedom||document.layers){



with (document){



if (iedom){



write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')



write('<div id="iemarquee" style="position:absolute;left:0px;top:0px;width:100%;">')



write('</div></div>')



}



else if (document.layers){



write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee">')



write('<layer name="ns_marquee2" width='+marqueewidth+' height='+marqueeheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')



write('</ilayer>')



}



}



}





