function startUp(){
	timerID1 = setTimeout("menuPreload();",10);
	timerID2 = setTimeout("bannerPreload();",20);
	timerID3 = setInterval("changeBanner();",2500);
}
onload = startUp;