rightClickWarning = "All photos are property of CSPHOTOGRAPHY.COM.AU. All rights reserved. Unauthorized use is prohibited. The watermark copyright on the bottom of the picture will not appear on purchased printed photos.";

// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});


// add the SmugMug link in my footer to automatically be a referral link.

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=G0su5g6E5eXTw";
}
}
YE.onAvailable('footer', AddReferralCode);