#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;} #menu1 a:active {color:black;text-decoration:none;} #menu1 a:hover {color:black;background-color:#FFFF99} #menu1 a:visited {color:black;text-decoration:none;} #menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;} #menu2 a:active {color:blue;text-decoration:none;} #menu2 a:visited {color:blue;text-decoration:none;} #menu2 a:hover {color:navy;background-color:#f0fea8} #menu3 a {color:black;background-color:white;text-decoration:none; text-indent:1ex;} #menu3 a:hover {color:black;background-color:#FFFF99;} #menu3 a:active {color:black;text-decoration:none;} #menu3 a:visited {color:black;text-decoration:none;} td,tr,p{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#000000;text-align: left;} //-->


>

Seslisohbet57

Alemin En Delikanlı Sitesi.!

sesli mekan

durhadur



KAYNARCA FM






<****** language=JavaScript> /* VML Fireworks ****** -- By Jacco IJzerman (j.ijzerman1@REMOVETHISchello.nl) Permission granted to Dynamicdrive.com to feature ****** in archive. For full source code, visit http://www.dynamicdrive.com/ */ //Customize fireworks colors: colors = new Array(); colors[0] = new Array('yellow', 'lime'); colors[1] = new Array('silver', 'green') colors[2] = new Array('silver', 'blue'); colors[3] = new Array('silver', 'purple'); colors[4] = new Array('purple', 'white'); colors[5] = new Array('blue', 'silver'); colors[6] = new Array('red', 'fuchsia'); colors[7] = new Array('yellow', 'red'); maximum = 1000; vmlobj=''; for(i = 0; i < 12; i++){ vmlobj += ''; } document.write(vmlobj); vmlobj = null; aantal = 0; ******** begin() { try { if(aantal == maximum){ return;} kleurschema = Math.floor(Math.random() * colors.length); posLinks = Math.floor(Math.random() * (document.body.clientWidth - 180)); posLinks = (posLinks < 170)? 170: posLinks; posBoven = Math.floor(Math.random() * (document.body.clientHeight - 180)); posBoven = (posBoven < 170)? 170: posBoven; straal = 0; uiteen = true; teller = 1; flikkereffect = false; for(var i = 0; i < 12; i++){ document.getElementsByTagName('shape')[i].setAttribute('fillcolor', colors[kleurschema][0]); document.getElementById('ster'+i).style.visibility = 'hidden'; // 5.0 fix document.getElementById('ster'+i).style.left = posLinks; document.getElementById('ster'+i).style.top = posBoven; } document.getElementById('ster0').style.top = (document.body.clientHeight - 20); document.getElementById('ster0').style.visibility = 'visible'; omhoog(); } catch(e){} } ******** omhoog() { try { positie = parseInt(document.getElementById('ster0').style.top); if(positie > posBoven){ document.getElementById('ster0').style.top = (positie - 25); setTimeout('omhoog()', 50); } else { for(i = 1; i < 12; i++){ document.getElementById('ster'+i).style.top = positie; document.getElementById('ster'+i).style.visibility = 'visible'; } uiteenspatten(); } } catch(e){} } ******** uiteenspatten() { try { if(straal > 120 && straal % 10 == 0){ flikkereffect = true; teller = (teller == colors[kleurschema].length)? 0: (teller+1); } for(var i = 0; i < 12; i++){ var hoek = i * 30; var piHoek = Math.PI - Math.PI / 180 * hoek; var links = posLinks + Math.round(straal * Math.sin(piHoek)); var boven = positie + Math.round(straal * Math.cos(piHoek)); document.getElementById('ster'+i).style.left = links; document.getElementById('ster'+i).style.top = boven; if(flikkereffect){ document.getElementsByTagName('shape')[i].setAttribute('fillcolor', colors[kleurschema][teller]); } } if(straal < 160 && uiteen){ straal += (straal < 120)? 10: 5; setTimeout('uiteenspatten()', 50); } else if(straal > 120){ uiteen = false; straal -= 5; setTimeout('uiteenspatten()', 50); } else if(straal <= 120){ for(var i = 0; i < 12; i++){ document.getElementById('ster'+i).style.visibility = 'hidden'; } aantal++; setTimeout('begin()', 500); } } catch(e) {} } window.onload=begin;




<****** language=JavaScript> if (document.all){ yourLogo='YYYYYY'; logoFont='Webdings'; logoColor='#ff0000'; yourLogo=yourLogo.split(''); L=yourLogo.length; H=0; W=0; R=0; E=0; MY=0; MX=0; Wd=0; Hd=0; F=new Array(); Y=new Array(); X=new Array(); S=new Array(); A=new Array(); B=new Array(); document.write('
'); for (i=0; i < L; i++) document.write('
'+yourLogo[i]+'
'); document.write('
'); //Initial Placement! ******** Set(){ for (i=0; i < L; i++){ H=window.document.body.offsetHeight; W=window.document.body.offsetWidth; A[i]=Math.round(Math.random()*H); B[i]=Math.round(Math.random()*W); S[i]=Math.random()*0.07+0.05; R=Math.round(Math.random()*3); E=Math.round(Math.random()*2500+50) if (R == 3) B[i]=-E; if (R == 2) B[i]=W+E; if (R == 1) A[i]=-E; if (R == 0) A[i]=H; F[i]=W/10; } } Set(); ******** Assign(){ outer.style.top=document.body.scrollTop; for (i=0; i < L; i++){ F[i]-=S[i]*55; if (F[i] < 2) F[i]=1; ie[i].style.top =Y[i]; ie[i].style.left=X[i]; ie[i].style.fontSize=F[i]; } } ******** fly(){ MY=window.document.body.clientHeight/2; MX=window.document.body.clientWidth/2; Wd=Math.round(Math.random()*40+5); Hd=Math.round(Math.random()*30+5); for (i=0; i < L; i++) { Y[i]=A[i]+=(MY-A[i])*(S[i]); X[i]=B[i]+=(MX-B[i])*(S[i]); if ((X[i] > MX-Wd) && (X[i] < MX+Wd) && (Y[i] > MY-Hd) && (Y[i] < MY+Hd)){ H=window.document.body.offsetHeight; W=window.document.body.offsetWidth; A[i]=Math.round(Math.random()*H); B[i]=Math.round(Math.random()*W); S[i]=Math.random()*0.05+0.05; R=Math.round(Math.random()*3); E=Math.round(Math.random()*50+50) if (R == 3) B[i]=-E; if (R == 2) B[i]=W+E; if (R == 1) A[i]=-E; if (R == 0) A[i]=H+E; } if ((X[i] < 0) || (X[i] > W) || (Y[i] < 0) || (Y[i] > H)) F[i]=W/10; } Assign(); setTimeout('fly()',20); } window.onload=fly; } // --> body


<****** LANGUAGE="JavaScript">


html> <****** language="Java******1.2">
Bu Gün Toplam 14088 ziyaretçiburayı Ziyaret Etmişdir Tessekkür Ederiz


Copyright © 2009 wptr - web Desing By Mustafa Mutlu Web Dizayn Yöneticisi, tema yapimcisi Kod Yapımcısı


Sevgi Aşk
Toplist,Site Ekle, Backlink, Link Değişim Toplist crm AllaTurkaa & Flatcast

siteni tanit ultraslan url ekle tr-gg toplist hayalperestim tr-gg doslugu sitene trafik



Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol