$(document).ready(function(){

if($("#autoRefresh").length){
  setTimeout("SessHolder()",1250);
  

}



 
      /*
        $("#autoRefresh").load(function () {  
          
        alert("a");
          
             
        });
  */
 
  });
  
function SessHolder(){
  
  $.getJSON("getSess.php", function(data){
            
         });
  setTimeout("SessHolder()",10000);
}
