rightClickWarning = "These photos are right-click protected so that I can feed my family!"; rightClickWarning = "These photos are right-click protected so that I can feed my family!";


// =====Start 2nd Home Page/Galleries Page===

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

