var marqueewidth="175px"
var marqueeheight="247px"
var marqueespeed=1
var pauseit=1
marqueecontent='<font face=Arial color=black size=2>'
marqueecontent=marqueecontent +'<style="text-decoration:none" target="_self"><border=0>Welcome to Srinivasan Engineering College<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>Priestly Ordination: <BR></a>'
//marqueecontent=marqueecontent +'<A href="" style="text-decoration:none" target="_self"><border=0>Tamilnadu Open University 2nd year and 3rd year Fees last Date on 30.08.2009<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>Solemn Profession: <BR></a>'
//marqueecontent=marqueecontent +'<A href="" style="text-decoration:none" target="_self"><border=0>IGNOU Courses offered Full Time & Evening, Week End Engineering programme Admission Going on Contact : 93457 92885<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>Visit of Miss. Staphanie Schuller: <BR></a>'
//marqueecontent=marqueecontent +'<A href="" style="text-decoration:none" target="_self"><border=0>Annamalai Nagar Study Centre, Cordially Invite you to the seminar on Currect issues in Management by Pro.N.Janakiraman Sastra University, Tanjore. Date : 30.08.2009 Time : 9.30am to 1.00pm Venue : Auditorium Joseph Higher Secondary School, Chathiram Busstand, Trichy -2. <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>90th Ordinary General Chapter, Fatima, Portugal: <BR></a>'
//marqueecontent=marqueecontent +'<A href="" style="text-decoration:none" target="_self"><border=0>for Registration<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>The address of the Chapter place: Domus Carmeli, Rua Imaculado Coracao de Maria 17, 2495-441 Fatima, Portugal. Tel. 00351-249530650; fax. 00351- 249 530659; e-mail: fatima@carmelitas.pt <BR></a>'
//marqueecontent=marqueecontent +'<A href="" style="text-decoration:none" target="_self"><border=0>Contact : 90038 50575<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.htm" style="text-decoration:none" target="_self"><border=0>Republic Day celebration at JCET <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>We have taken New Dalit Mission (discriminated people from the Society), called Kottampatty, in the Diocese of Dindigul, Frs. Dias Regin, the superior and parish priest, and Lazar, conventual and assistant, informally took charge of the pastoral care of the faithful. <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.htm" style="text-decoration:none" target="_self"><border=0>Republic Day celebration at JCET <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>From Kanyakumari district, after 24 years, with 24 marks more, P. Jose  Rijan, from R.C. Street, from our St. Mary Goretti Hr. Sec. School, Manalikarai,  with 496 marks, came as state first student in Tamilnadu. We whole heartedly appreciate the students. Besides him, two other students, T.R. Abinesh (490) and C. Christopher Berlin (489) won the second and third place in Thuckalay Educational District. <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.htm" style="text-decoration:none" target="_self"><border=0>Republic Day celebration at JCET <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>Rev Sr. Mary Archana of the Cross (Pondy Carmel) made her Solemn Profession on July 11, 2009. <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.htm" style="text-decoration:none" target="_self"><border=0>Republic Day celebration at JCET <BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.HTM" style="text-decoration:none" target="_self"><border=0>Rev Sr. Magdelin Mary OCD, from yercaud Carmel passed away on June 30, 2009.<BR><BR></a>'
//marqueecontent=marqueecontent +'<A href="tamil-currentnews.htm" style="text-decoration:none" target="_self"><border=0>Republic Day celebration at JCET <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>')
}
}
}