var pageName='index.html';

window.onload=initPage;

function initPage() {

	loadContent();

}


