document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
var anndelay=3000;var anncount=0;var annheight=26;var annnum=1;var annst=0;var s_announcementbody=document.getElementById('announcementbody');var s_announcement=document.getElementById('announcement');function announcementScroll(){if(!annst){s_announcementbody.innerHTML+=s_announcementbody.innerHTML;}else{clearTimeout(annst);}if(annnum==1){s_announcementbody.scrollTop=0;annnum++;annst=setTimeout('announcementScroll()', anndelay);return;}else{if(anncount==annheight){anncount = 0;if(annnum==11){annnum=1; s_announcementbody.scrollTop=0;annst = setTimeout('announcementScroll()', 1);}else{annnum++;annst = setTimeout('announcementScroll()', anndelay);}}else{anncount++;s_announcementbody.scrollTop++;annst = setTimeout('announcementScroll()', 10);}}}announcementScroll();