// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
rightClickWarning = "All photos are property of Richard A. Martin. All rights reserved. Unauthorized use is prohibited.";
function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}
function redirectPath() { 
  re = /(trumpeter.smugmug.com)/; 
  tmp = window.location.href; 
  if (re.test(tmp)) { 
    tmp = tmp.replace(re, 'www.ramartin-photography.com'); 
    window.location.href = tmp; 
  } 
}
redirectPath();  

