//jump point for all JS in KBWorld

//main function - executed on page load
function startPage() {
	setInterval('swapFade()',wait);
	init();
}

