rightClickWarning ="All photos are copyrighted property of Alan Howell and Star Path Images. Unauthorized use is prohibited. Contact Alan at (336) 202-5472 or alhowel@triad.rr.com for non-watermarked, high resolution prints or for commercial use. Copyright © 2010, Alan Howell, Star Path Images. All rights reserved.";



function swapBoxes() {
   box1 = YD.get("subcategoriesBox");
   box2 = YD.get("galleriesBox");
   if (box1 && box2)
   {
      swap = box1.innerHTML;
      box1.innerHTML = box2.innerHTML;
      box2.innerHTML = swap;
   }
}