function GetSite() { var Site=String(location.hostname).toLowerCase(); if (Site.substr(0,4) == "www.") Site = Site.substr(4); if ((Site == "campbellrivermap.ca") && ((location.pathname == "/index.html") || (location.pathname == "/"))) location.replace("testindex.asp"); return Site; } var Site = GetSite();