rightClickWarning = "All photos are © Jose deOrta - deOrta Photography. All rights reserved. Unauthorized use without written consent is prohibited."


//      Hide Categories
function delCategory() {
  re = /\/(EBYBK)$/;

  var oList = YD.getElementsByClassName('miniBox', 'div', this);

  for (i = 0; i < oList.length; i++) {
    if (re.test(oList[i].getElementsByTagName('a')[0].href))
      oList[i].parentNode.removeChild(oList[i]);
  }
}
YE.onContentReady('categoriesBox', delCategory);
//      End Hide Categories 


//      Hide Categories
function delCategory() {
  re = /\/(SAINTS)$/;

  var oList = YD.getElementsByClassName('miniBox', 'div', this);

  for (i = 0; i < oList.length; i++) {
    if (re.test(oList[i].getElementsByTagName('a')[0].href))
      oList[i].parentNode.removeChild(oList[i]);
  }
}
YE.onContentReady('categoriesBox', delCategory);
//      End Hide Categories 