$.post('ol_st_checker.php',function(d){ //this method is going to check who ever is online
$.each(d.uinfo,function(index,value) {
alert(index+'='+value);
/*$.each(this,function(index, element) {
alert(index+'='+element);
});*/
});
},'json');},
$.post('ol_st_checker.php',function(d){