<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var name = navigator.appName
 if (name == "Microsoft Internet Explorer");
else
url=("home.htm")
window.location=url;('<A HREF="' + url + '">Enter</A>');

// You may make the redirection automatic by using this line
// window.location=url;   instead of the document.write above 

// End -->

