var textnumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ;
facts = new Array
facts[1] = "26 Student-Athletes graduated in December"
facts[2] = "32 student-athletes earned a perfect semester GPA of 4.0"
facts[3] = "54% of all student-athletes earned a semester GPA of 3.00 or higher"
facts[4] = "59 TCU student-athletes named to the Spring 2006 Academic All-Mountain West Conference Team."
facts[5] = "53 TCU student-athletes named as 2005-2006 Mountain West Conference Scholar-Athletes."
facts[6] = "114 student-athletes named as 2006 United States Achievement Academy Collegiate All-American Scholars."
facts[7] = "The Men's and Women's Swimming teams were named to the Fall 2005 Team Academic All-America This was the 29th consecutive semester for the women and 6th time for the men."
facts[8] = "Ashley Davis (WBB) received a TCU Senior Legacy Award for being a standout individual in the TCU community."
facts[9] = "Track athletes Joe Brown and Tommy Killen were named to the 2005-2006 All-Academic Track and Field team."
facts[10] = "The women's track and field team was named an All-Academic team"

var text = facts[rand1]
