
var mw=270 	/* uzunluk */
var mh=100 	/* genişlik */
var sp=1 		/* hız */

var text= '<center>Genel Yaşam Sigorta ve <br>ACP Sigorta ve Reasürans<br>brokerlığı tarafından piyasaya<br>sunulan <b>Kirelax</b> poliçesi <br>hem kiracılara<br>hem de ev sahiplerine<br>12 ay süreyle<br>güvence altına alıyor<br><A HREF="kirelax.html"><strong><font color="#993300" size="2">Ayrıntılı Bilgi İçin</font></strong></A> <BR><br><br>'

if (document.all)document.write('<marquee direction="up" onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount='+sp+' style="width:'+mw+';height:'+mh+'">'+text+'</marquee>')

function loop() 
{
	window.location.reload() 
					}

function loop2() 
{
	if (document.layers) { setTimeout("window.onresize=loop",350) 
	init() 

									} 
								}

function init() 
{
	document.marq.document.marqEx.document.write(text)
	document.marq.document.marqEx.document.close()
	thelength=document.marq.document.marqEx.document.height
	runmarq() 
								}

function runmarq() 
{	
	if (document.marq.document.marqEx.top>=thelength*(-1)) { 
	document.marq.document.marqEx.top-=sp 
	setTimeout("runmarq()",100)
										}

else 
{
	document.marq.document.marqEx.top=mh 
	runmarq() 

							} 
						}

window.onload=loop2

