var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Link lifts Twinfield past Concord
";
arnews[0] += "Chris Link poured in six 3-pointers and had a game-high 23 points to lift Twinfield past Concord 58-44 in boys basketball on Wednesday.";
arnews[0] += "
Publ.Date : Thu, 07 Jan 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
";
arnews[1] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 14:07:25 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
";
arnews[2] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 6, 1860, former Illinois Congressman Abraham Lincoln won the presidency
";
arnews[3] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 21:49:23 GMT";
arnews[3] += "
";
arnews[4]="Today in History - Nov. 6
";
arnews[4] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 23:24:36 GMT";
arnews[4] += "
";
arnews[5]="Today in History - Friday, Nov. 6, 2009
";
arnews[5] += "Today's Highlight in History: On Nov. 6, 1934, Nebraska voters approved a constitutional amendment which dissolved their two-chamber legislature in favor of a nonpartisan, single legislative body , which was implemented in 1937.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 17:30:39 GMT";
arnews[5] += "
";
arnews[6]="Almanac
";
arnews[6] += "Today is Friday, Nov. 6, the 310th day of 2009. There are 55 days left in the year.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 16:03:00 GMT";
arnews[6] += "
";
arnews[7]="Dirty Sexy Money - Season 2
";
arnews[7] += "While never the most essential of shows, its first season did at least provide guilty pleasure style viewing with absorbing characters.";
arnews[7] += "
Publ.Date : Sun, 18 Oct 2009 10:05:09 GMT";
arnews[7] += "
";
arnews[8]="Casting call: 'FlashForward,' 'Romantically Challenged'
";
arnews[8] += "A pair of new ABC shows, the already-airing \"FlashForward\" and the midseason comedy \"Romantically Challenged,\" have added cast members.";
arnews[8] += "
Publ.Date : Sat, 03 Oct 2009 01:32:52 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("