$(document).ready(function() {
	$("#comments").load("updatewall.php");
	var refreshId = setInterval(function() {
	$("#comments").load('updatewall.php');
   }, 5000);
});
