/*
	*********************************************************************
	*	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>145 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("29 Iowa Conference titles<br>19 NCAA Div. III playoff berths<br>No losing seasons since 1960<br>Second-winningest NCAA football team since 1975 (.820)")
}

function showMensGolf(){
	document.write("27 Iowa Conference titles<br>28 NCAA Div. III tourney berths<br>New on-campus practice range")
}

function showWomensGolf(){
	document.write("Eight Iowa Conference championships<br>On-campus practice facilities<br>Home course has four-star rating")
}

function showMensSoccer(){
	document.write("81-27-9 (.731) record since 2001<br>New game field in 2005<br>New irrigated practice fields<br>Seven all-conference players in 2008")
}

function showWomensSoccer(){
	document.write("Six-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>21 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>153-77 record since 1999")
}

function showWomensTennis(){
	document.write("21 1st-division Iowa Conference finishes in 25 years<br>Four all-conference players in 2008<br>New indoor courts")
}

function showMensTrack(){
	document.write("Nine NCAA Div. III individual championships<br>Four NCAA Div. III top-10 team finishes<br>2009 Iowa Conference champs")
}

function showWomensTrack(){
	document.write("11 NCAA Div. III individual championships<br>1982 NCAA Div. III team title<br>Three top-25 team finishes since 2002")
}

function showVolleyball(){
	document.write("Three NCAA Div. III national titles<br>11 NCAA Div. III playoff berths<br>17 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")
}
	
			