rightClickWarning = "Copyright 2010"; function hasPath(sPath) { 
re = new RegExp("\/" + sPath + "(\/|$)"); 
return re.test(window.location) 
} 
if (hasPath("galleries")) 
YD.addClass(document.body, "galleries"); 
if (hasPath("featured"))  
YD.addClass(document.body, "featured");








rightClickWarning = "All photos are property of Vadim Krisyan. All rights reserved. Unauthorized use is prohibited. ©2009-2010"; 

