var SpotRand =  (Math.round((Math.random()*1)+1));

if (SpotRand == 1) {
	SpotURL = 'yourlife_addecoder.html';
	SpotIMG = '../images/yourlife_feature_top.gif';
	SpotALT = 'Ad Decoder';
	SpotTXT = '<b>Flip the pages</b></a> in this magazine to learn the messages behind every day ads.  ';
}

if (SpotRand == 2) {
	SpotURL = 'yourlife_bullyroundup.html';
	SpotIMG = '../images/bully_feature_top.jpg';
	SpotALT = 'The Bully Roundup';
	SpotTXT = '<b>An interactive board game</b></a> that tests your bully smarts.';
}

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/yourlife_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>');
}
