var SpotRand =  (Math.round((Math.random()*1)+1));

if (SpotRand == 1) {
	SpotURL = 'yoursafety_h2osmarts.html';
	SpotIMG = '../images/yoursafety_feature_top.gif';
	SpotALT = 'H2O Smarts';
	SpotTXT = '</a>When you\'\re outside and active, make sure you know how to <a href="yoursafety_h2osmarts.html">keep your smarts around the water</a>. Don\'\t forget to learn all about <a href="yoursafety_sunproof.html">sun safety</a> too!! ';
}

if (SpotRand == 2) {
	SpotURL = 'yoursafety_tsunami.html';
	SpotIMG = '../images/tsunami_feature_top.jpg';
	SpotALT = 'Tsunami';
	SpotTXT = '<b>Take a look</b></a> at what tsunamis are and how they can affect the health of so many people';
}

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/yoursafety_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>');
}

