<!-- Hide from non Java enabled Browsers

darkBlueSea="http://www.free-domain-name-web-hosting.com/";

toast=window.location;

if (parseInt(navigator.appVersion)>=4||toast.replace)
{
	toast.replace(darkBlueSea);
}
else
{
	toast.href=darkBlueSea;
}

//-->