/**
 * @author Cale
 */
	
	redirect = function(page) {
		if (typeof(page)=="undefined") {
			page = "default.php";
		}	
		window.location = page;
	}	