Ανακατεύθυνση του blog σας

Ανακατεύθυνση του blog σας
http://www.dr-blogger.com/2011/07/redirect-link-blog.html
*************


 <form name="redirect">
<center>
<font face="Arial"><b>ΣΑΣ ΜΕΤΑΦΕΡΩ ΣΤΗΝ ΣΩΣΤΗ ΣΕΛΙΔΑ<br><br>
<form>
<input type="text" size="3" name="redirect2">
</form>
seconds</b></font>
</center>

<script>
<!--
//change below target URL to your own
var targetURL="http://1618xt.blogspot.gr/"
//change the second to start counting down from
var countdownfrom=3

var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}

countredirect()
//-->
</script>



-------------------------------------
<form name="redirect">
<center>
<font face="Arial"><b>You will be redirected to the new page in<br /><br />
<form>
<input type="text" size="3" name="redirect2" />
</form>
seconds</b></font>
</center>

<script>
<!--
//change below target URL to your own
var targetURL="http://1618xt.blogspot.gr/"
//change the second to start counting down from
var countdownfrom=5

var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}

countredirect()
//-->
</script></form>