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]="Alicia Silverstone Goes Green With Organic Cooking
"; arnews[1] += "'The Late Late Show' host Craig Ferguson attends the CBS upfront at the 2009 Winter Television Critics Association Press Tour on January 14, 2009 in Los Angeles Sarah Palin speaks to Access Hollywood in Grand Rapids, Michigan, on November 18, 2009 Mary Lynn Rajskub and Kiefer Sutherland pose at the screening of the season finale for Fox's '24' at ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:41:33 GMT"; arnews[1] += "
"; arnews[2]="Top Gear
"; arnews[2] += "Sunday 22 November 9:00pm - 10:00pm BBC2 London & South East 2/7 Once again a cry of aAoeHow hard can it be?aA goes up from the Top Gear team, words that in the past have led to bumbling but enjoyable attempts to create amphibious vehicles and an open-top people carrier."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:07:50 GMT"; arnews[2] += "
"; arnews[3]="UNL's - King Lear' enjoyed by few
"; arnews[3] += "\"King Lear\" is Shakespeare, which makes it long and boring, right? I mean, probably."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:15:44 GMT"; arnews[3] += "
"; arnews[4]="Top 10 Hottest Vampires
"; arnews[4] += "Originally published November 20, 2009 at midnight, updated November 20, 2009 at 8:05 a.m. 10."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:07:16 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("
");