function whereTo()
{
var magic_word = prompt("Enter Password","");

if(magic_word == "swyka")
{window.location = "http://tonymartininc.com/!client_files/swyka/";}

else if (magic_word == "rose")
{window.location = "http://tonymartininc.com/!client_files/rose/";}

else if (magic_word == "ferguson")
{window.location = "http://tonymartininc.com/!client_files/ferguson/";}

else if (magic_word == "harman")
{window.location = "http://tonymartininc.com/!client_files/harman/";}

else if (magic_word == "kos")
{window.location = "http://tonymartininc.com/!client_files/kos/";}

else if (magic_word == "reese")
{window.location = "http://tonymartininc.com/!client_files/reese/";}

else if (magic_word == "santafe523")
{window.location = "http://tonymartininc.com/!client_files/santafe523/";}

else if (magic_word == "santafe538")
{window.location = "http://tonymartininc.com/!client_files/santafe538/";}

else if (magic_word == "santafe540")
{window.location = "http://tonymartininc.com/!client_files/santafe540/";}

else if (magic_word == "santafe542")
{window.location = "http://tonymartininc.com/!client_files/santafe542/";}

else if (magic_word == "taylor")
{window.location = "http://tonymartininc.com/!client_files/taylor/";}

else if (magic_word == "cherrystreet")
{window.location = "http://tonymartininc.com/!client_files/cherrystreet/";}

else if (magic_word == "wise")
{window.location = "http://tonymartininc.com/!client_files/wise/";}

else
{window.location = "try_again.html";}
}
