function testing()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<div class="txt-ads">	<span style="font-size: 130%; font-family: Comic Sans MS, helvetica, sans-serif; color: #800000">Will moving to another climate affect your allergies?</span><br />See what others have written about the area before you move:<br /><a href="http://climates.allergynursing.com"><span style="font-size: 90%; font-weight: bold">Allergy Climates and Seasons</span></a></div>'); } // TextBanner
if (ranNum == 1){document.write('<br /><a href="http://climates.allergynursing.com/"><img src="http://carenurse.com/images/allergyseason.gif" width="468" height="60" alt="climates.allergynursing.com" title="climates.allergynursing.com" /></a><br />'); } // AllergySeasonBnr
if (ranNum == 2){document.write('<br /><a href="http://fta.firetrust.com/index.cgi?id=872&page=1"><img src="http://www.firetrust.com/adverts/mailwasher_002.gif" border=0></a>'); } // MailwasherGurgler
if (ranNum == 3){document.write('<br /><a href="http://fta.firetrust.com/index.cgi?id=872&page=1"><img src="http://www.firetrust.com/adverts/mailwasher_004.gif" border=0></a>'); } // MailwasherSickBefore
if (ranNum == 4){document.write('<br /><a href="http://fta.firetrust.com/index.cgi?id=872&page=1"><img src="http://www.firetrust.com/adverts/mailwasher_003.gif" border=0></a>'); } // MailwasherCrazyControl
}
