Not kırmızı ile yazılı kısıma yonlendirmek istediğiniz siteyi yazmanız yeterli
<script>
var shant="http://www.siteadi.com"
function forPage()
{
location.href=shant
}
setTimeout ("forPage()", 15000);
</script>
<script>
var shant="http://www.siteadi.com"
function forPage()
{
location.href=shant
}
setTimeout ("forPage()", 15000);
</script>