var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lost and found- Doctor Who: The Lost Stories
";
arnews[0] += "Available now at The Stage is a podcast dedicated to the recording and production of The Nightmare Fair , the first of eight audio stories in Big Finish Productions 's Doctor Who: The Lost Stories range.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:55:57 GMT";
arnews[0] += "
";
arnews[1]="Arianna Huffington tells Keith Olbermann that Glenn Beck should be exempted from free speech.
";
arnews[1] += "Here is video of Arianna Huffington telling Keith Olbermann that Glenn Beck should be exempted from free speech.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:36:33 GMT";
arnews[1] += "
";
arnews[2]="A Word about Sarah Palin
";
arnews[2] += "Friday, November 20, 2009 A Word about Sarah Palin Mrs. Palin has just released her biography and is now on a book tour promoting her book Going Rogue .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:30:16 GMT";
arnews[2] += "
";
arnews[3]="Editorial: Hits and Misses
";
arnews[3] += "Reunion Arena may have collapsed into pile of twisted steel with no curb appeal this week, but that doesn't mean we won't remember the good times.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:58:26 GMT";
arnews[3] += "
";
arnews[4]="Winners claim cash prizes in St Agnes cemetery photo contest
";
arnews[4] += "St. Agnes Cemetery, in Menands, wrapped up its second annual three-month-long photo contest on Wednesday, Nov.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:41:33 GMT";
arnews[4] += "
";
arnews[5]="South O' the Highway
";
arnews[5] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 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("