var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunday's TV Highlights: 'The Prisoner' premieres on AMC
"; arnews[0] += "CAPTIVITY: A man awakens in an isolated place called the Village on the premiere of \"The Prisoner,\" at 8 p.m. on AMC."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Who wants to be a Gemini winner?
"; arnews[1] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:16:23 GMT"; arnews[1] += "
"; arnews[2]="Firefly Star Encounters Mothman on Syfy
"; arnews[2] += "No relation to the awful Mothman Prophecies movie , Syfy has finally checked off enough other cryptids from their checklist to make a new about the Mothman starring a \"Firefly\". Not much is known about the plot of this Syfy bound Mothman movie simply titled Mothman other than the glowy-eyed cryptozoological entity in this version also kills people, ..."; arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 11:49:00 GMT"; arnews[2] += "
"; arnews[3]="Jewel Staite Dresses as Dorothy
"; arnews[3] += "Jewel Staite dressed as Dorothy from the Wizard of Oz for Halloween. She has a little Toto in her basket too."; arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 01:00:00 GMT"; arnews[3] += "
"; arnews[4]="Shows that should be on DVD
"; arnews[4] += "There are so many shows on television today that don't deserve to be, while others get canceled after only a few episodes or one season - in some cases rightfully so, and in others tragically so."; arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 06:28:56 GMT"; arnews[4] += "
"; arnews[5]="Who wants to be a Gemini winner?
"; arnews[5] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs."; arnews[5] += "
Publ.Date : Mon, 12 Oct 2009 09:55:41 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("
");