$(document).ready(function(){
$("div#count").html('
');
$("div#count").mouseover(function(){ $("div#count").fadeOut("slow");$("div#count").fadeIn("fast"); });
$("div#nettools").click(function(){$("div.hidden").hide();$("div#nettoolslink").slideDown("fast");});
$("div#nettoolslink").html('TCP Socket Tool | Whois Tool | Deface Check Tool | IP-Location | Source Viewer');
$("div#nettoolslink").corner("bottom");
$("div#cv-en").click(function(){$("div.hidden").hide();$("div#cvenlink").slideDown("fast");});
$("div#cvenlink").html('This page requires authentication. Please use if you have a code ');
$("div#cvenlink").corner("bottom");
$("div#cv-tr").click(function(){$("div.hidden").hide();$("div#cvtrlink").slideDown("fast");});
$("div#cvtrlink").html('Bu sayfa şifre korumalı. Eğer şifreniz yok ise lütfen uğramayınız');
$("div#cvtrlink").corner("bottom");
$("div#lir").click(function(){$("div.hidden").hide();$("div#lirlink").slideDown("fast");});
$("div#lirlink").html('HTML Reference | Javascript Reference | CSS Reference');
$("div#lirlink").corner("bottom");
$("div#notehead").click(function(){$("div#notes").slideToggle("fast");});
$("div#notes").css({textAlign:"left"});
$("div#notes").corner("bottom");
$("div#notehead").click(function(){$("div.hidden").hide();$("div#notetext").slideDown("fast");});
$("div#notetext").html('First of all, thanx for all advices...
Countdown still works :) no other delays anymore.
This page has no "A" tags coz of fucking moron baiduspider using replicarolex sellers & viagra dealers of china.
Animations are not "made with flash" things,
coz of Adobe\'s new brilliant ideas about the Flash.
No image map has been used on page !!!
No Bot readable text in "body". coz i want it that way.
cant trust me? just look at the source.
At last! yes, font name is Gothic3. u can find it in game\'s directory :)
');
$("div#notetext").hide();
});