	function randimg() { }

	r = new randimg()

	n = 0

	// add your images here

	r[n++]= '<div class="dyk-text">Did you know that IMG College represents 4 of the 5 most recent Women&#39;s Basketball National Champions?</div>'

	r[n++]= '<div class="dyk-text">Did you know that over 176 million people ages 12+ consider themselves fans of college sports?</div>'

	r[n++]= '<div class="dyk-text">Did you know that over 80 million females are fans of college sports?</div>'

	r[n++]= '<div class="dyk-text">Did you know that College Sports attendance vastly exceeds all major sports with over 100 million people attending a college sporting event in 2008?</div>'

	r[n++]= '<div class="dyk-text">Did you know that Nielsen ratings for the top college sporting events are only surpassed by the Super Bowl?</div>'

	r[n++]= '<div class="dyk-text">Did you know that College Football broadcasts reach an aggregated viewing audience over 615 million (not including local broadcasts)?</div>'


	i=Math.floor(Math.random() * n)

	document.write( r[i] )


