var genislik=210
var yukseklik=200
var speed=3

// 1-Metin alanę

var tarih1='15.10.2009'
var href1='/english/announcement/PRELIMINARY.PROGRAMME.INTERNATIONAL.SYMPOSIUM.on.SPORTS.LAW.pdf'
var baslik1='60th Congress of the International Association of Legal Science - IALS INTERNATIONAL SYMPOSIUM on SPORTS LAW (13 - 14 MAY 2010  ISTANBUL)'




 //2- Link bilgisi

var d1='<font face="Trebuchet MS" color=#FF6600 size ="2">'+tarih1+'</font><br><img src="/images/dot.gif" width="100%" height="1" ><a class="duyuru"  href="'+href1+'" target="_blank"><font face="Trebuchet MS" color=#666666 size ="2">'+baslik1+'<font></a><br><br>'


 //3- Kayan yazę metni uygula



var marqueecontents='<font face="Trebuchet MS" size ="2" color="#000000" ><div align="justify"> '+d1+'  </div></font>'

if (document.all)
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

