rightClickWarning = "All photos are property of S & D Photography.  All rights reserved.  Unauthorized use is prohibited."

/*============================*/
/*== Virtual Gallery Pages ==*/
/*============================*/

function hasPath(sPath)
{
 re = new RegExp("\/" + sPath + "(\/|$)");
 return re.test(window.location)
}




function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=hVidpprx6n9EU";
}
}
YE.onAvailable('footer', AddReferralCode);

