var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fergie scores third solo No. 1
";
arnews[0] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart.";
arnews[0] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Killer Inside Me
";
arnews[1] += "A prodigious filmmaker in both talent and output, Michael Winterbottom, whose diverse portfolio includes Welcome to Sarajevo , 24 Hour Party People and A Mighty Heart , tries his hand at American pulp with an adaptation of Jim Thompson's The Killer Inside Me .";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 21:35:34 GMT";
arnews[1] += "
";
arnews[2]="Posted 2/1/2010
";
arnews[2] += "WHAT IT DO NINJAS?! The show is full today so you have to make sure you keep checking back to get all the stuff you missed.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 13:30:55 GMT";
arnews[2] += "
";
arnews[3]="Police Blotters 1.29, 2010
";
arnews[3] += "Borough police reported that at 1:38 a.m. Wednesday, Dylan P. Spradling, 18, Merion Station was arrested and cited for underage drinking, public drunkenness and disorderly conduct after he was found intoxicated at Wallwork Suites.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 19:59:45 GMT";
arnews[3] += "
";
arnews[4]="The Killer Inside Me
";
arnews[4] += "A Hero Entertainment presentation of a Stone Canyon, Muse, Revolution production in association with Wild Bunch, Curiously Bright Entertainment and Indion Entertainment Group.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 01:21:59 GMT";
arnews[4] += "
";
arnews[5]="Daily guide
";
arnews[5] += "CEO Corner 8:30 p.m. NECN. Finagle a Bagel owners Laura Trust and Alan Litchman talk about the impact of the economy on their business.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 07:41:52 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("