function loadpage(url) {
	$.post(url, function(data){
		location.reload();
	});
}
