rightClickWarning = "Copyright 2009 Christopher Gerg, All Rights Reserved. Unauthorized use is prohibted."; rightClickWarning = "All photos are Copyright 2009 Christopher Gerg, All Rights Reserved - Unauthorized use is prohibited."; 

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

//filmStrip values you can override:
rightMoves = -5;
leftMoves = 5;
