/*== Virtual Gallery Pages ===*/

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");


/*== Virtual Bio Pages ===*/
 

function hasPath(sPath)

{

re = new RegExp("\/" + sPath + "(\/|$)");

return re.test(window.location)

}

if (hasPath("bio"))

YD.addClass(document.body, "bio");



/*== Virtual Services Pages ===*/
 

function hasPath(sPath)

{

re = new RegExp("\/" + sPath + "(\/|$)");

return re.test(window.location)

}

if (hasPath("services"))

YD.addClass(document.body, "services");
