$(function() {
	
	$.ajax({
	  url: "app.php",
	  cache: false
	});
	
});
