// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {
    this.href = "http://sports.digitaltheta.com/";
    this.firstChild.alt = "Digital Theta Sports";
    this.firstChild.title = "Digital Theta Sports";
});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});

rightClickWarning = "All photos are property of Digital Theta, LLC. All rights reserved. Unauthorized use is prohibited."; 

