YE.onAvailable('popularTitle', function() {this.innerHTML = 'Something New'});

rightClickWarning = "All photos are property of Nick Wrzesinski. All rights reserved. Unauthorized use is prohibited.";

// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com([?\/\w&;=]+)?"/, 'href="' + webServer + '"')});

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

function redirectPath() { 
  re = /((www.)?gluwater.smugmug.com)/; 
  tmp = window.location.href; 
  if (re.test(tmp)) { 
    tmp = tmp.replace(re, 'nickwphoto.com'); 
    window.location.href = tmp; 
  } 
}
redirectPath();  