var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="West Chatham Calendar
";
arnews[0] += "February 6 - 14, Jewish Educational Alliance, 5111 Abercorn St. The Festival is a project of the Savannah Jewish Federation and the Jewish Educational Alliance.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:08:50 GMT";
arnews[0] += "
";
arnews[1]="Bar appearances a 'Shore' thing
";
arnews[1] += "IKE \"The Situation\" Sorrentino and his abs are coming Friday to the Buckhead Saloon , where the \"Jersey Shore\" star will host a party.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:25:10 GMT";
arnews[1] += "
";
arnews[2]="Get ready for the annual Meryl Weep
";
arnews[2] += "There's an almost annual fan-based outcry - let's call it the Meryl Weep - over Meryl Streep's extended losing run at the Oscars that kicked in around 2006, when she failed to win with The Devil Wears Prada .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:05:09 GMT";
arnews[2] += "
";
arnews[3]="Ethnic Cleansing In South Central L.A.?
";
arnews[3] += "One of the more controversial LA area questions over the last decade was whether or not Latino and black gangs were fighting a low-level ethnic cleansing struggle in the mixed ethnicity slums, as blacks often alleged.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:16:09 GMT";
arnews[3] += "
";
arnews[4]="New York Shakespeare Festival 2010 Summer Season, Equity Principal Auditions
";
arnews[4] += "NYC LORT B; $750/week minimum By William Shakespeare Casting Director: Jordan Thaler, Heidi Griffiths This Summer's productions of The Winter's Tale and The Merchant of Venice will be performed by a single company in rotating repertory as part of the free Shakespeare in the Park at the Delacorte Theatre.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:46:11 GMT";
arnews[4] += "
";
arnews[5]="Glenn Scarpelli
";
arnews[5] += "Glenn Scarpelli was all over the TV in the 80's. He was one of the big 80's \"teen heartthrobs\". Glenn was even in comic books.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:35:14 GMT";
arnews[5] += "
";
arnews[6]="Crooked police chief Ali Dizaei jailed for false arrest
";
arnews[6] += "HOME > NEWS / SHOWBIZ > UK NEWS > Crooked police chief Ali Dizaei jailed for false arrest UK NEWS CROOKED police boss Ali Dizaei was jailed for four years yesterday for trying to frame a young man in a row over money.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:47:13 GMT";
arnews[6] += "
";
arnews[7]="'Abuse of power'
";
arnews[7] += "But this was said to have turned into several months of demands to continually alter the site with speeches, pictures and articles concerning Dizaei.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 13:29:43 GMT";
arnews[7] += "
";
totcount = 8;
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("