var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AMC-Kent Station to show 'Doctors Without Borders' documentary
";
arnews[0] += "Kent moviegoers will get a chance to watch the documentary \"Living in Emergency: Stories of Doctors Without Borders,\" at a special one-night event at 8 p.m. Dec.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:12:06 GMT";
arnews[0] += "
";
arnews[1]="Scene & Heard
";
arnews[1] += "Do you remember the lessons your grandmother taught you? If you need a refresher, head down to the State Museum's Huxley Auditorium on Madison Avenue in Albany at 1 p.m. Saturday, Nov.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:11:23 GMT";
arnews[1] += "
";
arnews[2]="New UK paperbacks in February 2010
";
arnews[2] += "Finally, just in time for this week's issue, I have caught up with my archive of Booksellers.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:16:06 GMT";
arnews[2] += "
";
arnews[3]="Around Plymouth
";
arnews[3] += "\"Around Plymouth\" is designed to announce upcoming events taking place in the community.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="School Digest
";
arnews[4] += "Reaching for the Stars , a silent auction being held by the high school in support of catholic and small school education, will be from 6 p.m. to midnight Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:25:54 GMT";
arnews[4] += "
";
arnews[5]="Around Canton
";
arnews[5] += "\"Around Canton\" is designed to announce upcoming events taking place in the community.";
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("