rightClickWarning = "All photos are property of Merlavage Images. All rights reserved. Unauthorized use is strictly prohibited.  You can purchase this image by clicking 'Buy this Photo'."; 


function changeCategoryInfo() {
  re = /^([0-9]+ )(galler(y|ies))/;

  oEl = YD.get("categoriesBox")? YD.get("categoriesBox") : YD.get("subcategoriesBox");
  if (oEl) {
    oList = YD.getElementsByClassName("miniBox", "div", oEl);

    for (i=0; i<oList.length; i++) {
      pTags = oList[i].getElementsByTagName("p");
      re.exec(pTags[1].innerHTML);
      pTags[1].innerHTML = RegExp.$1 + RegExp.$2;
    }
  }
}

SM.PhotoBar.config.position = 'bottom';