ŞANS OYUNLARI UYDUDAN GÖRÜNTÜ <IFRAME name=sayfam.net Şans Oyunları marginWidth=0 marginHeight=0 src="http://www.sayfam.net/webmaster/hizmetler/sansoyunlari.asp" frameBorder=0 width=135 scrolling=no height=240></IFRAME> <iframe src="http://www.homepage-baukasten.de/map.php?k=51.163475,10.454239&umgebung=4" frameborder="0" width="500" height="300" scrolling="no"></iframe> <a href="www.kodbul.piczo.com" _fcksavedurl="www.kodbul.piczo.com"><img src="http://i11.piczo.com/view/2/s/d/0/b/l/3/l/n/v/4/9/img/i290588954_97580_5.gif" _fcksavedurl="http://i11.piczo.com/view/2/s/d/0/b/l/3/l/n/v/4/9/img/i290588954_97580_5.gif" width="106" height="34" align="left"></a> HAREKETLİ YAZI (SOL AŞAĞI YUKARI) KUTU İÇİNDE KAYAN YAZI <SCRIPT LANGUAGE="JavaScript"> <!-- done = 0; step = 4 function anim(yp,yk) { if(document.layers) document.layers["napis"].top=yp; else document.all["napis"].style.top=yp; if(yp>yk) step = -4 if(yp<60) step = 4 setTimeout('anim('+(yp+step)+','+yk+')', 35); } function start() { if(done) return done = 1; if(navigator.appName=="Netscape") { document.napis.left=innerWidth/2 - 145; anim(60,innerHeight - 60) } else { napis.style.left=11; anim(60,document.body.offsetHeight - 60) } } //--> </SCRIPT> </HEAD><BODY><div id='napis' style='position: absolute; top: -50; color: #D23842; font-family: Arial, Helvetica; font-weight:bold; font-size:40px;'>Type your text here ...</div> <SCRIPT LANGUAGE="JavaScript"> <!-- setTimeout('start()',10); //--> </SCRIPT> <!-- START OF SCRIPT --> <!-- For more scripts visit http://www.erenet.net --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Control Scroll</TITLE> <FCK:META NAME="KEYWORDS" CONTENT="" /> <FCK:META NAME="GENERATOR" CONTENT="HTMLpad" /> <script LANGUAGE="javascript"> var b_speed=10; var banner_id=1; var b_pause=0; var b_position=0; function stop(){ if(!b_pause){ clearTimeout(banner_id); b_pause=1} else{ banner_main(); b_pause=0}} function banner_main(){ msg="Buraya mesajınızı yazın..." +"Burayada devam edin...www.erenet.net"; var k=(35/msg.length)+-1; for(var j=2;j<k;j++)msg+=""+msg; document.forms[0].substring.value=msg.substring(b_position,b_position+50); if(b_position++==msg.length){ b_position=0} banner_id=setTimeout("banner_main()",1000/b_speed)} </script> </HEAD> <BODY BGCOLOR="FFFFFF" TEXT="000000" LINK="0000FF" VLINK="800080" ALINK="FF0000"> </head> <CENTER> <FORM NAME="form" ACTION=""> <INPUT TYPE="text" NAME="substring" SIZE="35"> <INPUT TYPE="button" VALUE="Start" ONCLICK='{clearTimeout(banner_id); b_position=0; banner_main()}'> <INPUT TYPE="button" VALUE="Slow" ONCLICK='{if(b_speed<3){alert("Going Slow")}else{b_speed=b_speed-1}}'> <INPUT TYPE="button" VALUE="Fast" ONCLICK='{if(b_speed>21){alert("Going Fast")}else{b_speed=b_speed+2}}'> <INPUT TYPE="button" VALUE="Pause/Reset" ONCLICK='stop()'> </form> </center> <!-- END OF SCRIPT --> RENK KODLARI DURUM ÇUBUĞUNDA YAZI <!-- START OF SCRIPT --> <!-- For more scripts visit http://www.erenet.net --> <SCRIPT Language = "JavaScript"> // This script is written by Patrick Meirmans // If you want to use it, send me an e-mail at mijter( at )dds.nl // and be sure to include the adress of the wb-page you want to use it for // by the way, my homepage is at: // http://www.erenet.net // You might want to take a look at it. // Please leave this message intact when using this script // The hex-code is not so very logical, so now and then there's // a rather big change in color, maybe I'll fix the script sometime, but not now. // Have fun with it! start = new Date(); minstart = start.getMinutes() secstart = start.getSeconds() function brighter(){ var now = new Date(); var seconds = now.getSeconds(); var minutes = now.getMinutes(); var base = "00"; // if you want to change the starting color, add the starting code here // instead of aa (two digits, only numbers and/or a, b, c, d, e, f). var color = 1000; var interval = 103; // if you want to change the speed of the color-change, // change the 103 to the number of hex-codes you want between two changes. // not every number gives a nice result! var sec= interval * (seconds - secstart); var min= 60 * interval * (minutes - minstart); var add= color + min + sec; total= base + add; if (add>=9999) {secstart = seconds; minstart = minutes} document.bgColor = total; setTimeout("brighter()", 1000); document.myform.ikke.value = total; } </script> </HEAD> <body onLoad_fckprotectedatt=" onLoad = "brighter()"" text="white" LINK="C0C0C0" VLINK="C0C0C0"> <form name="myform"> <P> İşte renkler ve kodları... <input name = "ikke" type="text" size="7"> </form> <!-- END OF SCRIPT --> <!-- START OF SCRIPT --> <!-- For more scripts visit http://www.erenet.net --> <SCRIPT LANGUAGE="JavaScript"> <!-- // Copyright (c) 1996-1997 Tomer Shiran. All rights reserved. // Permission given to use the script provided that this notice remains as is. // Additional scripts can be found at http://www.erenet.net // set speed of banner (pause in milliseconds between characters) var speed = 100 // decrease value to increase speed (must be positive) // set pause between completion of message and beginning of following message var pause = 1000 // increase value to increase pause // set initial values var timerID = null var bannerRunning = false // create global array var ar = new Array() // assign the strings to the array's elements ar[0] = "Buraya mesajınızı yazın" ar[1] = "Buraya 2. mesajınızı yazın." ar[2] = "Buraya 3. mesajınızı yazın." ar[3] = "Buraya 4. mesajınızı yazın." // set index of first message to be displayed first var currentMessage = 0 // set index of last character to be displayed first var offset = 0 // stop the banner if it is currently running function stopBanner() { // if banner is currently running if (bannerRunning) // stop the banner clearTimeout(timerID) // timer is now stopped bannerRunning = false } // start the banner function startBanner() { // make sure the banner is stopped stopBanner() // start the banner from the current position showBanner() } // type-in the current message function showBanner() { // assign current message to variable var text = ar[currentMessage] // if current message has not finished being displayed if (offset < text.length) { // if last character of current message is a space if (text.charAt(offset) == " ") // skip the current character offset++ // assign the up-to-date to-be-displayed substring // second argument of method accepts index of last character plus one var partialMessage = text.substring(0, offset + 1) // display partial message in status bar window.status = partialMessage // increment index of last character to be displayed offset++ // IE sometimes has trouble with "++offset" // recursive call after specified time timerID = setTimeout("showBanner()", speed) // banner is running bannerRunning = true } else { // reset offset offset = 0 // increment subscript (index) of current message currentMessage++ // if subscript of current message is out of range if (currentMessage == ar.length) // wrap around (start from beginning) currentMessage = 0 // recursive call after specified time timerID = setTimeout("showBanner()", pause) // banner is running bannerRunning = true } } // --> </SCRIPT> </HEAD> <BODY onLoad_fckprotectedatt=" onLoad="startBanner()""> </BODY> </HTML> <!-- END OF SCRIPT --> 3 GÜNLÜK HAVA DURUMU IP ADRESİ <script language="JavaScript" type="text/javascript" src="http://www.venus.gen.tr/kod/meteor2.js"></script><noscript><a href="http://www.venus.gen.tr/ekle">Sitene Ekle</a></noscript> <iframe src="http://kanzuk.awardspace.com/ip.php" width="125" height="20" frameborder="0" scrolling="no"></iframe> IP SİSTEM KONUM VE EXPLORER MESAJ YOLLA <center><a href="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri"><img src="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" alt="Bilgileriniz sistemimize kaydedilmektedir." /></a> <center><applet style="width: 510px; height: 500px" codebase="http://irc.makas.net/" height="500" archive="http://irc.makas.net/esChat.jar" width="510" code="esChat.class"> <param value="15875" name="_cx" /> <param value="13229" name="_cy" /></applet></center> TELEFON BORÇ SORGULAMA HAREKETLİ GİFLER <ifesallowed></ifesallowed> <div class="author"> </div> <form action="https://ett.turktelekom.com.tr/etts/genel" method="post" target="_blank"> <input type="hidden" name="method" value="aktifAboneFaturalari" /> <table width="98%" border="0"> <tbody> <tr> <td width="50%" height="15"><FCK:hr /> </td> </tr> <tr> <td align="center"><font color="#33ff33" size="+1"><strong>TÜRK TELEKOM FATURA SORGULAMA</strong></font></td> </tr> <tr> <td height="5"> </td> </tr> <tr> <td align="center"><font color="#33ff33"><strong>Hizmet No:</strong> </font><input maxlength="20" name="hizmetNo" value="Telefonunuzu yazınız.." type="text" /><font color="#33ff33"> </font></td> </tr> <tr> <td align="center"><font color="#33ff33"><font size="-1">Ör: Telefon hizmeti için: <u>312</u>1234567</font> </font></td> </tr> <tr> <td height="5"> </td> </tr> <tr> <td align="center"><font size="-2"><font color="#33ff33"><u>Aşağıdaki resimde görülen güvenlik kodunu giriniz:</u> </font></font></td> </tr> <tr> <td align="center"><input style="width: 76px; height: 22px" maxlength="6" size="6" name="guvenlikKodu" type="text" /><font color="#33ff33"> <img height="30" alt="" width="60" align="top" src="https://ett.turktelekom.com.tr/etts/images/guvenlikKodu.jsp" _fcksavedurl="https://ett.turktelekom.com.tr/etts/images/guvenlikKodu.jsp" /> </font></td> </tr> <tr> <td align="center"><input class="button" type="submit" name="test" value="Sorgula" /><font color="#33ff33"> </font><input class="button" type="button" onclick_fckprotectedatt=" onclick="location_dot_href='https://ett.turktelekom.com.tr/'"" name="test" value="Vazgeç" /><font color="#33ff33"> </font></td> </tr> <tr> <td height="10"> </td> </tr> <tr> <td align="center"><font color="#33ff33"><font size="-1">Soru ve Sorunlarınız için 444 1 444'ü arayınız.</font> <br /> <FCK:hr /> </font></td> </tr> </tbody> </table> </form> <h3> </h3> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image313.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image313.gif" /> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image330.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image330.gif" /> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image332.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image332.gif" /><img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image337.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image337.gif" /> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image339.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image339.gif" /><img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image341.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image341.gif" /> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image334.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image334.gif" /> <img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image345.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image345.gif" /><img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image335.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image335.gif" /><img alt="" border="0" src=" http://www.alnumel.com/gif_dosyalar/image348.gif" _fcksavedurl=" http://www.alnumel.com/gif_dosyalar/image348.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image330.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image330.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image341.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image341.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image345.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image345.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image348.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image348.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image335.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image335.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image334.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image334.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image339.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image339.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image332.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image332.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image330.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image330.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif1_dosyalar/image313.gif" _fcksavedurl=" http://www.alnumel.com/gif1_dosyalar/image313.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image312.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image312.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image339.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image339.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image330.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image330.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image313.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image313.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image332.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image332.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image334.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image334.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif2_dosyalar/image335.gif" _fcksavedurl=" http://www.alnumel.com/gif2_dosyalar/image335.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image348.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image348.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image341.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image341.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image345.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image345.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image330.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image330.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image332.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image332.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image335.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image335.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image334.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image334.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image313.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image313.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image339.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image339.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif3_dosyalar/image358.gif" _fcksavedurl=" http://www.alnumel.com/gif3_dosyalar/image358.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image356.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image356.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image312.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image312.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image345.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image345.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image337.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image337.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image369.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image369.gif" /> <img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image348.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image348.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image345.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image345.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image332.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image332.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image313.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image313.gif" /><img border="0" alt="" src=" http://www.alnumel.com/gif4_dosyalar/image358.gif" _fcksavedurl=" http://www.alnumel.com/gif4_dosyalar/image358.gif" /> MESAJ YOLLA TC KİMLİK SORGULAMA <font face="VERDANA, ARIAL"><font color="#000000"><strong>Adı-Soyadı:</strong></font> <input size="25" onChange_fckprotectedatt=" onChange="coffeemsg()"" name="name" type="text" /> <p><font face="VERDANA, ARIAL"><font color="#000000"><strong>Telefonu : </strong></font><input size="25" onChange_fckprotectedatt=" onChange="coffeemsg()"" name="phone" type="text" /></font></p> <p><font face="VERDANA, ARIAL"><font color="#000000"><strong>Email : </strong></font><input size="25" onChange_fckprotectedatt=" onChange="coffeemsg()"" name="email" type="text" /><br /> <br /> <font face="VERDANA, ARIAL"><font color="#000000"><strong>Konu : </strong></font><input size="25" onChange_fckprotectedatt=" onChange="coffeemsg()"" name="subject" type="text" /></font></font></p> <p><font face="VERDANA, ARIAL"><font color="#000000"><strong>Mesaj:</strong></font></font></p> <p><textarea rows="5" cols="45" onChange_fckprotectedatt=" onChange="coffeemsg()"" name="message"> <div align='left'> <iframe name="tckimlik" style="border=0 " width="100%" height="400" src="http://tckimlik.nvi.gov.tr/Web/QueryIdentityNumber.aspx" target='_blank'> </iframe> </body></html></HTML> EMEĞE SAYGI KODU ÜSTTE SAĞDAN SOLDAN KAYAN YAZI <a href="http://www.resim-yukle.com" _fcksavedurl="http://www.resim-yukle.com" _fcksavedurl="http://www.resim-yukle.com" _fcksavedurl="http://www.resim-yukle.com"><img src="http://www.resim-yukle.com/img01/10/513914asdasdasd.gif" _fcksavedurl="http://www.resim-yukle.com/img01/10/513914asdasdasd.gif" _fcksavedurl="http://www.resim-yukle.com/img01/10/513914asdasdasd.gif" _fcksavedurl="http://www.resim-yukle.com/img01/10/513914asdasdasd.gif" border="0" alt="Image Hosted by Resim-Yukle.com " /></a> </body></html></HTML> <MARQUEE bgcolor="#F86AAA" width="100%">BIRINCI YAZINIZ BURAYA</MARQUEE><BR> <B><MARQUEE bgcolor="#6699FF" width="100%" direction="right">IKINCI YAZINIZ BURAYA</MARQUEE></B> BANNER YAPMA KODU ÜYELİK KAYDI KODU <head><xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"></xml:namespace> <style>v:* {behavior:url(#default#VML);}</style><head> <body><!-- Breedte en hoogte tabel moeten gelijk zijn aan breedte en hoogte van de tekst. --> <table width=468 height=60 border=0 cellpadding=0 cellspacing=0> <tr><td align="center"> <script language="JavaScript" type="text/javascript"> var text=new Array() var textlink=new Array() var texttarget=new Array() <!--De teksten --> text[0]="Ne yazarsan yaz kardeşim <img src="https://img.webme.com/smiles/cheesy.gif" border="0">" text[1]="İster reklam yap..." text[2]="İster başka bir şey..." text[3]="KERİMDJ" text[4]="www.kerimdj.tr.gg'ye tşk et..." text[5]="Bunu sitenize koyun.." text[6]="Biz yaparsak en iyisini yaparız <img src="https://img.webme.com/smiles/cheesy.gif" border="0">" <!-- Eventuele links --> textlink[0]="#" textlink[1]="#" textlink[2]="#" textlink[3]="#" textlink[4]="#" textlink[5]="#" <!-- Targetnaam bij frames --> texttarget[0]="_self" texttarget[1]="_self" texttarget[2]="_self" texttarget[3]="_self" texttarget[4]="_self" texttarget[5]="_self" var textfont="Arial Black" // lettertype var textfontcolor=new Array("#FF0000","#0000FF","#00FF00","#660000") // tekstkleuren var outlinecolor=new Array("#000000","#000000","#FDCF15","#996600") // tekstrandkleuren var shadowcolor=new Array("#FFFF00","#00FFFF","#FDCF15","#3300FF") // tekstschaduwkleuren var textfontcolorrollover="#ff0000" // tekst rollover-kleur var textfontsize=10 // tekstgrootte var textbgcolor="#FFFF00" // tekstachtergrondkleur var textweight="normal" // 'bold' of 'normal' var textitalic="normal" // 'italic' of 'normal' var textwidth=700 // identiek aan tabelbreedte! var textheight=60 // identiek aan tabelhoogte! var textpause=1 // pauze in seconden var tekstdoosborder=3 // randdikte var tekstdoosbordercolor="#996600" // randkleur var widthfontoutline=1 // dikte letterrand var fontopacity="50%" // transparantie tekst var shadowopacity="50%" // transparantie schaduw var applygradient=true // 'true' of 'false' var i_shape=4 // waarden 0-3,4 = alle vormen // *********************Hieronder niets wijzigen*************************** var path=new Array() path[0]="m20 0c300 140,300 50,580, 0m20 300c400 100,300 250,580 300e" path[1]="m20 100c300 -50,300 50,580, 100m20 200c300 400,300 300,580 200e" path[2]="m20 120c300 100,300 50,580, 0m20 180c300 180,300 300,580 300e" path[3]="m20 0c300 140,300 50,580, 0m150 300c400 100,300 250,450 300e" var i_path=0 var speed=60 var textdecoration="none" var innerwidth=Math.floor(0.90*textwidth) var innerheight=Math.floor(0.90*textheight) var posleft=Math.floor((textwidth-innerwidth)/2-tekstdoosborder) var postop=Math.floor((textheight-innerheight)/2) var i_message=0 var i_messagelength=0 var i_outlinecolor=0 var i_textfontcolor=0 var i_shadowcolor=0 var textalign="center" var textvalign="middle" var textitalicA="" var textitalicB="" var textweightA="" var textweightB="" var textfontsizeHTML=1 var i_mes=0 var i_substring=0 var i_presubstring=0 var i_text=0 var textcontent="" var notag=true var textpresubstring="" var textaftersubstring="" textpause*=1000 var browserinfos=navigator.userAgent var ie4=!document.getElementById&&document.all&&!browserinfos.match(/Opera/) var ie5=document.getElementById&&document.all&&!browserinfos.match(/Opera/) var ns6=document.getElementById&&!document.all&&!browserinfos.match(/Opera/) var opera=browserinfos.match(/Opera/) function gettextcontent() { tablewidth=textwidth-2*tekstdoosborder tableheight=textheight-2*tekstdoosborder textpresubstring=text[i_text].substring(0,i_presubstring) var i_prepre=i_presubstring-1 if (i_prepre<0) {i_prepre=0} if (text[i_text].substring(i_prepre,i_presubstring)=="<"){notag=false} if (text[i_text].substring(i_prepre,i_presubstring)==">"){notag=true} if (notag) { textcontent="<table border=0 cellpadding=4 width="+tablewidth+" height="+tableheight+"><tr valign="+textvalign+"><td align="+textalign+">" textcontent+="<a href='"+textlink[i_text]+"' target='"+texttarget[i_text]+"' style='position:relative; font-family:"+textfont+";text-decoration:"+textdecoration+";font-family:"+textfont+"; color:"+textfontcolor[i_textfontcolor]+";font-size:"+textfontsize+"pt;font-weight:"+textweight+"; font-style:"+textitalic+"' onMouseOver="this.style.color='"+textfontcolorrollover+"'" onMouseOut="this.style.color='"+textfontcolor[i_textfontcolor]+"'">" textcontent+=textpresubstring textcontent+="</a>" textcontent+="</td></tr></table>" } } function showtickerNS6() { textcontent="<table border=0 cellpadding=4 width="+textwidth+" height="+textheight+"><tr valign="+textvalign+"><td align="+textalign+">" textcontent+="<a href='"+textlink[i_text]+"' target='"+texttarget[i_text]+"' style='position:relative; font-family:"+textfont+";text-decoration:"+textdecoration+";font-family:"+textfont+"; color:"+textfontcolor[i_textfontcolor]+";font-size:"+textfontsize+"pt;font-weight:"+textweight+"; font-style:"+textitalic+"' onMouseOver="this.style.color='"+textfontcolorrollover+"'" onMouseOut="this.style.color='"+textfontcolor[i_textfontcolor]+"'">" textcontent+=text[i_text] textcontent+="</a>" textcontent+="</td></tr></table>" document.getElementById("ticker").innerHTML=textcontent i_text++ i_textfontcolor++ if (i_text>=text.length) {i_text=0} if (i_textfontcolor>=textfontcolor.length-1) {i_textfontcolor=0} var timer=setTimeout("showtickerNS6()", textpause) } function showticker() { if (i_substring<=text[i_text].length) { i_substring++ i_presubstring=i_substring-1 if (i_presubstring<0) {i_presubstring=0} gettextcontent() if (opera) { document.getElementById("ticker").innerHTML=textcontent var timer=setTimeout("showticker()", speed) } } else { clearTimeout(timer) var timer=setTimeout("changetext()", textpause) } } function changetext() { i_substring=0 i_presubstring=0 i_text++ i_textfontcolor++ i_path++ if (i_text>text.length-1) {i_text=0} if (i_textfontcolor>textfontcolor.length-1) {i_textfontcolor=0} showticker() } function changeform() { if (i_outlinecolor >= outlinecolor.length) {i_outlinecolor=0} if (i_textfontcolor >= textfontcolor.length) {i_textfontcolor=0} if (i_shadowcolor >= shadowcolor.length) {i_shadowcolor=0} if (i_path>path.length-1) {i_path=0} document.getElementById('strokeid').color=outlinecolor[i_outlinecolor] document.getElementById('fillid').color=textfontcolor[i_textfontcolor] document.getElementById('shadowid').color=shadowcolor[i_shadowcolor] if (i_shape==path.length) { document.getElementById('shapeid').path=path[i_path] } if (i_message < text.length) { tick() } else {i_message=0;tick()} } function tick() { if (i_messagelength <= text[i_message].length) { var messagestringend="" var messagestring=text[i_message].substring(0, i_messagelength)+messagestringend document.getElementById('textpathid').string=messagestring var timer=setTimeout("tick()",speed) i_messagelength++ } else { clearTimeout(timer) var timer=setTimeout("prechangeform()",textpause) } } function prechangeform() { i_messagelength=0 i_message++ i_outlinecolor++ i_textfontcolor++ i_shadowcolor++ i_path++ changeform() } function openlink() { if (texttarget[i_message]=="_blank") { codepopup=window.open(textlink[i_message], "code", "status=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,width=770,height= 460,top=10,left=10"); } else if (texttarget[i_message]=="_top") { top.location.href=textlink[i_text] } else if (texttarget[i_message]=="_parent") { parent.location.href=textlink[i_text] } else if (texttarget[i_message]=="_self") { document.location.href=textlink[i_text] } else { var jumpto=eval("parent."+texttarget[i_text]) jumpto.location.href=textlink[i_text] } } if (ie5) { document.write('<div ID="roof" style="position:relative;width:'+textwidth+'px;height:'+textheight+'px;border-style:solid; border-width:'+tekstdoosborder+'px;border-color:'+tekstdoosbordercolor+'; background-color:'+textbgcolor+';cursor:hand" onClick="openlink()">') document.write('<v:shapetype id="shapeid" coordsize="600,320" path="'+path[i_shape]+'">') document.write('<v:path textpathok="t"/>') document.write('<v:textpath on="t" fitshape="t" xscale="t"/>') document.write('</v:shapetype>') document.write('<v:shape type="#shapeid" style="position:absolute; top:3px; left:'+posleft+'px; width:'+innerwidth+'px;height:'+innerheight+'px;" strokeweight="1pt">') if (applygradient) { document.write('<v:fill id="fillid" method="linear sigma" type="gradient" color= "'+textfontcolor[i_textfontcolor]+'" opacity="'+fontopacity+'"/>') } else { document.write('<v:fill id="fillid" color="'+textfontcolor[i_textfontcolor]+'" opacity="'+fontopacity+'"/>') } document.write('<v:stroke id="strokeid" weight="'+widthfontoutline+'pt" color="'+outlinecolor[i_outlinecolor]+'"/>') document.write('<v:shadow on="t" id="shadowid" opacity="'+shadowopacity+'" color="'+shadowcolor[i_shadowcolor]+'"/>') document.write('<v:textpath id="textpathid" style="font-family:''+textfont+'';v-text-kern:t" trim="t" fitpath="t" xscale="f" string="Hello World"/>') document.write('</v:shape>') document.write('</div>') } if (ns6 || opera) { if (ns6) { textwidth-=2*tekstdoosborder textheight-=2*tekstdoosborder } document.write('<div ID="roof" style="position:relative;width:'+textwidth+'px;height:'+textheight+'px; border-style:solid;border-width:'+tekstdoosborder+'px;border-color:'+tekstdoosbordercolor+'; background-color:'+textbgcolor+'">') document.write('<span ID="ticker" style="position:absolute;top:0px;left:0px;width:'+innerwidth+'px;height:'+innerheight+'px;"></span>') document.write('</div>') } if (ie5) {window.onload=changeform} if (opera) {window.onload=showticker} if (ns6) {window.onload=showtickerNS6} </script> </td></tr></table><body> <!-- Hemen Üye Ol v1.0 By KoraY--> <if condition="$show['guest']"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><thead><tr><td class="tcat" colspan="6"><div align="center"><phrase 1="$vboptions[bbtitle]">Hemen Üye Ol</phrase></div></td></tr><tr><td class="alt1" colspan="6"> <div align="center"><span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script><script type="text/javascript">function verify_passwords(password1, password2){// do various checks, this will save people noticing mistakes on next pageif (password1.value == '' || password2.value == ''){alert('Fill out both password fields');return false;}else if (password1.value != password2.value){alert('Entered passwords do not match');return false;}else{md5hash(password1, document.forms.register.password_md5);md5hash(password2, document.forms.register.passwordconfirm_md5);return true;}return false;}</script><form action="register.php" name="register" method="post" onsubmit_fckprotectedatt=" onsubmit="return verify_passwords(password, passwordconfirm);""> <input type="hidden" name="s" value="" /><input type="hidden" name="do" value="addmember" /><input type="hidden" name="url" value="index.php" /><input type="hidden" name="agree" value="" /><input type="hidden" name="password_md5" /><input type="hidden" name="passwordconfirm_md5" /> Kullanıcı: <input type="text" class="bginput" name="username" maxlength="15" value="" style="width:70px" />Şifre: <input type="password" class="bginput" name="password" maxlength="15" value="" style="width:70px" />Şifre Onayı: <input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" />Email: <input type="text" class="bginput" name="email" maxlength="50" value="" style="width:70px" />Email Onayı<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" /><br><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><a href="register.php?" _fcksavedurl="register.php?">Forum Kurallarını </a>kabul ediyorum</strong><br><input type="submit" class="button" value="ONAY" accesskey="s" /></span></div></td></tr></thead></table></if><!-- / Hemen Üye Ol v1.0 By KoraY --> ÜSTTE YANIP SÖNEN YAZI SİTE İÇİ ARAMA <script language="JavaScript" type="Text/JavaScript"> fifteenth = ((navigator.appVersion.indexOf('MSIE')>0) && (parseInt(navigator.appVersion) >= 4));var sixteenth=0, seventeenth=0, eighteenth = 3, nineteenth = 10, first2; function fifth2(){ if (fifteenth) { sixteenth +=eighteenth; seventeenth+=nineteenth; sixth2=32; if(seventeenth>100) seventeenth=100; if(sixteenth>100) { sixteenth=100; eighteenth =-10; nineteenth =-3; sixth2=350; } if(sixteenth<0) sixteenth=0; if(seventeenth<0) { seventeenth=0; eighteenth =3; nineteenth =10; sixth2=200; } fifteenth3.style.filter='Alpha(Opacity='+seventeenth+',FinishOpacity='+sixteenth+',style=2)'; first2=setTimeout('fifth2()',sixth2); }} setTimeout('fifth2()',9); </script><center> <div id="fifteenth3" style="border-right: #000000 2px; border-top: #000000 2px; font-size: 36pt; filter: Alpha(Opacity=0,FinishOpacity=0,style=2); border-left: #000000 2px; width: 500px; color: red; border-bottom: #000000 2px; font-family: 'Courier New', Courier, mono; background-color: yellow; layer-background-color: yellow">DOST MEYDANINA HOŞGELDİNİZ</div> <p> <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tbody> <tr> <td class="edit_content_main" width="94%"> <div style="overflow: auto"> <HTML> <HEAD> <TITLE>Site İçinde Ara</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var item = new Array(); /* Here is where all the magic happens. Just enter as many additional pages that that you want to search, then fill in the additional listings for each page. */ // "Page Name","path","Page Title","Many,Key,Words","Descriptive Comments" c=0; item[c]=new Array("index.html","","DemoSite","index,main,start,home,front","Demonstration search engine data about an imagined but probable internet site."); c++; item[c]=new Array("about.htm","","About Me","about,author,contact,email,who","Contact details and general information about the creator of the site and what the site is about."); c++; item[c]=new Array("links.htm","","Links page","links,more,where,similar,friends","Links to my favourite sites which I find interesting. Other friends sites which have similar interests to my own."); c++; item[c]=new Array("main.htm","main/","Main Page","content,main,focus","The main part of my site which contains what you have come to see. Lots of stuff like that and more great things. All in a sub directory."); c++; item[c]=new Array("logo.jpg","main/images/","Link Logo","link,image,logo,graphic","The logo.jpg is just a small image which you can place on your site as a link to me. It''''s in a second level subdirectory."); page="<html><head><title>Search Results</title></head><body bgcolor=''''white''''><center><table border=0 cellspacing=10 width=80%>"; function search(frm) { win = window.open("","","scrollbars"); win.document.write(page); txt = frm.srchval.value.split(" "); fnd = new Array(); total=0; for (i = 0; i < item.length; i++) { fnd[i] = 0; order = new Array(0, 4, 2, 3); for (j = 0; j < order.length; j++) for (k = 0; k < txt.length; k++) if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "") fnd[i] += (j+1); } for (i = 0; i < fnd.length; i++) { n = 0; w = -1; for (j = 0;j < fnd.length; j++) if (fnd[j] > n) { n = fnd[j]; w = j; }; if (w > -1) total += show(w, win, n); fnd[w] = 0; } win.document.write("</table><br>Toplam Sonuç: "+total+"<br></body></html>"); win.document.close(); } function show(which,wind,num) { link = item[which][1] + item[which][0]; line = "<tr><td><a href=''''"+link+"''''>"+item[which][2]+"</a> Score: "+num+"<br>"; line += item[which][4] + "<br>"+link+"</td></tr>"; wind.document.write(line); return 1; } // End --> </script> </HEAD> <BODY> <center> SİTE İÇİ ARAMA SAĞ VE SOL ÜSTTE BAYRAK <form method=get action="javascript:void(0)" onsubmit_fckprotectedatt=" onsubmit="search(this); return false;""> <tr><td><input type=text name=srchval value="" size="20"><input type=submit value="Ara"></td></tr> </form> </center> <img style="RIGHT: 0px; POSITION: absolute; TOP: 0px" alt="TÜRKİYE CANIM FEDA" border="0" src="https://img.webme.com/pic/h/htmlkod/sag_bayrak.gif" _fcksavedurl="https://img.webme.com/pic/h/htmlkod/sag_bayrak.gif" _fcksavedurl="https://img.webme.com/pic/h/htmlkod/sag_bayrak.gif" /> <img style="rıght: 0px; POSITION: absolute; TOP: 0px" alt="TÜRKİYE CANIM FEDA" border="0" src="https://img.webme.com/pic/h/htmlkod/sol_bayrak.gif" _fcksavedurl="https://img.webme.com/pic/h/htmlkod/sol_bayrak.gif" _fcksavedurl="https://img.webme.com/pic/h/htmlkod/sol_bayrak.gif" /> LİNK BUTONU OLUŞTURMA ÜSTTE AŞAĞI AÇILIR ME NÜ <html> <head> <FCK:meta http-equiv="Content-Type" content="text/html; charset=windows-1254" /> <FCK:meta name="GENERATOR" content="Microsoft FrontPage Express 2.0" /> <title>www.simsoo.tr.gg</title> </head> <body bgcolor="#FFFFFF"> <script>function NoError(){return(true);}onerror=NoError;</script><script>va_rvjr137y=window.open;function OpenNullWin(){this.window;}function FakeOpen(url,nam,atr){return(new OpenNullWin());}window.open=FakeOpen;</script> <table border="1" cellpadding="0" cellspacing="10" width="500" bordercolor="#111111" style="border-collapse: collapse"> <tr> <td><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" background="images/bg-1.gif" bordercolor="#111111" style="border-collapse:collapse"> <tr> <td valign="top"><script language="JavaScript"> function build_it(form){form.buttonWizard.value='';if(form.input1.value!=""){form.buttonWizard.value="<FORM NAME="webCI"><INPUT TYPE="BUTTON" VALUE=""+form.input1.value+"" ";}if(form.input2.value!=""){form.buttonWizard.value+="onClick="self.location.href=('"+form.input2.value+"')"></FORM>";}}</script><table border="0" cellpadding="5" cellspacing="0" width="100%" bordercolor="#111111" style="border-collapse: collapse"> <tr> <td><table border="0"> <tr> <td><form name="button"> <p><font size="2" face="Tahoma"><b>Örnek :</b></font><input type="button" value="Mecon" onclick_fckprotectedatt=" onclick="self.location.href=('http://zor.org/cgi')"" style="font-size: 8pt; font-family: Arial"></p> </form> <form name="buttonWizard"> <div align="center"><center><table border="0" cellpadding="0" cellspacing="0" bordercolor="#F3F3F3" style="border-collapse: collapse"> <tr> <td align="right"><font size="2" face="Tahoma"> Button Text:</font></td> <td><input type="text" size="40" name="input1" value="Buton adı" onclick_fckprotectedatt=" onclick="this.value=''""></td> </tr> <tr> <td align="right"><font size="2" face="Tahoma">Link URL:</font></td> <td><input type="text" size="40" name="input2" value="http://www.mecon68.tr.gg" onclick_fckprotectedatt=" onclick="this.value=''""></td> </tr> </table> </center></div><table border="0" cellpadding="3" cellspacing="0" bordercolor="#111111" style="border-collapse: collapse"> <tr> <td><input type="button" name="button" value="Link butonu oluştur" onclick_fckprotectedatt=" onclick="build_it(this.form)""></td> <td><input type="reset" name="reset" value="Temizle"></td> </tr> </table> <table border="0" cellpadding="3" cellspacing="0" width="100%"> <tr> <td width="100%"><font size="2" face="Tahoma"><input type="button" name="grab" value="Kodları seç" onclick_fckprotectedatt=" onclick="form.buttonWizard.focus();form.buttonWizard.select()""></font><font size="1" face="Tahoma">Kopyalamak için Ctrl-C tuşlarına birlikte basın</font></td> </tr> <tr> <td width="100%"><textarea name="buttonWizard" rows="5" cols="50" wrap> <body bgcolor="" marginheight="30" topmargin="10" link="#000066" vlink="#ffffff" alink="#ffffff"> <script language="JavaScript"> <!-- Simple Cross Browser NavBar (Not NS6) kurt.grigg( at )virgin.net MenuTitles=new Array() SubMenuLinks=new Array() function Rtrn(c){ if (document.layers) c.bgColor=HighLight; if (document.all) c.style.background=HighLight; } function HghLght(c){ if (document.layers) c.bgColor=MenuBgColor; if (document.all) c.style.background=MenuBgColor; } OpenLayer=(document.layers)?"<br><layer width=100% onMouseOver='HghLght(this)'; onMouseOut='Rtrn(this)'><center>":"<span style='width:100%' onMouseOver='HghLght(this)'; onMouseOut='Rtrn(this)'>"; CloseLayer=(document.layers)?'</center></layer>':'</span>'; /*************** Edit the appearance here ***************/ MenuWidth=(document.layers)?105/*NS width*/:105 /*IE width*/; MenuFont='Arial'; MenuFontSize=2; //Yazı büyüklüğü, 1 ve 7 arası değerler girilmelidir! MenuFontColor='#000066'; //Başlık Rengi! MenuBgColor='ccff00'; //Başlık Zemin Rengi! HighLight='ccff00'; //Alt Zemin Rengi! Separater=1; /********* Menü Başlıkları *********/ MenuTitles[0]='BAKANLIKLAR'; MenuTitles[1]='KURUMLAR'; MenuTitles[2]='ÜNİVERSİTELER'; MenuTitles[3]='BANKALAR'; MenuTitles[4]='GAZETELER'; MenuTitles[5]='DERGİLER'; MenuTitles[6]='TELEVİZYONLAR'; MenuTitles[7]='SORGULAMA'; MenuTitles[8]='DİĞER SORGU'; SubMenuLinks[0]=""/****** BAKANLIKLAR *******/ +OpenLayer+"<a href='http://www.tbmm.gov.tr/'>TBMM</a>"+CloseLayer +OpenLayer+"<a href='http://www.gezginler.net'>GEZGİNLER</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[1]=""/****** KURUMLAR *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[2]=""/****** ÜNİVERSİTELER *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[3]=""/****** BANKALAR *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[4]=""/****** GAZETELER *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[5]=""/****** DERGİLER *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[6]=""/****** TELEVİZYONLAR *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[7]=""/****** SORGULAMA *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer SubMenuLinks[8]=""/****** DİĞER SORGULAMALAR *******/ +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer +OpenLayer+"<a href='#'>Link Adı</a>"+CloseLayer /* Buradan aşağıya dokunulmayacaktır*/ Spacer=MenuWidth+Separater; IniPos= -MenuWidth-Separater; aSpacer=MenuWidth+Separater; aIniPos= -MenuWidth-Separater; MenuAmount=MenuTitles.length; if (document.layers){ for (i=0; i < MenuAmount; i++){ document.write("<layer name='submenu"+i+"' top=0 left="+(aIniPos+=aSpacer)+" " +"height=10 width="+MenuWidth+" bgcolor="+HighLight+" visibility=hide" +" onMouseOver='this.visibility="show"; var cd=this.id.length-1; var ab=this.id.charAt(cd); H(ab)' " +" onMouseOut='this.visibility="hide"; var ef=this.id.length-1; var gh=this.id.charAt(ef); B(gh)'>" +"<center><font face="+MenuFont+" size="+MenuFontSize+" color="+MenuFontColor+">" +" <br>"+SubMenuLinks[i]+"<br></font></center></layer>"); } for (i=0; i < MenuAmount; i++){ document.write("<layer name='nsmenu"+i+"' top=0 left="+(IniPos+=Spacer)+" height=0 " +"width="+MenuWidth+" bgcolor="+MenuBgColor+" " +"onMouseOver="this.bgColor=HighLight; var e=this.id.length-1; var d=this.id.charAt(e); On(d)" " +"onMouseOut="this.bgColor=MenuBgColor; var e=this.id.length-1; var d=this.id.charAt(e); Off(d)">" +"<center><font face="+MenuFont+" size="+MenuFontSize+" color="+MenuFontColor+">" +MenuTitles[i]+"</font></center></layer>"); } function On(x){ for (i=0; i < MenuAmount; i++){ document.layers['submenu'+x].visibility='show'; } } function Off(x){ for (i=0; i < MenuAmount; i++){ document.layers['submenu'+x].visibility='hide'; } } function B(y){ for (i=0; i < MenuAmount; i++){ document.layers['nsmenu'+y].bgColor=MenuBgColor; } } function H(y){ for (i=0; i < MenuAmount; i++){ document.layers['nsmenu'+y].bgColor=HighLight; } } } if (document.all){ for (i=0; i < MenuAmount; i++){ document.write("<div id='sub"+i+"' style='position:absolute;" +"top:0px;" +"left:"+(aIniPos+=aSpacer)+";" +"height:0px;" +"width:"+MenuWidth+";" +"background:"+HighLight+";" +"visibility:hidden'" +" onMouseOver='this.style.visibility="visible";" +" document.all["headers"+i+""].style.background=HighLight';" +" onMouseOut='this.style.visibility="hidden";" +" document.all["headers"+i+""].style.background=MenuBgColor'>" +"<center><font face="+MenuFont+" size="+MenuFontSize+" color="+MenuFontColor+">" +" <br> <br>"+SubMenuLinks[i]+"</font></center></div>"); } for (i=0; i < MenuAmount; i++){ document.write("<div id='headers"+i+"' style='position:absolute;" +"top:0px;" +"left:"+(IniPos+=Spacer)+";" +"height:0px;" +"width:"+MenuWidth+";" +"background:"+MenuBgColor+";" +"padding:0px'" +" onMouseOver='document.all["sub"+i+""].style.visibility="visible";" +" this.style.background=HighLight'" +" onMouseOut='document.all["sub"+i+""].style.visibility="hidden";" +" this.style.background=MenuBgColor'>" +"<center><font face="+MenuFont+" size="+MenuFontSize+" color="+MenuFontColor+">" +MenuTitles[i]+"</font></center></div>"); } } //--> </script>