if ( location.hostname == "www.smithsstation.us" ) { 
    window.location = "/sites/smithsstation2009/Default.aspx"; 
}else if ( location.hostname == "smithsstation.us" ) { 
    window.location = "/sites/smithsstation2009/Default.aspx"; 
} else if ( location.hostname == "www.firstbaptistphenixcity.org" ) { 
    window.location = "/Sites/FirstBaptist/default.aspx"; 
} else if ( location.hostname == "firstbaptistphenixcity.org" ) { 
    window.location = "/Sites/FirstBaptist/default.aspx"; 
} else if ( location.hostname == "www.phenixcityfastpitch.com" ) { 
    window.location = "/Sites/phenixcityfastpitch/index.html"; 
} else if ( location.hostname == "phenixcityfastpitch.com" ) { 
    window.location = "/Sites/phenixcityfastpitch/index.html"; 
} else if ( location.hostname == "www.objectwerx.com" ) {
    window.location = "/Sites/ObjectWerX_Web/default.aspx"; 
} else if ( location.hostname == "objectwerx.com" ) {
    window.location = "/Sites/ObjectWerX_Web/default.aspx"; 
} else if ( location.hostname == "www.rickyouth.com" ) {
    window.location = "/Sites/RICK/default.aspx"; 
} else if ( location.hostname == "rickyouth.com" ) {
    window.location = "/Sites/RICK/default.aspx"; 
} else if ( location.hostname == "www.popes-farm.com" ) {
    window.location = "/sites/popesfarm/index.html";
} else if (location.hostname == "http://www.popes-farm.com/sites/popesfarm2006/default.aspx") {
    window.location = "/sites/popesfarm/index.html"; 
} else if ( location.hostname == "popes-farm.com" ) {
    window.location = "/sites/popesfarm/index.html"; 
} else if ( location.hostname == "www.popeshayride.com" ) {
    window.location = "/sites/popesfarm/index.html"; 
} else if ( location.hostname == "popeshayride.com" ) {
    window.location = "/sites/popesfarm/index.html"; 
} else if ( location.hostname == "imperfectyouth.com" ) { 
    //window.location = "http://www.objectwerx.com/sites/firstbaptist/hope.htm";
    window.location = "http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=369699995";
} else if ( location.hostname == "www.imperfectyouth.com" ) { 
    //window.location = "http://www.objectwerx.com/sites/firstbaptist/hope.htm";
    window.location = "http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=369699995";
    //window.location = "/sites/imperfectyouth/Default.aspx";
} else if (location.hostname == "firstbaptistchildcare.com") {
    window.location = "/Sites/FirstBaptist/ccdc_default.aspx";
} else if (location.hostname == "www.firstbaptistchildcare.com") {
    window.location = "/Sites/FirstBaptist/ccdc_default.aspx";
} else { 
    alert("<h2>Your attempt to reach (" + location.hostname + ") was unsuccessful. Please check your address and try again. <br>");
}

