Drupal.locale = { 'pluralFormula': function ($n) { return Number((($n==1)?(0):1)); }, 'strings': {"":{"Your server has been successfully tested to support this feature.":"\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e35\u0e49","Enabled":"\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Configure":"\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32","Disabled":"\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","Not published":"\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e35\u0e1e\u0e34\u0e21\u0e1e\u0e4c","Edit":"\u0e41\u0e01\u0e49\u0e44\u0e02","Upload":"\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14"}} };;

(function ($) {
  Drupal.Panels = {};

  Drupal.Panels.autoAttach = function() {
    if ($.browser.msie) {
      // If IE, attach a hover event so we can see our admin links.
      $("div.panel-pane").hover(
        function() {
          $('div.panel-hide', this).addClass("panel-hide-hover"); return true;
        },
        function() {
          $('div.panel-hide', this).removeClass("panel-hide-hover"); return true;
        }
      );
      $("div.admin-links").hover(
        function() {
          $(this).addClass("admin-links-hover"); return true;
        },
        function(){
          $(this).removeClass("admin-links-hover"); return true;
        }
      );
    }
  };

  $(Drupal.Panels.autoAttach);
})(jQuery);
;

