
<!--
	function RotateHeader(CurrentDisplay) {			
		
			if (CurrentDisplay == 1) {
			
				window.document.Header.src = 'http://www.golfeast.ca/headers/header11%2Ejpg';
				window.document.Header.alt = 'Golf Carts';
				window.document.Header.width = 573;
				window.document.Header.height = 172;				
				
				TimerKey = setTimeout("RotateHeader(2)",10000);
				
			}
			
			else if (CurrentDisplay == 2) {
			
				window.document.Header.src = 'http://www.golfeast.ca/headers/header2%2Ejpg';
				window.document.Header.alt = 'Golf Swing';
				window.document.Header.width = 573;
				window.document.Header.height = 172;				
				
				TimerKey = setTimeout("RotateHeader(3)",10000);
				
			}
			
			else if (CurrentDisplay == 3) {
			
				window.document.Header.src = 'http://www.golfeast.ca/headers/header3%2Ejpg';
				window.document.Header.alt = 'Golf Putt';
				window.document.Header.width = 573;
				window.document.Header.height = 172;				
				
				TimerKey = setTimeout("RotateHeader(4)",10000);
				
			}
			
			else if (CurrentDisplay == 4) {
			
				window.document.Header.src = 'http://www.golfeast.ca/headers/header4%2Ejpg';
				window.document.Header.alt = 'Golf Ball near hole';
				window.document.Header.width = 573;
				window.document.Header.height = 172;				
				
				TimerKey = setTimeout("RotateHeader(1)",10000);
				
			}
					
	}	
//-->
				
				

