function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

YE.onAvailable('bioTitle', function() {this.innerHTML = 'home of the pro cycling tour'});

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'recent races'});

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'pro cycling tour pictures'});



