var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sweet Charity Begins Performances at London's Menier Chocolate Factory Nov. 21
";
arnews[0] += "The Menier Chocolate Factory's new production of the classic 1966 Broadway musical Sweet Charity begins performances Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:54:38 GMT";
arnews[0] += "
";
arnews[1]="Orderly lineup in Port Coquitlam for free flu shots Friday
";
arnews[1] += "Free H1N1 flu vaccines were snapped up by about 200 people in the first two hours of the clinic's opening in Port Coquitlam's downtown Friday afternoon.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:42:59 GMT";
arnews[1] += "
";
arnews[2]="Lost and found- Doctor Who: The Lost Stories
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 00:55:57 GMT";
arnews[2] += "
";
arnews[3]="New / Perspective: Howard Jarvis Taxpayers Ass'n Hands LB-Area State...
";
arnews[3] += "The Howard Jarvis Taxpayers Association today released its annual report cards on state legislators...and LB area Assemblymembers Bonnie Lowenthal Warren Furutani , and state Senators Alan Lowenthal and Rod Wright all received \"Fs.\" The taxpayer watchdog group's grades weren't distributed on a bell-shaped curve; it handed F's to more than half of ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:11:10 GMT";
arnews[3] += "
";
arnews[4]="Obituaries for 11/20/2009
";
arnews[4] += "TALLEY, Morris H. 'Rat,' 62 of Montgomery, AL departed this life on November 17, 2009 in a local hospital.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="NAMES+FACES: Depp is named People's sexiest man-- again
";
arnews[5] += "Compiled by B.J. Hammerstein, editor of detroit.metromix.com. Contact him at 313-223-4528 or bjhammerstein@freepress.com . That's right, Mr.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 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("