rightClickWarning = "All photos are property of Sport Click Photo. All rights reserved. Unauthorized use is prohibited. Prints can be purchased by clicking on one of the Buy options above each photo.";
photoBarDelay = 2;
SM.PhotoBar.config.position = 'bottom';

function AddReferralCode() {
var links = this.getElementsByTagName("A");
    if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "http://www.smugmug.com/?referrer=h9ER9K3Oh9OEE";
    }
}
YE.onAvailable('footer', AddReferralCode);
