<html>
<head>
<title>eLua home page has moved!</title>
</head>
<body>
<p align="center"><b>eLua</b> has moved to a new home at <a href="http://www.eluaproject.net">http://www.eluaproject.net</a>.<br>
Remember to update your bookmarks!<br>
You'll be redirected to the new page automatically, press <a href="http://www.eluaproject.net">here</a> if you don't want to wait.</p>
<br>
<form name="redirect">
<center>
<font face="Arial"><b>You will be redirected in
<form>
<input type="text" size="2" name="redirect2" disabled>
</form>
seconds</b></font>
</center>

<script>
<!--

/*
Count down then redirect script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/

//change below target URL to your own
var targetURL="http://www.eluaproject.net"
//change the second to start counting down from
var countdownfrom=10


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>
</body>
</html>

