<table border="0" cellpadding="0" cellspacing="0" width="700"> <tr> <td><span id="theText" style="width:100%"><h2>www.filanca.com</h2> <p></span><script> <!-- //range of glowing var from = 5; var to = 11; //speed of pulsing var delay = 55; //color of glow var glowColor = "red"; //NO MORE EDITING!!! var i = to; var j = 0; //can be called here or whenever you want the text to start pulsing textPulseDown(); function textPulseUp() { if (!document.all) return if (i < to) { theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")"; i++; theTimeout = setTimeout('textPulseUp()',delay); return 0; } if (i = to) { theTimeout = setTimeout('textPulseDown()',delay); return 0; } } function textPulseDown() { if (!document.all) return if (i > from) { theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")"; i--; theTimeout = setTimeout('textPulseDown()',delay); return 0; } if (i = from) { theTimeout = setTimeout('textPulseUp()',delay); return 0; } } //--> </script> </td> </tr> </table>
<form action="http://tophit.virtualave.net/cgi-bin/arayin.cgi" method="get"> <font face="Verdana" size="2"> </font> <font face="arial" size="2"> <input type="text" name="q" size="20" style="font-size: 8pt; font-family: Arial"> <select size="1" name="id" style="font-size: 8pt; font-family: Arial"> <option value="yahoo">Yahoo!</option> <option value="yahoo-uk">Yahoo! ingiltere</option> <option value="yahoo-ie">Yahoo! irlanda</option> <option value="yahoo-fr">Yahoo! fransa</option> <option value="yahoo-dk">Yahoo! danimarka</option> <option value="yahoo-de">Yahoo! almanya</option> <option value="yahoo-it">Yahoo! italya</option> <option value="yahoo-no">Yahoo! norveç</option> <option value="yahoo-es">Yahoo! ispanya</option> <option value="google">Google</option> <option value="lycos">Lycos</option> <option value="dmoz">Dmoz.org</option> <option value="excite">Excite</option> <option value="gdirectory">G.Directory</option> <option value="fastsearch">Fast Search</option> <option value="splut">Splut</option> <option value="hotbot">Hot Bot</option> <option value="northernlight">Northern Light</option> <option value="altavista">AltaVista</option> <option value="yahoo-news">Yahoo! haber ara</option> <option value="yahoo-uknews">Yahoo! ing haber ara</option> <option value="lycos-mp3search">Lycos MP3 ara</option> <option value="seekmp3">Seek MP3</option> <option value="britannica">Britannica Online</option> <option value="encarta">Encarta Online</option> </select> <input type="submit" value="Arayin" style="font-size: 8pt; font-family: Arial"> </form>
<style type="text/css"> <!-- .Navlink {COLOR: #808080; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;} a:link.Navlink {color : #808080;} a:visited.Navlink {color : #808080;} a:active.Navlink {text-decoration: none;} a:hover.Navlink {text-decoration: none;} --> </style> <script language = "javascript"> <!-- function LmOver(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#FFFFFF"; elem.style.cursor = 'hand'} function LmOut(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#808080";} function LmDown(elem, clr) {elem.style.backgroundColor = clr; elem.children.tags('A')[0].style.color = "#FFFFFF";} function LmUp(path) {location.href = path;} //--> </script> <table border="0" width="120" bgcolor="#000000" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <table border="0" width="100%" cellspacing="1" cellpadding="1"> <tr><td width="100%" onMouseover="LmOver(this, '#9999FF')" onMouseout="LmOut(this, '#FFFFFF')" onMouseDown="LmDown(this, '#9999FF')" onMouseUp="LmUp('arif')" bgcolor="#FFFFFF"><A HREF="arif" Class="navlink">Filanca.com</a></td></tr> </table> </td></tr> </table> <a href="http://www.filanca.com/"><img border="0" src="http://www.filanca.com/arka/tile_2.gif" width="1" height="1"></a>
<SCRIPT language="JavaScript1.2"> <!-- // Link ve Eğlence Merkezi --> www.filanca.com var scroller_msg=' Filanca.com-Link ve Eğlence Merkezi' var dismissafter=0 var initialvisible=0 if (document.all) document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:#FFE030;visibility:hidden">'+scroller_msg+'</marquee>') function followcursor(){ if (initialvisible==0){ curscroll.style.visibility="visible" initialvisible=1 } curscroll.style.left=document.body.scrollLeft+event.clientX+10 curscroll.style.top=document.body.scrollTop+event.clientY+10 } function dismissmessage(){ curscroll.style.visibility="hidden" } if (document.all){ document.onmousemove=followcursor document.ondblclick=dismissmessage if (dismissafter!=0) setTimeout("dismissmessage()",dismissafter*1000) } //--> </SCRIPT>
<p id='anima' style="position: absolute; font-size: 12; left: 20; top: 0; width: 215; height: 20"> </font></p> <SCRIPT LANGUAGE="JavaScript"> text = " www.filanca.com-Link ve Eğlence Merkezi" word = text.split('.') i = 0; //letter count j = 0; //which word in array is to be spelled start = 0; //variable to hold cycles of the blink scount = 0; //variable to hold cycles of the mispell function checkIt() { with(document.all.anima) { if(innerText.charAt(innerText.length-1) == "_") { innerText = innerText.substring(0, innerText.length - 1); return true; } else { innerText = innerText + "_"; return false; } } } function blinkfor(count, timing) { with(document.all.anima) { if(start < count) { if(checkIt()) { start++; } mistake = 'blinkfor('+count+','+timing+')'; setTimeout('eval(mistake)', timing); } else { start = 0; i++; call_It(); } } } function mispell(offset,correction) { with(document.all.anima) { if(scount < offset) { if(!checkIt()) { innerText = innerText.substring(0, innerText.length-2) + "_"; scount++; } mistake = 'mispell(' + offset + ', "' + correction + '")'; setTimeout("eval(mistake)", 150); } else { if(correction == '' && scount == offset ) { i = i - offset; scount++; } if(offset > 0) { if(checkIt()) { innerText += correction.charAt(correction.length - offset) + "_"; offset--; } mistake = 'mispell(' + offset + ',"' + correction + '")'; setTimeout("eval(mistake)", 150); } else { scount = 0; j++; innerText = innerText.substring(0, innerText.length - 1); call_It(); } } } } function spellit(string) { with(document.all.anima) { if(i <= string.length) { if(string.charAt(i) == '/') { NumErrs = string.charAt(i + 1); NewLets = string.substring(i + 2, i + NumErrs); mispell(NumErrs,NewLets); } else if(i <= string.length - 1) { i++; innerText = string.substring(0,i) + "_"; mistake = 'spellit("' + string + '")'; setTimeout("eval(mistake)", 150); } else { innerText = string.substring(0, i); j++; call_It(); } } } } function call_It() { with(document.all) { if(i == -1){ blinkfor(4, 150); } else if(j <= word.length - 1) { spellit(anima.innerText + " " + word[j]); } else { blinkfor(100,230); } } } if(document.all) { call_It(); } // End --> </script>
<script language="JavaScript"> <!-- // please keep these lines on when you copy the source // http://www.filanca.com function backbs(clr) { document.bgColor = clr } //--> </script> <form> <input type="button" value="Aqua" onclick="backbs('aqua')"> <input type="button" value="Yellow" onclick="backbs('yellow')"> <input type="button" value="orange" onclicke="backbs('orange')"> <input type="button" value="White" onclick="backbs('white')"> <input type="button" value="Gray" onclick="backbs('gray')"> </form></script>
<style TYPE="text/css">BODY { SCROLLBAR-FACE-COLOR: #660066; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #880088; SCROLLBAR-DARKSHADOW-COLOR: #000000} </style>
<body> <html> <body BGCOLOR="#FFFFFF" onLoad="alert('Siteme Hosgeldiniz!');" onUnload="alert('Teşekkür Ederiz...');"> </body> </html> </body>