$(document).ready(function() {
   if(disableRightClick){
      $("body").noContext();
   }

   setupSubscribeValidation();
   setupContactValidation();
   setupViewAdminLinks();
   setupSuperfishMenu();

});


if(replacefont){
   Cufon.replace('h1, h2, h3, a.buttons, #main-menu a, #header2 span, #header-wrapper2 #header2 b');
}