var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Campus News
";
arnews[0] += "Lindsey Walter of Sheboygan has been named to the president's list at Drake University.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="http://www.chicagoreader.com/x/1385544
";
arnews[1] += "Sat 2/6, 10 PM, Cobra Lounge, 235 N. Ashland, 312-226-6300. Puerto Muerto Mon 2/22, 9:30 PM, Empty Bottle, 1035 N. Western, 773-276-3600. Hustle Simmons, Dott Brooks, Dillaman, Dom Kennedy, Carter, Curtains, Ra the MC, Big Homie Doe, Fly.Union, BBU, Rockie Fresh, Keyel & J-Clark Thu 2/11, 9 PM, Wild Hare, 3530 N. Clark, 773-327-0868, $10. KILLER ...";
arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Local Release Roundup
";
arnews[2] += "Sat 2/6, 10 PM, Cobra Lounge, 235 N. Ashland, 312-226-6300. Puerto Muerto Mon 2/22, 9:30 PM, Empty Bottle, 1035 N. Western, 773-276-3600. Hustle Simmons, Dott Brooks, Dillaman, Dom Kennedy, Carter, Curtains, Ra the MC, Big Homie Doe, Fly.Union, BBU, Rockie Fresh, Keyel & J-Clark Thu 2/11, 9 PM, Wild Hare, 3530 N. Clark, 773-327-0868, $10. KILLER ...";
arnews[2] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="What really counts: First-graders' numbers lesson adds up to more than expected
";
arnews[3] += "The assignment was simple: Teachers at Highland Oaks Elementary asked younger students to bring in bags with 100 items to count in celebration of the 100th day of the school year.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 06:24:00 GMT";
arnews[3] += "
";
arnews[4]="Preston too much for EHS; Tucker r.....
";
arnews[4] += "T.J. Thompson scored a game-high 26 points to lead Preston past Elkins 70-61 Saturday in NCAC action at Richard P. Simmons Memorial Gymnasium.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 21:05:14 GMT";
arnews[4] += "
";
arnews[5]="Ethel M. Bullett, 72
";
arnews[5] += "Be prepared for a 10-minute delay crossing the Hadley Overpass in North Adams next week.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Cameron Parker started where he left off as NJCAA Indoor triple jump champion last March.
";
arnews[6] += "Cameron Parker started where he left off as NJCAA Indoor triple jump champion last March.";
arnews[6] += "
Publ.Date : Sat, 23 Jan 2010 02:33:38 GMT";
arnews[6] += "
";
arnews[7]="This week in Essex County girls basketball
";
arnews[7] += "January 18, 2010 6:50 p.m. PLAYER TO WATCH It's only fitting that Ezinne Kalu plays at Science Park when you consider the 5-8 senior guard has features that resemble something concocted in a basketball laboratory.";
arnews[7] += "
Publ.Date : Tue, 19 Jan 2010 00:07:19 GMT";
arnews[7] += "
";
arnews[8]="Fairmont Senior downs EHS; Pocahont.....
";
arnews[8] += "Ty Garrison fired in game-high 26 points to lead Fairmont Senior past Elkins 75-63 Saturday in North Central Athletic Conference action at Richard P. Simmons Memorial Gymnasium.";
arnews[8] += "
Publ.Date : Mon, 18 Jan 2010 16:30:15 GMT";
arnews[8] += "
";
totcount = 9;
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("