var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Detainees in Iraq taunt Packers fans about Favre - Chicago Sun-Times
";
arnews[0] += "MILWAUKEE -- Detainees at a camp in Baghdad, Iraq, have found a way to get under the skin of guard troops from Wisconsin. And it has to do with football and a painful chapter for some Green Bay Packers fans who consider Brett Favre a traitor for ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:36:00 GMT";
arnews[0] += "
";
arnews[1]="Childress signs extension to remain as coach of Minnesota Vikings - San Francisco Examiner
";
arnews[1] += "The man who brought Brett Favre to the Minnesota Vikings will ... incidents under the loose regime of Mike Tice, including the infamous \"Love Boat\" scandal and Tice's admission to scalping Super Bowl tickets that prompted Wilf to institute a code of ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:05:00 GMT";
arnews[1] += "
";
arnews[2]="Hasselbeck faces mentor Favre for 6th time - St. Cloud Times
";
arnews[2] += "RENTON, Wash. (AP) — Matt Hasselbeck has almost as many Brett Favre stories as career touchdown passes. As in, 158. There was the time Hasselbeck was so excited to get his first piece of NFL fan mail as Favre's rookie backup in Green Bay 11 years ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:49:00 GMT";
arnews[2] += "
";
arnews[3]="New contract hasn't diverted Childress' focus - Minneapolis Star Tribune
";
arnews[3] += "Perhaps if Brad Childress had received a new contract during the offseason he would have found time to celebrate. But when the Vikings coach arrived home Thursday night after signing an extension through the 2013 season he took little time to reflect ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[3] += "
";
arnews[4]="Brett Favre vs. The Troops - OPENSports
";
arnews[4] += "I think I've made my opinion about Brett Favre fairly apparent in my tenure here at OPEN Sports. He's a waffling, self-aggrandizing glory-hog who can't go a day without having his ego stroked by a long line of hangers-on and self-interested punditry ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:22:00 GMT";
arnews[4] += "
";
arnews[5]="The Brett Favre Of HCR - TPM
";
arnews[5] += "Mary Landrieu will finally announce her decision on how she'll vote today on cloture on the Senate floor in about 20 minutes. Hard to imagine she'd go so far as to block the bill from even being debated. Then again, you never know";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:13:00 GMT";
arnews[5] += "
";
arnews[6]="Iraqi Detainees Use Brett Favre To Taunt Wisconsin Soldiers - Democratic Underground.com
";
arnews[6] += "According to a military official, detainees at a Wisconsin National Guard camp in Iraq are using Brett Favre as a manner of getting at the guard troops there...\"One of the big words they know now is shenanigan. They'll constantly talk about 'Favre ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:22:00 GMT";
arnews[6] += "
";
arnews[7]="Brett Favre being used by Iraqi detainees as tactical warfare against ... - Minneapolis Star Tribune
";
arnews[7] += "According to a military official, detainees at a Wisconsin National Guard camp in Iraq are using Brett Favre as a manner of getting at the guard troops there. \"They know Favre by name,\" said First Lieutenant Tim Boehnen, who is from New Richmond, Wis ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 22:51: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("