var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Track & Field dominates Dome meet
";
arnews[0] += "Junior Crystal Schiernbeck jumps over the hurdle during a race at the John Dalton Meet at the Dakota Dome Saturday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:18:16 GMT";
arnews[0] += "
";
arnews[1]="CCS Holds Annual Spelling Bee
";
arnews[1] += "The Crosslake Community School held their annual Spelling Bee on Thursday, February 4. Parents and classmates filled the gym to watch 12 students take part in the contest.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:18:53 GMT";
arnews[1] += "
";
arnews[2]="Gloves already off in congressional race for 14th District
";
arnews[2] += "The primary election was barely over last week when Democrats and Republicans launched broadside attacks on candidates vying for the 14th Congressional District.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:27:15 GMT";
arnews[2] += "
";
arnews[3]="Slings, arrows begin to fly in Hultgren-Foster race
";
arnews[3] += "The primary election was barely over this week when Democrats and Republicans launched broadside attacks of candidates vying for the 14th Congressional District.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 06:50:57 GMT";
arnews[3] += "
";
arnews[4]="Here till November
";
arnews[4] += "U.S. Rep. Bill Foster listens to The Dollar Store Plus owner Hilario Cepeda on Friday at the Aurora store.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 05:40:09 GMT";
arnews[4] += "
";
arnews[5]="The spinning begins in earnest
";
arnews[5] += "From a press release Just hours after winning the Republican nomination in a landslide election, five-term Congressman and Navy veteran Mark Kirk today released a new survey showing his campaign out to an early double-digit lead over Democratic nominee Alexi Giannoulias, 47% to 35%. The survey of 885 Illinois voters, conducted by Magellan Data and ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:34:52 GMT";
arnews[5] += "
";
arnews[6]="2010 Recruiting Big Board
";
arnews[6] += "Kevin Spain Quarterback Hawaii Spain committed to Hawaii a few days after being offered by the Warriors.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:48: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("