YE.onAvailable('toolbar', function() {
this.innerHTML = this.innerHTML.replace(new RegExp(/www/g), 'zoomdak')
});

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}