
var sitePath = "http://www.classifiche.it/";
var ajaxPath = sitePath + "ajax/";

$(document).ready(function(){

    if($.browser.msie) {
        $('div.jqmAlert .jqmClose')
        .hover(
          function(){ $(this).addClass('jqmCloseHover'); },
          function(){ $(this).removeClass('jqmCloseHover'); }
        );
    }
 
});

