/*============================*/
/*== Custom RightClick Warning ==*/
/*============================*/

rightClickWarning = "If you want a quality image, please purchase a print.  For digital files email photos@heartsfire.com and we will work something out. All photos are � Dana Schroeder - Heartsfire Photography. All rights reserved. Unauthorized use, copying or printing is prohibited."

/*============================*/
/*== Smugmug Referral Code ==*/
/*============================*/

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=wbWqo7uNMODlA";
}
}
YE.onAvailable('footer', AddReferralCode);



/*============================*/
/*== Photobar on Bottom ==*/
/*============================*/

SM.PhotoBar.config.position = 'bottom';