$(document).ready(function()
{
   var refreshId = setInterval(function()
   {
     $('#timeval2').load('leftquerry.php');
   }, 10000);

});
