function startUp(){
	timerID2 = setTimeout("bannerPreload();",20);
	timerID3 = setInterval("changeBanner();",1500);
}
onload = startUp;
