function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

YE.onAvailable('bioTitle', function() {this.innerHTML = 'Tour of Pennsylvania'});

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Recent Races'});

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Tour of Pennsylvania Pictures'});



