YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Professional Images'});


var vanityTable = 
 {
     nightlife : "http://photos.stylusfunk.com/gallery/8614192_zoA7x#568506867_8eAWW",
     models : "http://photos.stylusfunk.com/gallery/8613658_wmjcF#568237831_64dxr"
     
 };


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
         }
     }
 }

redirectPath(); 

rightClickWarning = "These images are copyrighted by Matthew Karsten. They are listed with the US copyright office.  All rights reserved.  Unauthorized use prohibited.";




pic1= new Image(162,60); 
pic1.src="http://stylusfunk.com/smugmug/nightlife-hover.png"; 


pic2= new Image(162,60); 
pic2.src="http://stylusfunk.com/smugmug/fashion-hover.png"; 

