var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Weekly Broadcast
";
arnews[0] += "Platinum Guild International holds its fall preview of designer jewelry collections.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:39:26 GMT";
arnews[0] += "
";
arnews[1]="U.S. Weekly Chain Store Sales +2% There was little week-to-week...
";
arnews[1] += "A There was little week-to-week change in U.S. chain store sales over this past week, but comparable sales did increase 2.4 percent from one year ago, according to the International Council of Shopping Centers and Goldman Sachs.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:39:41 GMT";
arnews[1] += "
";
arnews[2]="Newsmakers 11-12
";
arnews[2] += "Stuart Fitzgibbon, a resident of Clarksville, has been elected president of the board of trustees of the Baltimore Museum of Industry.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 15:18:38 GMT";
arnews[2] += "
";
arnews[3]="U.S. Weekly Chain Store Sales +3% There was good news and not-so-good ...
";
arnews[3] += "A There was good news and not-so-good news in the weekly tally of comparable chain store sales across the U.S. for theA seven daysA that ended November 7, 2009.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 19:58:01 GMT";
arnews[3] += "
";
arnews[4]="Assassination of a High School President
";
arnews[4] += "Moder noir-ish detective story set in a private high school. Who ever said the wold of high school journalism was not high stakes? Sure, back when I was in school it was all sports scores and fluff pieces on the latest creations in the cafeteria.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 17:52:07 GMT";
arnews[4] += "
";
arnews[5]="November 9, 2009: Accidentally on Purpose
";
arnews[5] += "You down with AoP ? No? Well, here's what you need to know about it. Billie is pregnant, knocked up by a much younger guy, Zack, who now lives with her.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 14:33:57 GMT";
arnews[5] += "
";
arnews[6]="Review: Big Fan
";
arnews[6] += "Comedian Patton Oswalt gives a nice performance as Paul, a solitary and obsessed fan of the New York Giants football team.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 12:00:00 GMT";
arnews[6] += "
";
arnews[7]="Tale of the Naked Quaker
";
arnews[7] += "The word \"Puritan\" conjures images of black cloaks and a bleak lifestyle, but according to award-winning author Diane Rapaport, 17th- century American colonists wore bright clothes and \"even had sex.\" It wasn't just Hester Prynne who challenged tenets of the times, she said.";
arnews[7] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 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("