$(document).ready(function(){
				
// Remove the link for login if javascript is enabled
//$(".activateLoginModal a").removeAttr("href");

    
// Let the login link toggle the slider
//    $(".activateLoginModal a").click(function () {
														
//      if ($(".loginLogoutModal").is(":hidden")) {
//        $(".loginLogoutModal").fadeIn("slow");
//      } else {
//        $(".loginLogoutModal").fadeOut("slow");
//      }
//    });
 
  });
