var flashilanlar=new Array(); flashilanlar[0]='
Real Estate Turkey 25403: For sale Housing Dalyan MuğlaFor sale Housing
Adv. No: 25403
Dalyan
Muğla

125,000 GBP
Real Estate Turkey 25403: For sale Housing Dalyan Muğla
' flashilanlar[1]='
Real Estate Turkey 35120: For sale Housing Konyaaltı AntalyaFor sale Housing
Adv. No: 35120
Gürsu/Konyaaltı
Antalya

450,000 EUR
Real Estate Turkey 35120: For sale Housing Konyaaltı Antalya
' flashilanlar[2]='
Real Estate Turkey 34475: For rent Housing Kaş AntalyaFor rent Housing
Adv. No: 34475
Kalkan/Kaş
Antalya

800 GBP
Real Estate Turkey 34475: For rent Housing Kaş Antalya
' flashilanlar[3]='
Real Estate Turkey 37602: For sale Housing Kartal İstanbulFor sale Housing
Adv. No: 37602
Petrol İs/Kartal
İstanbul

250,000 YTL
Real Estate Turkey 37602: For sale Housing Kartal İstanbul
' flashilanlar[4]='
Real Estate Turkey 29538: For sale Housing Sarıyer İstanbulFor sale Housing
Adv. No: 29538
Büyükdere/Sarıyer
İstanbul

2,500,000 USD
Real Estate Turkey 29538: For sale Housing Sarıyer İstanbul
' flashilanlar[5]='
Real Estate Turkey 25752: For sale Workplace Gebze Kocaeli(İzmit)For sale Workplace
Adv. No: 25752
Gebze
Kocaeli(İzmit)

1,750,000 USD
Real Estate Turkey 25752: For sale Workplace Gebze Kocaeli(İzmit)
' flashilanlar[6]='
Real Estate Turkey 30562: For sale Housing Bakırköy İstanbulFor sale Housing
Adv. No: 30562
Kartaltepe/Bakırköy
İstanbul

420,000 YTL
Real Estate Turkey 30562: For sale Housing Bakırköy İstanbul
' flashilanlar[7]='
Real Estate Turkey 24237: For sale Housing Merkez AntalyaFor sale Housing
Adv. No: 24237
Konyaaltı/Merkez
Antalya

150,000 YTL
Real Estate Turkey 24237: For sale Housing Merkez Antalya
' flashilanlar[8]='
Real Estate Turkey 36680: For rent Workplace Kadıköy İstanbulFor rent Workplace
Adv. No: 36680
Ataşehir/Kadıköy
İstanbul

11,000 YTL
Real Estate Turkey 36680: For rent Workplace Kadıköy İstanbul
' flashilanlar[9]='
Real Estate Turkey 33127: For sale Land Erdemli İçel(Mersin)For sale Land
Adv. No: 33127
Kumkuyu/Erdemli
İçel(Mersin)

3,250,000 YTL
Real Estate Turkey 33127: For sale Land Erdemli İçel(Mersin)
' var ejhaberler=new Array(); ejhaberler[0]='Emlakjet.com dan WEC ofislerine özel kampanya..

Türkiye\'nin Emlak Sitesi emlakjet.com WEC Ofisleri ile işbirliğine gidiyor..Tüm WEC Ofisleri emlakjet.com üyeliği için %30 indirim kazanıyor.. 

' ejhaberler[1]='Projeleriniz Jet Hızıyla Sahiplerini Buluyor..

Emlakjet.com konut projesi tanıtım sayfası çok yakında yayına giriyor..

' function pausescroller(content, divId, divClass, delay){ this.content=content //message array content this.tickerid=divId //ID of ticker div to display information this.delay=delay //Delay between msg change, in miliseconds. this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1 //index of message array for hidden div document.write('
'+content[0]+'
') var scrollerinstance=this if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false) else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}) else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500) } pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid) this.visiblediv=document.getElementById(this.tickerid+"1") this.hiddendiv=document.getElementById(this.tickerid+"2") this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv)) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px" this.getinline(this.visiblediv, this.hiddendiv) this.hiddendiv.style.visibility="visible" var scrollerinstance=this document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1} document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0} if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}) setTimeout(function(){scrollerinstance.animateup()}, this.delay) } pausescroller.prototype.animateup=function(){ var scrollerinstance=this if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px" this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px" setTimeout(function(){scrollerinstance.animateup()}, 50) } else{ this.getinline(this.hiddendiv, this.visiblediv) this.swapdivs() setTimeout(function(){scrollerinstance.setmessage()}, this.delay) } } pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv this.visiblediv=this.hiddendiv this.hiddendiv=tempcontainer } pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px" div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px" } pausescroller.prototype.setmessage=function(){ var scrollerinstance=this if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100) else{ var i=this.hiddendivpointer var ceiling=this.content.length this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1 this.hiddendiv.innerHTML=this.content[this.hiddendivpointer] this.animateup() } } pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"] else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top") else return 0 }