function startUp(){
	timerID2 = setTimeout("startMarquee();",1);
	timerID3 = setInterval("moveMarquee();",100);
}
onload = startUp;