function makeArray(length) { 
   this.length = length 
   return this 
}

var ft = new makeArray(10);

function ranum()
{
	var num_raw = Math.random()*10;
	var num = Math.round(num_raw);
	return num;
}

ft[0]="We are the oldest fraternity on campus, founded in Decenber 1891";
ft[1]="We became the first unhoused fraternity on campus when we returned in 1978 after a brief vacation -- our old house is now Synergy";
ft[2]="We moved into a new house on campus in 2002";
ft[3]="We have the highest GPA of any fraternity on campus";
ft[4]="We were nationally recognized by our fraternity as being the model chapter in the country in 2001 and 2005";
ft[5]="We have 53 undergraduate members, a size which allows us to truly know each other";
ft[6]="We have a national and chapter policy against hazing pledges";
ft[7]="We are a truly diverse group, never having discriminated on the basis of race or religion";
ft[8]="We completed over 1,265 community service hours over the past year";
ft[9]="California Beta is the second-oldest Phi-Psi chapter with an active charter";