var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Past Life' doesn't pass muster
";
arnews[0] += "Pity the detective story. It used to be about evidence and observation, logic and reason, deduction and, yes, \"detection.\" Now the storied realm of Holmes and Spade and Marlowe has been reduced to a corridor to the supernatural.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:01:20 GMT";
arnews[0] += "
";
arnews[1]="TV's Best Bets
";
arnews[1] += "American Idol and Past Life, 8 and 9:01 p.m., Fox. The 'Idol' Hollywood phase finally stars, with Ellen DeGeneres as a judge.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="On Tonight: 'Past Life,' End of Life for 'Jay Leno Show': Roger Catlin | TV Eye
";
arnews[2] += "This year's great TV experiment, that was either going to save broadcast networks or bury it ends tonight with a fizzle.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:32:16 GMT";
arnews[2] += "
";
arnews[3]="Exeter area news briefs
";
arnews[3] += "The Mary E. Bartlett Library in Brentwood hosts Friday Night Flicks. The next movie is \"G-Force,\" starring some guinea pigs who sound like Kelli Garner, Nicholas Cage and Penelope Cruz, tonight, Jan.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 03:10:00 GMT";
arnews[3] += "
";
arnews[4]="Kelli Garner Should be More Famous
";
arnews[4] += "With such an incredible rack Kelli Garner deserves more fame!! At the very least she deserves a nude spread in Playboy .";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 17:26:45 GMT";
arnews[4] += "
";
arnews[5]="Outlook has improved for league
";
arnews[5] += "The ECHL held its bi-annual Board of Governors meeting Wednesday and the tone was a lot happier than it was last winter.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 08:00: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("