var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls swimming and diving state prelims: Rosary in driver's seat ... - Chicago Tribune
";
arnews[0] += "Junior Sarah Thompson and senior Jane Munro each qualified for the finals in two events for Evanston, which also advanced two relays. Other standouts included Lyons' winning 200 medley relay (1:46.17), Fenwick's Kelly Ryan's win in the 100 back (55 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[0] += "
";
arnews[1]="ND junior swimmer’s fast times at state - Peoria Journal Star
";
arnews[1] += "Becky Stoughton swam her way into the history books Friday at the state swimming and diving preliminaries at New Trier High School. And after she swam the fourth-fastest 500-yard freestyle in state-meet history, the Notre Dame junior has her sights ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[1] += "
";
arnews[2]="Lockport's Pope eyes prize(s) - Batavia Sun
";
arnews[2] += "That trailed only Peoria Notre Dame junior Rebecca Stoughton's 1:52.22 and Evanston junior Sarah Thompson's 1:52.27. In the 500 free, Pope finished in 5:02.41. The top two were Stoughton at 4:51.71 and St. Charles East sophomore Emma Smith at 4:59.40 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:47:00 GMT";
arnews[2] += "
";
arnews[3]="Don't watch me vote - Journal-News
";
arnews[3] += "Whatever happened to the secret ballot? At the polls, the machines are placed so that the screens are facing the center of the room. Anyone walking by can see how you vote. The machines are also so close together that the little so-called walls on ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Volleyball ends season with close, five-set victory over Brown - Columbia Spectator
";
arnews[4] += "Volleyball’s win over Brown ended an eight-match losing streak. The women’s volleyball team finished its season on the road this weekend, falling to Yale (20-4, 10-3 Ivy) 3-0 before winning 3-2 at Brown (12-14, 4-10). By their standards, the ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 01:13:00 GMT";
arnews[4] += "
";
arnews[5]="Tough job market may be keeping some grads in Iowa - Cedar Rapids Gazette
";
arnews[5] += "University of Iowa senior psychology major Courtney Mosey sits on the UI campus Wednesday, Nov. 4, 2009 in Iowa City. Mosey was planning or returning home to the Chicago area after graduation but due to the poor economy she is looking for jobs at ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:55:00 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("