var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="What's On Tonight: Law and Order, Smallville, Ghost Adventures, Numb3rs
"; arnews[0] += "At 8, CBS has a new Ghost Whisperer , followed by new episodes of Medium and Numb3rs ."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:15:00 GMT"; arnews[0] += "
"; arnews[1]="Access Star Sightings: November 13 - 19, 2009
"; arnews[1] += "Taylor Lautner and Robert Pattinson arrive at the afterparty for the premiere 'The Twilight Saga: New Moon' at the Hammer Museum on November 16, 2009 in Los Angeles, California Getty Premium 'V' star Morena Baccarin steps out at the 14th Annual GQ 'Men of the Year' Party in LA on November 18, 2009 January Jones looks bold in blue at the 14th Annual ..."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="On Tonight: A Holiday Special with Low Expectations: Roger Catlin | TV Eye
"; arnews[2] += "They're rushing the season again on TV, even with the bad specials. \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" has the pretentions of holiday special so lowbrow, it's practically dragging on the floor."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:38:59 GMT"; arnews[2] += "
"; arnews[3]="Posted
"; arnews[3] += "Here's what you missed on today's WAR... Posted 11/20/2009 6:30:00 AM What it do?! MY GOD! Thanks to everyone that came out last night for the Woody and Rizzuto Guys Night Out at the Fenton Hotshots to benefit the daughters of Sgt Brian Woods."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:37:58 GMT"; arnews[3] += "
"; arnews[4]="What's on TV tonight?
"; arnews[4] += "Shrek the Third , 8-10 p.m., ABC. As the king fades, Shrek fills in. Alas, an ogre lacks the subtlety for some tasks: When he christens a ship, it sinks; when he declares someone a knight, his sword inflicts pain."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="V vs. Obama
"; arnews[5] += "Some people think ABC's latest hit, V, is a thinly disguised warning about the Obama administration."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:10:32 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("
");