var SpotRand =  (Math.round((Math.random()*2)+1));

if (SpotRand == 1) {
	SpotURL = 'yourbody_smilestyle.html';
	SpotIMG = '../images/yourbody_feature_top.gif';
	SpotALT = 'Smile Style';
	SpotTXT = 'Help Kristie</b></a> make all the right decisions to keep her teeth clean. Win a BAM! Wallpaper! ';
}

if (SpotRand == 2) {
	SpotURL = 'yourbody_bodysmartz.html';
	SpotIMG = '../images/bodysmartz_feature_top.jpg';
	SpotALT = 'Body Smartz';
	SpotTXT = '<b>Puberty</b></a> might feel confusing. With <i>BAM!</i> it all makes sense.';
}

if (SpotRand == 3) {
	SpotURL = 'yourbody_insidescoop.html';
	SpotIMG = '../images/scoop_feature_top.jpg';
	SpotALT = 'Michael\'\s Inside Scoop';
	SpotTXT = '<b>Find out how</b></a> heredity and your genes help make you who you are.';
}

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/yourbody_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>');
}

