[COLOR=#000000]$[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000]document[/COLOR][COLOR=#000000]).[/COLOR][COLOR=#000000]ready[/COLOR][COLOR=#000000]([/COLOR][COLOR=#00008B]function[/COLOR][COLOR=#000000]()[/COLOR][COLOR=#000000]{[/COLOR][COLOR=#00008B][FONT=monospace]window.[/FONT][/COLOR][COLOR=blue][FONT=monospace]open[/FONT][/COLOR][COLOR=olive][FONT=monospace]([/FONT][/COLOR][FONT=monospace][COLOR=#008000]"bıdıbıdı.html"[/COLOR][/FONT][COLOR=olive][FONT=monospace]);[/FONT][/COLOR][COLOR=[URL=http://forum.shiftdelete.net/usertag.php?do=list&action=hash&hash=000000%5D%7D%29]#000000]})[/URL][/COLOR]
<?php
echo '<script type="text/javascript" >
$(document).ready(
function()
{
window.open("bıdıbıdı.html");
});
</script>';?>