How to redirect when you move a page, and stay in Google
Instead of using a redirect on the old page, ad the following line of code to your .htaccess file
Redirect 301 /oldpagename.html http://site.com/newpage.html
This is more search engine friendly than a meta or javascript redirect and should help you keep your page in the search engines
