var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Spring movie preview
"; arnews[0] += "Think of Hollywooda TMs second quarter as the studiosa TM version of Easter: After fasting for solid new content over the course of Oscar season, the good movies emerge from the crypt with hopes of communing with the masses, and facilitating a resurrection of Tinseltowna TMs bottom line."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:56:33 GMT"; arnews[0] += "
"; arnews[1]="Awesome Orson, Strictly Christine and Sex down the tube | Trailer trash
"; arnews[1] += "British actor Christian McKay is a revelation in Richard Linklater's Me and Orson Welles , which opens next month."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:06:31 GMT"; arnews[1] += "
"; arnews[2]="Our girl swoons over Hugh Laurie and star-spots in Los Angeles
"; arnews[2] += "Amanda Holden: 'Trust me it pays to add spice to marriage' 22/11/2009 WEDNESDAY, NOVEMBER 4 I'm on the Los Angeles set of Five's new drama, FlashForward, which stars Joseph Fiennes and Jack Davenport, to watch some real-life TV stunts."; arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="House Season 6 Episode 8 Sneak Preview
"; arnews[3] += "Fox Broadcasting just released the season 6 episode 8 sneak preview for \"House\" airing 11/23/2009. \"House\" stars Hugh Laurie, Lisa Edelstein, Omar Epps, Jesse Spencer and Jennifer Morrison."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:07:13 GMT"; arnews[3] += "
"; arnews[4]="Survey Finds Despite Hard Times, Majority of Americans Are Living With an Open Heart
"; arnews[4] += "Despite the ups and downs of today's economy, nearly nine out of 10 Americans say they are living with an Open Heart -- the philosophy of keeping your heart open, despite adversity, thereby resulting in something positive."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:01:53 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("
");