var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saints, Knights prevail
";
arnews[0] += "A standout performance from sophomore goalie Paul Karpowich helped the Clarkson University men's hockey team snap a nine-game losing streak on the road dating back to last season with a 3-2 victory over Dartmouth before 3,308 in an ECAC Hockey game Friday at Thompson Arena.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:32:11 GMT";
arnews[0] += "
";
arnews[1]="All-around victory
";
arnews[1] += "To advance in the playoffs, teams must be solid in all three phases of football.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:05:51 GMT";
arnews[1] += "
";
arnews[2]="FYI for
";
arnews[2] += "Devoll elected to Oklahoma Bar Association Oklahoma Bar Association elected Enid attorney Glenn A. Devoll to serve a three-year term on its Board of Governors.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Businessman sentenced for sale of prescription pills
";
arnews[3] += "A Northfield businessman charged with selling prescription pills through his drug disposal company received a two-year prison sentence Tuesday in federal court.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:49:12 GMT";
arnews[3] += "
";
arnews[4]="More OLO departures?
";
arnews[4] += "Friday, November 20, 2009 3:09 PM More OLO departures? Jane Taber M ichael Ignatieff's operations director, Sachin Aggarwal, is seriously considering running in Toronto Centre to replace former provincial Liberal cabinet minister George Smitherman, who is running to be Toronto mayor, according to sources.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:41:50 GMT";
arnews[4] += "
";
arnews[5]="Adapted Soccer: Defending champions reach semis
";
arnews[5] += "Raymond Kennedy scored four goals and Ethan Brenna added two more, leading Robbinsdale/Hopkins/Mound-Westonka to a 7-1 victory over St.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:16:07 GMT";
arnews[5] += "
";
totcount = 6;
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("