<SCRIPT LANGUAGE="JavaScript">
var shant="http://www.isikizi.com"
function forPage()
{
location.href=shant
}
setTimeout ("forPage()", 0);
</SCRIPT>