/*============================*/
/*== Virtual Gallery Pages ==*/
/*============================*/

function hasPath(sPath)
{
 re = new RegExp("\/" + sPath + "(\/|$)");
 return re.test(window.location)
}


YE.onAvailable('mapTitle', function() {this.innerHTML = 'Travel Photos'});

YE.onAvailable('datesTitle', function() {this.innerHTML = 'Search By Date'});

YE.onAvailable('headerBoxTop2', function() {this.innerHTML = 'Search Zach Mahone Photography'});



