//  Distributed by http://www.hypergurl.com

// Scrollers width here (in pixels)
var scrollerwidth="141px"

// Scrollers height here
var scrollerheight="300px"

// Scrollers speed here (larger is faster 1-10)
var scrollerspeed=1



// Scrollers content goes here! Keep all of the message on the same line!


var scrollercontent="<div><ul><li><a href='../university/cme_lung_tumor_2010.html' class='Verdana-11-blue-none'>CME on LUNG TUMORS</a></li><li><a href='../university/counselling_mds_2010.htm' class='Verdana-11-blue-none'>First wait list of candidate provisionally selected for counselling  in  the  order of ranking secured in the All India Level Entrance  Examination  held  on 24.01.2010  for admission to M.D.S. Degree Course for the academic year- 2010-11.</a></li><li><a href='../university/counselling_pgclinical_2010.htm' class='Verdana-11-blue-none'>First wait list of candidates provisionally selected for counselling  in  the  order of their ranking secured in the All India Level Entrance  Examination  held  on 24.01.2010 for admission to Postgraduate (Clinical) Diploma Courses for the academic year- 2010-11.</a></li><li><a href='../university/nri_admission_2010.html' class='Verdana-11-blue-none'>Applications notification for the admission of NRI Students - 2010</a></li><li><a href='../university/pg_results_2010.html' class='Verdana-11-red-news'>All India Level Entrance Examination held on 24.01.2010 for admission to PG Courses Medical (Clinical & Non-Clinical) & Dental (M.D.S. Courses) 2010-11 List of Provisionally Selected Candidates</a></li><li><a href='../university/pg_clinical_results2010.asp' class='Verdana-11-red-news'>Rank List  of the All India Level  Entrance Examination conducted on 24.01.2010 (F.N.) for admission to Postgraduate (Clinical) Degree and Diploma courses - 2010</a></li><li><a href='../university/pg_nonclinical_results2010.asp' class='Verdana-11-red-news'>Rank List of the All India Level  Entrance Examination conducted on 24.01.2010 (A.N.) for admission to Postgraduate (Non-Clinical) Degree courses - 2010 </a></li><li><a href='../university/mds_entrance_results2010.asp' class='Verdana-11-red-news'>Rank List of the All India Level  Entrance Examination conducted on 24.01.2010 (F.N.) for admission to  M.D.S. Degree course - 2010 </a></li><li><a href='../university/pdf/sru_advt_1_10.pdf' target='_blank' class='Verdana-11-blue-none'>Applications are invited from suitable candidates for working in the following funded projects at SRU - Effect of p38MAP kinase on postmitotic cardiomyocyte proliferation in-vitro and in-vivo.</a></li><li><a href='../university/pdf/dbt_pa_notice_feb_2010.pdf' target='_blank' class='Verdana-11-blue-none'>Applications are invited from suitable candidates for working in the following funded projects at SRU</a></li><li><a href='../press_releases/2010/popup_26jan.htm' target='_blank' class='Verdana-11-blue-none'>Malaysian Minister at R.Day Celebrations in Sri Ramachandra University</a></li><li><a href='../press_releases/2010/stem_cell_cme_photo.pdf' target='_blank' class='Verdana-11-blue-none'>CME on Stem Cells, Regenerative Medicine in Orthopedic Applications</a></li><li><a href='../press_releases/2010/popup_19jan.htm' target='_blank' class='Verdana-11-blue-none'>SRU & University of California-Berkeley Launch Masters Programme in Public Health</a></li><li><a href='../press_releases/2010/popup_6jan.htm' target='_blank' class='Verdana-11-blue-none'>Dr. Kalam Launches Tele-Audio Screening at Sri Ramachandra University</a></li><li><a href='../university/pdf/acls_pals_10.pdf' target='_blank' class='Verdana-11-blue-none'>Dept. of Accident & Emergency Medicine announces the Internationally valid training program and certification courses in BLS & ACLS - 2010</a></li><li><a href='../press_releases/2009/popup_24nov.htm' class='Verdana-11-blue-none' target='blamk'>Ethics Education in Medical Research : Sri Ramachandra Tie-Up with Miami University</a></li><!--<li><a href='../university/csm.html' class='Verdana-11-blue-none'>Clinical Society Meeting - Oct 08</a></li><li><a href='javascript:' class='Verdana-11-blue-none'>Guest lecture on Approach to Cardiac Disease by Dr. Prem Sekar, Pediatric Cardiologist 2 p.m. at Harvard Auditorium</a></li><li><a href='javascript:' class='Verdana-11-blue-none'>Congratulation to Dr. P.V. Shaji & Dr. Manju Mary Verghese for wining intra collegiate round of IAP PG Quiz 2008</a></li>--></ul></div>";

var pauseit=1


// Change nothing below!

scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for 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()",30)
}
//window.onload=populate

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>')
}
}
}