var genislik=210 
var yukseklik=180 
var speed=3 
var tarih0 = ':: 11.10.2011 ::'
var baslik0 = ' İstanbul Üniversitesi Yeni Web Sitesi Kullanıma Açılmıştır.'
var id0= '5551'
var d0='<font face="Trebuchet MS" color=#FF6600 size ="2">'+tarih0+'</font><br><img src="/images/dot.gif"  width="100%" height="1" hspace="0" vspace="4"><a class="duyuru"  href="/duyurular/duyuru_icerik.php?5551" ><font face="Trebuchet MS" color=#666666 size ="2">'+baslik0+'</font></a><br><br>'
 var marqueecontents='<font face="Trebuchet MS" size ="2" color="#000000"><div align="justify"> '+d0+' </div></font>' 

 document.write('<marquee name="mrq" id="mrq" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollAmount='+speed+' style="width:'+genislik+';height:'+yukseklik+'">'+marqueecontents+'</marquee>') 
 function regenerate(){ 
 window.location.reload() 
 } 
 function regenerate2(){ 
 if (document.layers){ 
 setTimeout("window.onresize=regenerate",450) 
 intializemarquee() 
 } 
 }  
 function intializemarquee(){ 
 document.cmarquee01.document.cmarquee02.document.write(marqueecontents)  
 document.cmarquee01.document.cmarquee02.document.close()  
 thelength=document.cmarquee01.document.cmarquee02.document.height  
 scrollit()  
 }  
 function scrollit(){  
 if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){  
 document.cmarquee01.document.cmarquee02.top-=speed  
 setTimeout("scrollit()",100)  
 }  
 else{ 
 document.cmarquee01.document.cmarquee02.top=yukseklik  
 scrollit() 
 }  
 }  
 window.onload=regenerate2 

