if (location.hostname.toLowerCase() == "www.fordglobe.org")
{
   // replace URL with no leading "www"
   location.replace("http://FordGLOBE.org" + location.pathname + location.hash);
}

