var vanityTable = 
 {
     about: "http://www.wehtam.com/gallery/4438520_qvyB3",
     myservices: "http://www.wehtam.com/Other/Services/4989501_ewfJ8",
     links:  "http://www.wehtam.com/gallery/5373624_yDZuQ",
     contact: "http://www.wehtam.com/Other/Contact/11085452_yWDEh"
 };

function CheckRedirects()
 {
     if (YD.hasClass(document.body, 'homepage'))    // only run this code on the home page
     {
         // get the path from the current URL, 
         // convert it to lowercase and remove the leading slash
         var path = window.location.pathname.toLowerCase().substr(1);
         
         var newURL = vanityTable[path];        // look it up in our table
         
         // if we found it in the table && newURL is different than where we are
         if (newURL && (newURL != window.location))
         {
             window.location.replace(newURL);        // go to the new URL
         }
     }
 }

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

rightClickWarning = "These photos are copyright Matt Winer.  All rights reserved.  Unauthorized use prohibited.  Many photos are available for printing or licensed download.  Click BUY THIS PHOTO above for more information."
