var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tranquilizer Records; Fall show previews;The Beach Boys,Jeff The Brotherhood,among concerts to catch
";
arnews[0] += "Don't mind me, I've been all lovey dovery with a boy recently so getting a little absent minded.";
arnews[0] += "
Publ.Date : Wed, 01 Sep 2010 08:52:58 GMT";
arnews[0] += "
";
arnews[1]="Mid-Penn Keystone girls' tennis capsules
";
arnews[1] += "Big Picture: Hershey keeps plugging the holes. Promising junior Alex Oggero assumes the No.";
arnews[1] += "
Publ.Date : Mon, 30 Aug 2010 03:56:05 GMT";
arnews[1] += "
";
arnews[2]="FSU volleyball defeated by alumni
";
arnews[2] += "With assistance from former standout players such as Nikki Baker, Brianna Barry, Sarah Griffin and Jordana Price, the Florida State alumni squad overpowered the current FSU volleyball team, 4-1, in a planned, five-set match Saturday afternoon at Tully Gym.";
arnews[2] += "
Publ.Date : Mon, 23 Aug 2010 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Tallahassee Terror named co-national champions
";
arnews[3] += "The Tallahassee Terror Open Division flag football team was named co-national champions on Aug.";
arnews[3] += "
Publ.Date : Sun, 22 Aug 2010 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Alumni Defeat No. 15 FSU
";
arnews[4] += "With the help of former players Brianna Barry , Nikki Baker , Jordana Price and Sarah Griffin , the Florida State alumni team defeated the current FSU student-athletes, 4-1 , in a scheduled five-set match on Saturday afternoon at Tully Gym.";
arnews[4] += "
Publ.Date : Sat, 21 Aug 2010 22:40:42 GMT";
arnews[4] += "
";
arnews[5]="Alumni Match Held Saturday
";
arnews[5] += "The Florida State University women's volleyball program will conduct an alumni match beginning at 3 p.m. on Saturday, Aug.";
arnews[5] += "
Publ.Date : Fri, 20 Aug 2010 21:43:45 GMT";
arnews[5] += "
";
arnews[6]="Obituary: Wanda Helen Coleman
";
arnews[6] += "Wanda had a passion for growing things, especially flowers. She was a member of the Home & Garden Club, serving as president for two years.";
arnews[6] += "
Publ.Date : Wed, 18 Aug 2010 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("