var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Winds whirl past Drexel for trophy
";
arnews[0] += "After taking off to a 21-7 lead at the end of the first quarter, the Lady Winds ran to a 60-31 victory over Drexel in the Archie Tournament championship game held Jan.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:10:18 GMT";
arnews[0] += "
";
arnews[1]="School Days
";
arnews[1] += "First-grade spelling bee winners are Claire Lacy, first place; Drew Withers, second place; and Clare Kingsley, third place.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 05:57:44 GMT";
arnews[1] += "
";
arnews[2]="Inqlings: City to see another shooting star
";
arnews[2] += "Bradley Cooper will shoot a movie in his hometown. Though official word is not out, public records filed in Harrisburg tell the story.";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 07:32:30 GMT";
arnews[2] += "
";
arnews[3]="The Insider: A promotion in L.A. for Alycia Lane?
";
arnews[3] += "FTVlive.com, the TV-gossip site that broke the whole Leno-O'Brien mess , says its sources say that Alycia Lane is about to be moved to the morning anchor job at KNBC.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 05:00:02 GMT";
arnews[3] += "
";
arnews[4]="Larry Mendte Decries Sexism Against Wife's Congressional Candidacy...
";
arnews[4] += "PA2010.com reports that disgraced former news anchor Larry Mendte is angry about suggestions his legal problems from the Alycia Lane scandal could adversely affect his wife's prospective political career.";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 20:55:57 GMT";
arnews[4] += "
";
arnews[5]="Mendte defends wife, rips sexism in politics
";
arnews[5] += "Who said gallantry is dead? Decrying sexism in politics, former CBS3 anchor Larry Mendte defended his wife, ex-Fox anchor Dawn Stensland - and women everywhere - in a long blog post on Friday.";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 19:24:03 GMT";
arnews[5] += "
";
arnews[6]="Alycia Lane still makes news in Philly
";
arnews[6] += "Channel 4 reporter and weekend anchor Alycia Lane's lawsuit over her firing in Philadelphia is still working its way through the courts there.";
arnews[6] += "
Publ.Date : Wed, 13 Jan 2010 20:58:42 GMT";
arnews[6] += "
";
arnews[7]="Law and Order
";
arnews[7] += "Several areas in the city were found marked with graffiti, according to Monday police reports.";
arnews[7] += "
Publ.Date : Wed, 13 Jan 2010 16:50:12 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("