function showHomepage(i) {
	return;
}

function setFade() {
	showFade('1');
}

addLoadEvent(setFade);
addLoadEvent(setBottomNav1);

