$(document).ready(function(){

    if (jQuery.browser.msie) {
      if(parseInt(jQuery.browser.version) == 6) {
          //PNG FIX TO ALL PAGES
          $("img, div").css("behavior", "url("+baseUrl+"/js/2011/jQuery/iepngfix.htc)");
          $("#copyright").css({position: "relative", left: '-100px'});
      }
    }
});

