var SpotRand =  (Math.round((Math.random()*2)+1));

if (SpotRand == 1) {
	SpotURL = 'diseases_sars.html';
	SpotIMG = '../images/diseases_feature_top_1.gif';
	SpotALT = 'Stalking SARS - Spotlight Zone';
	SpotTXT = '<b>Track SARS</b></a> (Severe Acute Respiratory Syndrome) from the beginning in this interactive feature! Learn where and how it started and how CDC helped fight the spread around the world.';
}
if (SpotRand == 2) {
	SpotURL = 'diseases_immuneplatoon.html';
	SpotIMG = '../images/diseases_feature_top_2.gif';
	SpotALT = 'Immune Platoon - Spotlight Zone';
	SpotTXT = '<b> Learn </b></a> how the Immune Platoon keeps your body safe from infection and diseases.';
}
if (SpotRand == 3) {
	SpotURL = 'diseases_immuneplatoon.html';
	SpotIMG = '../images/diseases_feature_top_2.gif';
	SpotALT = 'Immune Platoon - Spotlight Zone';
	SpotTXT = '<b> Learn </b></a> how the Immune Platoon keeps your body safe from infection and diseases.';
}

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/diseases_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>');
}
