function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");



function MYALERT() { 
alert("Welcome to my site. Please be sure to check out the "Customization" gallery to see some of the creative things we can do to make your images truly unique."); } MYALERT() 
