var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="TV tonight: 'Shrek the Third'
"; arnews[0] += "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[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="What's on TV tonight?
"; arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Gershon's 'Everything' would make Scarlett Blanche
"; arnews[2] += "If you're exploiting the stereotypical \"Gone with the Wind\" take on Southern womanhood, you might as well go all the way."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 06:34:26 GMT"; arnews[2] += "
"; arnews[3]="Saturday's best TV
"; arnews[3] += "Marla Sokoloff stars in this new romance as Laurel, a florist who can't seem to find the man of her dreams."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 11:19:07 GMT"; arnews[3] += "
"; arnews[4]="TV this weekend: 'The Prisoner'
"; arnews[4] += "Dazed and confused, a man wakes up in the desert. He finds a village where everyone calls him Six and no one can leave."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="'Flower Girl's' Sokoloff is finally a real bride
"; arnews[5] += "Maybe Marla Sokoloff's fate was sealed from the start. 'My very first Halloween costume that I can remember, I was dressed as a bride,' she said."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="What's on TV this weekend?
"; arnews[6] += "Everything She Ever Wanted or Flower Girl . Marla Sokoloff plays someone who works hard at her flower shop, but not at her personal life."; arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="On Tonight: TV Movies, First Hustky Game: Roger Catlin | TV Eye
"; arnews[7] += "Gina Gershon may have found her niche - as a Southern fried femme fatale that stars in the two-part, four hour guilty pleasure for cable, \"Ann Rule's Everything She Ever Wanted\" . She stars as a lethal cougar, who is so bent on becoming part of Southern society despite having estranged her young husband's entire family ."; arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 06:50:47 GMT"; arnews[7] += "
"; totcount = 8; 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("
");