var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A hoarse Who Dat Nation savors Saints' victory - Minneapolis Star Tribune
";
arnews[0] += "NEW ORLEANS - Jubilant fans greeted the Super Bowl-winning Saints Monday, showering them with \"Who Dat!\" chants as they returned to their home city as champions. At a suburban airport, thousands of fans decked in black-and-gold lined the road to ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[0] += "
";
arnews[1]="Utsav was making film on Ruchika - Indian Express
";
arnews[1] += "The Chandigarh Police have pressed another charge against the man who stabbed former DGP S P S Rathore on Monday. Utsav Sharma, the 29-year-old mentally unstable student of the National Institute of Design, Ahmedabad, has been charged under Section ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="Police release identity of man who threatened family - Palestine Herald-Press
";
arnews[2] += "— Palestine police have identified the man who allegedly brandished a shotgun and threatened family members at a residence on Sierra Street near Southside Baptist Church Monday afternoon. According to Sgt. Jeffrey M. Powell, the man has been ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT";
arnews[2] += "
";
arnews[3]="Riley, Conradt chosen for Hall of Fame Board of Governors - TSN
";
arnews[3] += "... Lakers and Heat, and Conradt, who led the Texas women to an undefeated national championship in 1986, are: ESPN president George Bodenheimer; Junior Bridgeman, CEO of Bridgeman Foods Inc. and former president of the NBA players association; NIKE ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[3] += "
";
arnews[4]="Who Dat? Brad Pitt & Angelina Jolie, Tom Cruise, Demi & More, Dat Who - Access Hollywood
";
arnews[4] += "Sometime New Orleans resident Pitt was escorted into the game on a golf cart moments before it began. The bearded Pitt was with son Maddox and shouted out his allegiance to “Who Dat” nation before the Saints’ big win over the Colts. Cruise just ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Updates from Tangipahoa, Who Dat Nation - Hammond Daily Star
";
arnews[5] += "The Daily Star will publish an extra edition Monday focusing on coverage of the Super Bowl. This extra edition will include photos and coverage of the game, comments from local residents who were at the game and more photos from “Tangipahoa, Who ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 15:30: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("