var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Characters set the stage for children’s programming - StJoenews.net
";
arnews[0] += "Claudia Black saw “Sesame Street” for the first time from a 12-inch TV in Ethiopia. She lived there on a military base with her husband, Bill, and young son, Ed, for 2½ years in the early 1970s. “MASH” reruns and days-old American sporting ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:38:00 GMT";
arnews[0] += "
";
arnews[1]="Check Out 'Farscape: The Complete Series Megaset' On DVD Nov. 17 - Starpulse.com
";
arnews[1] += "On November 17, the award-winning fan favorite show, which ran from 1999-2003 on Sci Fi and was named by TV Guide as one of television’s best cult shows ever, will commemorate its 10th Anniversary with the very first complete packaging of the ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 11:43:00 GMT";
arnews[1] += "
";
arnews[2]="Gamezone: 'Dragon Age: Origins' - Chicago Sun-Times
";
arnews[2] += "Canadian developer BioWare, the creative force behind publisher EA's latest game, \"Dragon Age: Origins\" as well as \"Mass Effect\" and \"Star Wars: Knights of the Old Republic,\" knows a thing or two about spinning epic tales and creating games that push ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:08:00 GMT";
arnews[2] += "
";
arnews[3]=""Farscape: The Complete Series Megaset" on DVD! - EDGE Boston
";
arnews[3] += "When a freak accident during an experimental space mission catapulted Astronaut John Crichton (Ben Browder) across a thousand galaxies to an alien battlefield, a groundbreaking cult classic was born with the epic, adventure-filled TV series \"Farscape ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[3] += "
";
arnews[4]=""Prepare for Starburst!" Farscape: The Complete Series Megaset DVD ... - IESB.NET
";
arnews[4] += "From A&E Home Entertainment comes, Farscape: The Complete Series Megaset. A groundbreaking cult classic was born with the epic, adventure-filled TV series \"Farscape\". On November 17, the award-winning fan favorite show, which ran from 1999-2003 on ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 05:02:00 GMT";
arnews[4] += "
";
arnews[5]="Dragon Age As An MMORPG: How Would It Work? - Zam News
";
arnews[5] += "It's been a couple of weeks now since the release of BioWare's Dragon Age: Origins, and while gamers and reviewers alike are still picking up their collective jaws off the ground regarding this terribly addictive RPG, you can always trust that there ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 20:31: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("