rightClickWarning = "All photos are property of MARY KIM - DOGDOTSPHOTOGRAPHY. All rights reserved. Unauthorized use is prohibited."; 


function delCategory() {
  re = /\/(FAMILYS)$/;

  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);

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }