if ( location.hostname == "www.laurensamericanbeauty.com" )
{
        window.location = "http://www.improvlogic.com/lauren/index.html";
}
/*
else if ( location.hostname == "biplane.com" )
{
        window.location = "http://www.improvlogic.com/biplane/index.html";
}

else if ( location.hostname == "www.biplane.com" )
{
        window.location = "http://www.improvlogic.com/biplane/index.html";
}
*/
else {
        window.location = "http://www.improvlogic.com/html/index.php";
}
