var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mina Brees' death ruled a suicide
";
arnews[0] += "The death of the mother of New Orleans Saints quarterback Drew Brees has been ruled a suicide.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'A Christmas Carol' back at Theatre Three
";
arnews[1] += "Kelsey Cheslock as Belle and Jeffrey Sanzel as Scrooge dance in Theatre Three's production of 'A Christmas Carol.' Courtesy Theatre Three 01:28 PM It's beginning to look a lot like \"A Christmas Carol,\" adapted and directed by Jeffrey Sanzel, is off to a great start for Theatre Three's 26th presentation of the Dickens classic.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:44:42 GMT";
arnews[1] += "
";
arnews[2]="Jimmy Clark obituary
";
arnews[2] += "Jimmy Clark, who has died aged 87, was the \"straight-man\" of the renowned tap-dancing Clark Brothers.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:32:00 GMT";
arnews[2] += "
";
arnews[3]="Vote for Sophie in Teen Queen contest
";
arnews[3] += "A 14 year old girl from Stafford is celebrating after reaching the final stages of a top modelling competition.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:26:59 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[4] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:29:29 GMT";
arnews[4] += "
";
arnews[5]="Birthday Suits: Giant Sized Edition
";
arnews[5] += "Are you one of them? Mischa, Marty and Rachel 1897 Frank Fay , aka Mr. Barbara Stanwyck.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:46:38 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("