//function dispatched when the application is loaded.
function onPageLoad() {
	callPage("content/home.php","mainContent");
}

