// Page load function

function getPage(target, page, arguments) {
	$("#" + target).load("./pages/" + page + ".php?" + arguments);
}



