var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Our view: VA clinic a welcome addition to the community
";
arnews[0] += "The project might not add hundreds of jobs to the Wisconsin Rapids area. It might not increase the tax base by thousands of dollars.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:58:54 GMT";
arnews[0] += "
";
arnews[1]="Sports Celebrities, Travel, Cars, Video Games, Shopping, and More
";
arnews[1] += "The Nov. 22 Washington Redskins at Dallas Cowboys game topped all other events last week in number of tickets sold.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:58:18 GMT";
arnews[1] += "
";
arnews[2]="Despite lack of national attention Woodson has been stellar for Packers
";
arnews[2] += "Jared Allen's monstrous year rushing the quarterback and Darren Sharper's penchant for returning interceptions for touchdowns have put those two defensive standouts in the national spotlight.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:57:25 GMT";
arnews[2] += "
";
arnews[3]="NFL Notebook: Will Denver QB play Sunday?
";
arnews[3] += "Orton misses another practice with ankle injury ENGLEWOOD, Colo. - Kyle Orton missed a third consecutive practice Friday with a sprained left ankle.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:44:55 GMT";
arnews[3] += "
";
arnews[4]="Our NFL Week 11 Picks
";
arnews[4] += "Straight Up: Detroit 13-6; Against The Spread: Detroit minus 3 1/2. Buffalo plus 8 1/2 at Jacksonville Straight Up: Jacksonville 20-10; Against The Spread: Jacksonville minus 8 1/2. Pittsburgh minus 10 at Kansas City Straight Up: Pittsburgh 24-9; Against The Spread: Pittsburgh minus 10.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:36:18 GMT";
arnews[4] += "
";
arnews[5]="Cathedral Prep Events Center on schedule to open Aug. 1
";
arnews[5] += "Will Bloomstine stood in the heart of what will soon be the new multimillion-dollar Cathedral Prep Events Center and saw the future.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:13:43 GMT";
arnews[5] += "
";
arnews[6]="Mayweather wants Pacman
";
arnews[6] += "The trash talking has started, venues are lining up to play host and Floyd Mayweather Jr.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:09:43 GMT";
arnews[6] += "
";
arnews[7]="Eagles, Bears in similar spot
";
arnews[7] += "Donovan McNabb called it a \"must win,\" and just to be clear, he was only referring to his Philadelphia Eagles.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("