var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dan Le Batard: Fans find religion on Bourbon Street
";
arnews[0] += "Do you believe in this religion? In the pure and holy power of Saints? Stand here and bear witness, humbled servant, at the intersection of Bourbon Street and Canal, and listen to how joyful it sounds and feels when a desperate city finally has its prayer answered.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:30:48 GMT";
arnews[0] += "
";
arnews[1]="Le Batard: Fans find religion on Bourbon Street
";
arnews[1] += "The Who perform at half time at Super Bowl XLIV. Miami Herald Staff Photo Game time at the Super Bowl Saints fans and Colts fans at the Super Bowl are ready for the big game with costumes, beads, and attitude.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:25:47 GMT";
arnews[1] += "
";
arnews[2]="Dave Barry loved the Super Bowl but not the urinals
";
arnews[2] += "The Who perform at half time at Super Bowl XLIV. Miami Herald Staff Photo Game time at the Super Bowl Saints fans and Colts fans at the Super Bowl are ready for the big game with costumes, beads, and attitude.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:26:06 GMT";
arnews[2] += "
";
arnews[3]="Gallery: Super Bowl XLIV | Pregame festivities
";
arnews[3] += "Fans entering the stadium to watch the Super Bowl XLIV between the Indianapolis Colts and New Orleans Saints on Sunday, Feb.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:11:07 GMT";
arnews[3] += "
";
arnews[4]="Back of the House: Front and Center
";
arnews[4] += "Salsaritaa TMs Fresh Cantina puts the kitchen, and most cooking, in full view of guests.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 13:36:54 GMT";
arnews[4] += "
";
arnews[5]="NFL Players Association Joins Justice Department Effort to Raise...
";
arnews[5] += "February 4, 2010 - The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 05:34:27 GMT";
arnews[5] += "
";
arnews[6]="Office on Violence Against Women
";
arnews[6] += "The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 21:41:59 GMT";
arnews[6] += "
";
arnews[7]="Tunes: Q&A with Yolanda Martinez
";
arnews[7] += "Las Cruces Yolanda Martinez, whose music includes traditional American Indian chanting and drumming, will perform Saturday at the Rio Grande Theatre, 211 N. Downtown Mall.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Farmer, Michael A., 23
";
arnews[8] += "Michael Anthony Farmer 23, of Greenwood died January 28, 2010. He was born on November 10, 1986 in Rota, Spain a son of James D. Farmer and Loli Vespa Mears.";
arnews[8] += "
Publ.Date : Sun, 31 Jan 2010 07:15:13 GMT";
arnews[8] += "
";
totcount = 9;
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("