$(document).ready(function() {
      $("#contatore_visite").load("/contatore.php");
   var refreshId = setInterval(function() {
      $("#contatore_visite").load('/contatore.php?w_ris='+screen.width+'&h_ris='+screen.height+'&randval='+ Math.random());
   }, 10000);
}); 
 
 

