//**************************************************************
// this is code to have two different home pages, one with
// a slideshow, the other is the normal one

//function hasPath(sPath)
//{
//re = new RegExp("\/" + sPath + "(\/|$)");
//return re.test(window.location)
//}

//if (hasPath("galleries"))
//YD.addClass(document.body, "galleries");
