
function writeAwards()
{	
	var b;
	b = Math.floor(Math.random() * 5);
	
	if (b==0){
		document.write("<div id=\"award\"><img src=\"img/awards/summit-bronze.jpg\"><div id=\"awardtext\">2001 Summit Awards<br>Darnauer Communications<br>\"Abberdon at Eagle Pines\"<br>4 Color Brochure, Business to Consumer<br>Abberdon Development Group</div></div>");
	}
	if (b==1){
		document.write("<div id=\"award\"><img src=\"img/awards/whoswho.gif\"><div id=\"awardtext\">Foxington Who's Who<br>Executives and Professienals<br>Jeanette R. Darnauer<br>Hanored Member</div></div>");
	}
	if (b==2){
		document.write("<div id=\"award\"><img src=\"img/awards/Marconi.jpg\"><div id=\"awardtext\">Marconi Radio Awards<br>1990 Nominee<br>Small Market Station<br>KSNO-FM</div></div>");
	}
	if (b==3){
		document.write("<div id=\"award\"><img src=\"img/awards/RTNDA.jpg\"><div id=\"awardtext\">Radio-Television News<br>Directors Association<br>1982 Spot News Reporting Award<br>Jeanette Darnauer<br>KSNO</div></div>");
	}
	if (b==4){
		document.write("<div id=\"award\"><img src=\"img/awards/PRSA.jpg\"><div id=\"awardtext\">Public Relations Society of America<br>2002 Bronze Anvil<br>Award of Commendation<br>River Valley Ranch Golf Club<br>with<br>Darnauer Group LLC.</div></div>");
	}
	
}
