// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://tristantom.com/";

this.firstChild.alt = "Tristan Tom";

this.firstChild.title = "Tristan Tom";

});


// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});




function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=eeBwzoIhAtBlE";
}
}
YE.onAvailable('footer', AddReferralCode);


rightClickWarning = "All photos are property of Tristan Tom. All rights reserved. Unauthorized use is prohibited."; 


showImagePreview = false;


