var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blogosphere
";
arnews[0] += "Excerpts from the blogs of Inquirer critics. Twilight: Cult, Metaphor or Religion? From Carrie Rickey's \"Flickgrrl\" www.philly.com/philly/blogs/ flickgrrl This is America, where every phenomenon needs an interpretation.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="DVDs for the holiday shopper
";
arnews[1] += "The Frank Capra classic \"It's A Wonderful Life,\" starring Jimmy Stewart, is out on Blue-ray. You've got the obvious DVD picks on your shopping list.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:52:06 GMT";
arnews[1] += "
";
arnews[2]="Thin man robs Salem Five in Swampscott
";
arnews[2] += "The Salem Five bank in Vinnin Square was robbed at 4:35 p.m. yesterday when police said a tall, thin man went up to a teller and passed a note demanding money.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:30:48 GMT";
arnews[2] += "
";
arnews[3]="Six held in gang rape of West Philadelphia woman
";
arnews[3] += "Police tonight are holding six males, ranging in age from 16 to 52, all charged in the assault of a young woman they dragged out of a Chinese take-out in West Philadelphia, and then gang-raped inside a nearby apartment.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="An tearful day of testimony in cop killer's trial
";
arnews[4] += "In a mournful day of testimony that regularly brought men and women, jurors, veteran cops and prosecutors to tears, the widow of Police Officer Chuck Cassidy today told a Philadelphia jury about life after 10:30 a.m. Oct.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("