var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="MTV drops controversial episode of South Park
"; arnews[0] += "MTV in Mexico has dropped a controversial episode of cartoon show South Park that appeared to lampoon the country's president, Felipe Calderon."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:54:44 GMT"; arnews[0] += "
"; arnews[1]="Mexico's South Park Episode Scrapped
"; arnews[1] += "But the broadcast was cancelled at the last minute, with TV chiefs clai= ming they failed to apply for a special permit needed to feature an image= of the Mexican flag, which appears in a scene with the president."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:35:21 GMT"; arnews[1] += "
"; arnews[2]="MTV Mexico pulls South Park episode
"; arnews[2] += "MTV in Mexico pulled an episode of South Park on Monday night because it didn't have the necessary government permission to show the Mexican flag featured in the cartoon."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:01:35 GMT"; arnews[2] += "
"; arnews[3]="Mexico pulls South Park episode
"; arnews[3] += "A last-minute decision by MTV in Mexico not to broadcast an episode of the US cartoon show South Park has caused controversy."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:29:38 GMT"; arnews[3] += "
"; arnews[4]="South Beach Will Be Rocking With Free Pepsi Super Bowl Fan Jam
"; arnews[4] += "The NFL will partner with Pepsi for two free concerts to help celebrate Super Bowl XLIV in South Florida, it was announced today."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 03:54:24 GMT"; arnews[4] += "
"; arnews[5]="Concert Review
"; arnews[5] += "Friday, February 5, 2001 Better Than: Paying $400 to hobnob with retired NFL players and B-list celebrities."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:39:26 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("
");document.write("
");