/*
	*********************************************************************
	*	Accolade generator for athletics pages							*
	*	Created - 9/13/06 by JCO										*
	*	naming convention: showGenderSport();							*
	********************************************************************
*/
/*  For Generic pages */
function showMain(){
	document.write("11 NCAA Div. III national team championships<br>23 NCAA Div. III individual championships<br>139 Iowa Conference titles<br>23 Iowa Conference all-sports titles")
}
/* For Sport pages */
function showBaseball(){
	document.write("2006 Iowa Conference co-champs<br>2005 Iowa Conference co-coach of the year<br>Three Iowa Conference MVPs")
}

function showMensBasketball(){
	document.write("15 Iowa Conference championships<br>Eight NCAA Div. III playoff berths--<br>&nbsp;&nbsp;more than any Iowa Conference school")
}

function showWomensBasketball(){
	document.write("1993 NCAA Div. III champions<br>Five NCAA playoff berths<br>Six Iowa Conference championships")
}

function showMensCrossCountry(){
	document.write("New on-campus course<br>Four Iowa Conference MVPs<br>Three national team qualifiers")
}

function showWomensCrossCountry(){
	document.write("1981 NCAA Div. III champions<br>Nine All-Americans<br>Three national top-10 team finishes")
}

function showFootball(){
	document.write("28 Iowa Conference titles<br>18 NCAA Div. III playoff berths<br>No losing seasons since 1960")
}

function showMensGolf(){
	document.write("25 Iowa Conference titles<br>26 NCAA Div. III tourney berths<br>New on-campus practice range")
}

function showWomensGolf(){
	document.write("Eight Iowa Conference championships<br>New on-campus practice range<br>Top rated home course in Iowa")
}

function showMensSoccer(){
	document.write("81-27-9 record since 2002<br>New game field in 2005<br>New irrigated practice fields")
}

function showWomensSoccer(){
	document.write("Five-time Iowa Conference tourney qualifiers<br>New game field in 2005<br>New irrigated practice fields")
}

function showSoftball(){
	document.write("Four NCAA Div. III championships<br>20 NCAA playoff berths<br>12 national finals appearances")
}

function showMensTennis(){
	document.write("14 Iowa Conference team titles<br>One NCAA Div. III tournament berth<br>126-58 record since 1999")
}

function showWomensTennis(){
	document.write("20 1st-division Iowa Conference finishes in 24 years<br>Four all-conference players in 2006<br>Six outdoor courts, Five indoor")
}

function showMensTrack(){
	document.write("Nine NCAA Div. III individual championships<br>Four NCAA Div. III top-10 team finishes<br>10 Iowa Conference team titles since 1990")
}

function showWomensTrack(){
	document.write("10 NCAA Div. III individual championships<br>One NCAA Div. III team title<br>Three top-25 team finishes since 2002")
}

function showVolleyball(){
	document.write("Three NCAA Div. III national titles<br>10 NCAA Div. III playoff berths<br>16 Iowa Conference championships")
}

function showWrestling(){
	document.write("Seven national top-10 team finishes<br />Four NCAA Div. III individual championships<br />42 All-America honors")
}
	
			