var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On file: Nov. 13-20, 2009
";
arnews[0] += "The following people applied for marriage licenses in Kanawha County between Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 GMT";
arnews[0] += "
";
arnews[1]="Some toys are for tots, but others are for teens
";
arnews[1] += "The Drop box at Toys R Us in West Valley City, is filling up again, even though the Marines, emptied the bin yesterday.Saturday, November 14, 2009 The 61-year-old Toys for Tots program is not just about giving stuffed animals to toddlers at Christmas.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:40:02 GMT";
arnews[1] += "
";
arnews[2]="DePaul's strong finish downs UNI
";
arnews[2] += "Jeremiah Kelly had a career-high 18 points and eight rebounds and DePaul closed with a 20-6 run to beat Northern Iowa, 60-52, on Friday in the first round of the Paradise Jam at St.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:27:58 GMT";
arnews[2] += "
";
arnews[3]="Southern Wells matmen start shorthanded
";
arnews[3] += "By PAUL BEITLER Sports Editor Southern Wells Raidersa wrestling coach Ryan Landis is looking forward to the upcoming season once the roster is completely full.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:40:53 GMT";
arnews[3] += "
";
arnews[4]="Men's basketball: Cotton's feel back in flash
";
arnews[4] += "Sometimes the stats do lie. Oh sure, Phoenix fans saw Troy Cotton make only 2-of-8 3-pointers in the University of Wisconsin-Green Bay's two exhibition games, and then heard about his 0-for-4 performance from 3-point range in the season-opening loss to UAB in the first of four games in the Hispanic College Fund Classic in Kent, Ohio.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:19:19 GMT";
arnews[4] += "
";
arnews[5]="What's on TV this weekend?
";
arnews[5] += "How the Grinch Stole Christmas, 8 p.m., TBS; also 8 p.m. Sunday. One of the truly great cartoon specials returns.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00: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("