var SpotRand =  (Math.round((Math.random()*1)+1));

if (SpotRand == 1) {
	SpotURL = 'physicalactivity_activitycalendar.html';
	SpotIMG = '../images/physical_feature_top.gif';
	SpotALT = 'Activity Calendar';
	SpotTXT = '<b>Create</b></a> your own customized fitness</b></a> and activity calendar. Choose from over 100 activities you like to do and add to your calendar.';
}

if (SpotRand == 2) {
	SpotURL = 'physicalactivity_meetchallenge.html';
	SpotIMG = '../images/challenge_feature_top.jpg';
	SpotALT = 'Meet The Challenge';
	SpotTXT = '<b>See</b></a> how athletes overcome physical challenges to make it to the top. ';
}

function RandSpotlight() {
	document.write('					<div style="position: relative;">');
	document.write('						<a href="' + SpotURL + '"><img src="' + SpotIMG + '" width="520" height="234" border="0" alt="' + SpotALT + '"></a><br />');
	document.write('					</div>');
	document.write('					<div style="background: url(../images/physical_feature_bg.gif) repeat-y; width: 520px;">');
	document.write('						<div style="margin: 0px 15px 0px 15px;" class="bodyTextBlack">');
	document.write('							<a href="' + SpotURL + '" class="black">' + SpotTXT );
	document.write('						</div>');
	document.write('					</div>');
}
