var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Nicolas Cage turns in fearless performance in 'Bad Lieutenant'
"; arnews[0] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action flicks he's done."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:11:19 GMT"; arnews[0] += "
"; arnews[1]="Cage stars in 'Bad Lieutenant'
"; arnews[1] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action films he's done."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Digging for Treasure at Nat Geo's Annual Warehouse Sale
"; arnews[2] += "Science geeks, natural history buffs and people who just like National Geographic have a chance at achieving nirvana this weekend."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:56:35 GMT"; arnews[2] += "
"; arnews[3]="This week's theatre previews
"; arnews[3] += "Cat On A Hot Tin Roof stars James Earl Jones, Phylicia Rashad, Adrian Lester and Sanaa Lathan."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:05:14 GMT"; arnews[3] += "
"; arnews[4]="When Cage is 'Bad' he's good
"; arnews[4] += "There's a deranged grandeur to Nicolas Cage's performance in \"Bad Lieutenant: Port of Call New Orleans,\" in which he plays a police officer who plunges into drug addiction after a heroic on-the-job accident."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:49:40 GMT"; arnews[4] += "
"; arnews[5]="Good Bad fun
"; arnews[5] += "His scene in a bear suit in the horrible remake of The Wicker Man notwithstanding, it's been a long time since we've really seen Nicolas Cage let his freak flag fly."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:39:20 GMT"; arnews[5] += "
"; arnews[6]="Treasure lectures hot tickets at British Museum
"; arnews[6] += "The most important treasure trove found in Britain for decades is on display at the British museum in London and will be the subject of two hot-ticket lectures and a drop-in talk by experts in the coming weeks."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:39:18 GMT"; arnews[6] += "
"; arnews[7]="Los Angeles Center Studios Signs Current TV and InVisM in the Same Week
"; arnews[7] += "Two Entertainment Companies Ink Long Term Deals, Totaling More Than 30,000 Square Feet, at Los Angeles Center Studios."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 20:19:11 GMT"; arnews[7] += "
"; arnews[8]="Pledge of Allegiance Denialist Will Phillips Has One Bad Ass Personal Bodyguard
"; arnews[8] += "Professional wrestler Mick Foley is known, to those in the know, as \"The Hardcore Legend.\" He will also take you out back, show you the inside of your own rectum, before wrapping Christmas gifts with your skin if you dare make fun of Will Phillips , Queerty 's hero and American National Treasure ."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 19:53:38 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("
");document.write("
");