var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Read the full RT review
";
arnews[0] += "Sunday 22 November 6:20pm - 9:00pm Five Spider-Man turns bad and has a blast doing it, in Sam Raimi's second sequel to his 2002 hit.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:08:05 GMT";
arnews[0] += "
";
arnews[1]="Duchess of York's former dresser Jane Andrews plots to sell pictures...
";
arnews[1] += "As Jane Andrews begins her preparations for life outside jail, the Duchess of York's former dresser is already planning how to fund her new existence.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:50:35 GMT";
arnews[1] += "
";
arnews[2]="Restaurant owner acquitted of buying illegal abalone
";
arnews[2] += "The owner of The Only Seafood Restaurant, a fixture on East Hastings in Vancouver's Downtown Eastside for decades, has been acquitted of four counts of buying illegally caught abalone.";
arnews[2] += "
Publ.Date : Fri, 28 Sep 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="TS Eliot does not correspond with his letters
";
arnews[3] += "For the last few days, I have been working my way through the two huge volumes of letters by T S Eliot that Faber have just published.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:43:54 GMT";
arnews[3] += "
";
arnews[4]="Lawyers file insanity plea for Malvo
";
arnews[4] += "Lawyers for sniper suspect Lee Boyd Malvo will present an insanity defense at the teen-ager's trial next month, contending that Malvo was brainwashed by his alleged accomplice, John Allen Muhammad, and could not tell right from wrong.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:42:12 GMT";
arnews[4] += "
";
arnews[5]="Obituaries for Nov. 20, 2009
";
arnews[5] += "EDGAR PENLEY Mr. Edgar Thomas Penley of Victor Keller Lane, died Monday, Nov. 9, 2009, at his home.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:12:33 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("