rightClickWarning = "All photos are property of MMY Photography. All rights reserved. Unauthorized use is prohibited. \n\nIf you would like to enquire about purchasing this photograph, please contact me at miko@mmyphotography.com.\n\nThank you for your interest!";

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");


