function swapBoxes() {
   box1 = YD.get("subcategoriesBox");
   box2 = YD.get("galleriesBox");
   if (box1 && box2)
   {
      swap = box1.innerHTML;
      box1.innerHTML = box2.innerHTML;
      box2.innerHTML = swap;
   }
}





function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }


function delpCategory() {
  re = /\/Portfolio$/;

  if (!YD.hasClass(document.body, 'homepage'))
    return;

  var oList = YD.getElementsByClassName('miniBox', 'div', YD.get('categoriesBox'));

  for (i = 0; i < oList.length; i++) {
    if (re.test(oList[i].getElementsByTagName('a')[0].href))
      oList[i].parentNode.removeChild(oList[i]);
  }
}
 



rightClickWarning = "All images in this website copyrighted by Society Photos. All rights reserved. The images and/or text may not be copied, transmitted, published, reproduced or used in any way without written permission.";


