var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arnold - Carver
";
arnews[0] += "Emily Kaylyn Carver of West Monroe and Brent William Arnold of Alexandria were married Saturday, November 21, 2009, in a 6:00 p.m. ceremony at Louisiana Baptist Children's Home Flowers Chapel in Monroe.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:12:33 GMT";
arnews[0] += "
";
arnews[1]="Knox County bar owners gambling against beer bust
";
arnews[1] += "Gambling machines were confiscated recently from the B&M Lounge, 8508 Asheville Highway.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:30:05 GMT";
arnews[1] += "
";
arnews[2]="FFF: Chinese Food, Lobsters, Jesus, and Grape Nuts
";
arnews[2] += "They had a sign up: the lobsters were flown in. How cruel is that? Think about that -- let's say you're a lobster, you've never been on an airplane before -- what else can you think, but you've won the lobster sweepstakes? ~Richard Jeni With a wok, in the privacy of your home, you can create your own mediocre Chinese food for 50 cents less than ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:06:52 GMT";
arnews[2] += "
";
arnews[3]="The 25 Best Live Moments on TV
";
arnews[3] += "24. SNL's First Gore vs. Bush Presidential Debate Even before reaching a comedic climax with Will Ferrell's Bush muttering \"strategery\" and Darrell Hammond's Gore monotoning \"lockbox,\" this sketch had already gone down in Saturday Night Live history as one of the show's greatest, most on-the-money political parodies.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:43:44 GMT";
arnews[3] += "
";
arnews[4]="TrackBack
";
arnews[4] += "Dave Karger: Can 'Avatar' play on DVD? Lady Gaga ineligible for new artist Grammy a Oscar winner Peter Jackson tells Iain Blair that test audiences demanded a more gruesome ending for one character in the upcoming \"The Lovely Bones.\" As Peter explains, \"We got a lot of people telling us that they were disappointed with this death scene, as they ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:05:41 GMT";
arnews[4] += "
";
arnews[5]="The Best Live Moments on TV
";
arnews[5] += "For today's Best of the Decade list, Paste looks back on our favorite live TV moments from 2000-2009. To be clear, this is a very different list from most important or most memorable moments - there were many live events that were burned into our minds during this difficult decade .";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:07:00 GMT";
arnews[5] += "
";
arnews[6]="Team 48 comes back with a vengeance
";
arnews[6] += "FOX race analyst Jeff Hammond led Darrell Waltrip to two of DW's three Winston Cup championships as his crew chief.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 16:19:36 GMT";
arnews[6] += "
";
arnews[7]="Talented bunch at St. Patrick (N.J.) starts out atop Super 25
";
arnews[7] += "Kyrie Irving and Kevin Boyle Jr. are a little busy these days, and basketball season at St.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 08: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("