var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="New Orleans Area Events: Mardi Gras Parades, Super Bowl Parade And Fun
"; arnews[0] += "Darling friends, Our city is breathing victory in two ways: Mitch Landrieu was elected as our new mayor and our Saints won the Super Bowl! Congratulations to both of them! Special congratulations to Drew Brees , Head Coach Sean Payton and the entire team for bringing home a victory to our beloved ."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:45:17 GMT"; arnews[0] += "
"; arnews[1]="Tuesday News
"; arnews[1] += "Most snow missed Gotham but likely affected slowing B.O. [ P ] Despite the Snow, the Show Went On at Arlington's Signature Theatre [ LAT ] Culture Monster Final curtain for the Pasadena Playhouse -- for awhile, at least by Yvonne Villarreal [ LAT ] A shifting canvas in Pasadena By Cara Mia DiMassa The city has long had a vibrant arts scene."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:01:33 GMT"; arnews[1] += "
"; arnews[2]="Men's Hockey Wins Beanpot
"; arnews[2] += "For the second time in three years, the Boston College men's hockey team won the Beanpot tournament, this time taking down Boston University, 4-3. The championship victory was the 15th for BC since the four-team tournament began 58 years ago."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:01:12 GMT"; arnews[2] += "
"; arnews[3]="Kidney names team for France clash
"; arnews[3] += "Ireland have brought Keith Earls into the team to play France and there is still a chance that Stephen Ferris could make the starting XV for Saturday's RBS 6 Nations clash in Paris."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:19:58 GMT"; arnews[3] += "
"; arnews[4]="Bennett on Terps
"; arnews[4] += "Virginia and Maryland have similar profiles, with an all-around guard leading the team and a combo guard in the back court who hits open three-pointers The difference between the two teams is that Maryland has more scorers, and a much better offense."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:51:22 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");