rightClickWarning = "All photos are property of Digital Photography Life. All rights reserved. Unauthorized use is prohibited."; 

function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)"); 
  return re.test(window.location)
}

// Fix the Pesky Pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});


// Popular Box Title
YE.onContentReady('popularTitle', function() {this.innerHTML = 'Digital Photography Life - Popular Photos'});

// Keyword Box Title
YE.onContentReady('keywordsTitle', function() {this.innerHTML = 'Browse by Keywords'});

// Search Box Title
YE.onAvailable('headerBoxTop2', function() {this.innerHTML = 'Search Digital Photography Life'});

// Date Box Title
YE.onContentReady('datesTitle', function() {this.innerHTML = 'Browse by Date'});


// Right Click Message

rightClickWarning = "All photos are © Digital Photography Life. All rights reserved. Unauthorized use is prohibited."


// Secure Email

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }


