here is a redirect I use alot - hope it helps

PHP Code:
<html>
<
head>

<
SCRIPT LANGUAGE="JavaScript">
<!-- 
Begin
redirTime 
"10000"// ADJUST HOW MANY SECONDS TO REDIRECT
redirURL "http://www.YOUR SITE HERE"// NEW SITE
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
//  End -->
</script>
<
title>Redirect To New Site</title// ENTER NEW TITLE NAME HERE
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
style type="text/css">
<!--
body,td,th {
    
color#FF0000;
}
body {
    
background-color#000000;
}
-->
</
style></head>

<
BODY onLoad="redirTimer()">
<
p><center>
<
br>
<
br>
<
br>
<
br>
<
font face="arial, helvetica" size"-2">MESSAGE HERE <b>10 seconds</b> or you may <b>CLICK</bthe link below<br// ADD A CLICKABLE LINK
<br>
<
br>
<
br>
<
a href="http://www.NEW_URL.COM">NEW SITE NAME</a// FOR A CLICKABLE LINK
</center><p>
</
body>
</
html