/* Use ajax based call to reload page */
	function ajaxURL(url) {
		setAjax(url+"&ajax=true","content");
	}
