var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indiana State women continue coastal road swing
";
arnews[0] += "With two victories under their belt - both occurring far away from the friendly confines of Hulman Center - to begin the season, one might say the Indiana State women's basketball team is off to a hot start.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:07:00 GMT";
arnews[0] += "
";
arnews[1]="Cotter swept by Melbourne
";
arnews[1] += "The Cotter Junior Lady Warriors returned to action Thursday night and suffered a 39-25 loss to the Melbourne Junior Lady Bearkatz at Cotter Coliseum.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="College, university honors
";
arnews[2] += "Several local students were named to the Spring Semester 2009 dean's list at Bemidji State University.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Game
";
arnews[3] += "Being the wife or girlfriend of a pro-football player might sound like a glamorous and stress-free existence, but Melanie Barnett is about to discover the truth.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:35:18 GMT";
arnews[3] += "
";
arnews[4]="Lady Buckeyes trounce WVU
";
arnews[4] += "No. 3 Ohio State dominated the first 4 minutes and West Virginia never came close to recovering over the last 36.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:28:40 GMT";
arnews[4] += "
";
arnews[5]="People in the News: Scholars from Boston University, The Governor's Academy & Phillips Exeter
";
arnews[5] += "DEANa S LIST. Chantal M. De Bakker, of Hollis, was named to the deana s list for the spring 2009 semester at Boston University.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT";
arnews[5] += "
";
arnews[6]="Prahalis' double-double powers No. 3 Ohio State
";
arnews[6] += "No. 3 Ohio State dominated the first 4 minutes and West Virginia never came close to recovering over the last 36.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 03:28:47 GMT";
arnews[6] += "
";
arnews[7]="OMS Colts running strong
";
arnews[7] += "The Ocoee Middle School eighth-grade girls have been working hard over the past few days winning two out of three games.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 01:43:37 GMT";
arnews[7] += "
";
totcount = 8;
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("