var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tom Cruise Set For 'Mission: Impossible IV'
"; arnews[0] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:05:43 GMT"; arnews[0] += "
"; arnews[1]="'Past Life' doesn't pass muster
"; arnews[1] += "Pity the detective story. It used to be about evidence and observation, logic and reason, deduction and, yes, \"detection.\" Now the storied realm of Holmes and Spade and Marlowe has been reduced to a corridor to the supernatural."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:01:20 GMT"; arnews[1] += "
"; arnews[2]="Super Bowl Party Recap from Miami
"; arnews[2] += "Photo: Dimitrios Kambouris/Getty Images for Playboy Whether you were cheering for the Colts or the Saints, there was no shortage of revelry during Super Bowl weekend in Miami."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:50:00 GMT"; arnews[2] += "
"; arnews[3]="Video: Brad Pitt & Angelina Jolie Amongst Stars to Celebrate at Super Bowl - ET
"; arnews[3] += "Video: Brad Pitt & Angelina Jolie Amongst Stars to Celebrate at Super Bowl \";\" /> The New Orleans Saints and the Indianapolis Colts played for an A-list audience on Super Bowl Sunday! Angelina Jolie and Brad Pitt joined the likes ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:27:15 GMT"; arnews[3] += "
"; arnews[4]="Falcons mum on Peppers
"; arnews[4] += "\" After the Pro Football Writers of America meeting , I caught up with Falcons coach Mike Smith and owner Arthur Blank while they were working radio row."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:32:49 GMT"; arnews[4] += "
"; arnews[5]="Beach bowl
"; arnews[5] += "Taylor Lautner and Marlon Wayans were in the thick of it at the Celebrity Beach Bowl."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:21:47 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("
");