var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars in Rewind: Ken Ober & 'Remote Control' - cinematical
";
arnews[0] += "Three players would get strapped into arm chairs, answer questions about television and film (basically anything that could be found on TV), find food raining down on their heads, and get entertained by the likes of Colin Quinn, Kari Wuhrer, Denis ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:52:00 GMT";
arnews[0] += "
";
arnews[1]="Dead Or Canadian? - Ken Ober 'Remote Control' Video Marathon - LA
";
arnews[1] += "Dry, affable and very funny, Ober helped launch the careers of Adam Sandler, Denis Leary, Colin Quinn and Kari Wuhrer as the pre-Wayne's World, basement-command host of 'Remote Control.' For five seasons categories like Brady Physics, Race The Rabbi ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 20:53:00 GMT";
arnews[1] += "
";
arnews[2]="Colin Quinn remembers Ken Ober in his special way - Tvsquad.com
";
arnews[2] += "The sudden and shocking of passing of TV writer, producer and host Ken Ober turned a lot of heads. Here's one of Ober's head (ahem) getting turned, for a change. Collin Quinn, Ober's longtime friend and Remote Control co-host, posted a hilarious ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:27:00 GMT";
arnews[2] += "
";
arnews[3]="MTV's Ken Ober, Actor Dennis Cole Die - WCCO
";
arnews[3] += "Dennis Cole, a 70s era heart throb and one time husband to Jaclyn Smith, and Ken Ober, host of the 80s era MTV game show \"Remote Control,\" which helped launch the careers of Adam Sandler and Colin Quinn, have died. The news follows the death \"The ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:52:00 GMT";
arnews[3] += "
";
arnews[4]="Actors Edward Woodward, Dennis Cole Die - CBS 2 KCAL 9
";
arnews[4] += "Actors Edward Woodward who played \"The Equalizer,\" Dennis Cole, a 70s era heart throb and one time husband to Jaclyn Smith, and Ken Ober, host of the 80s era MTV game show \"Remote Control,\" which helped launch the careers of Adam Sandler and Colin ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 01:55:00 GMT";
arnews[4] += "
";
arnews[5]="Requiem for 'Remote Control' - ESPN.com
";
arnews[5] += "His basement. His rules. His game show. Ken Ober will always be the Quizmaster of 72 Whooping Cough Lane. If those words mean nothing to you, you clearly did not spend time in front of a TV in the late '80s and early '90s. Or maybe you're Canadian ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:17:00 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("