var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police charge 63-year-old man with stalking teenage girl
";
arnews[0] += "Emerson police have arrested and charged a 63-year-old man from Queens, N.Y. for allegedly stalking a 17-year-old borough girl.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:26:11 GMT";
arnews[0] += "
";
arnews[1]="Extra innings Sports in brief
";
arnews[1] += "Saturday's District 2 Class 3A championship game between Dallas and Abington Heights will be televised live at 1 p.m. by FOX 56.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Faceoff: Do the Gophers have a chance against Iowa?
";
arnews[2] += "FELDY: That was a heck of an effort by your favorite college football team last Saturday, Phersy.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:32:30 GMT";
arnews[2] += "
";
arnews[3]="On the Town Once More
";
arnews[3] += "The powerful Shubert Organization has struck a new business deal with two theater producers that may lead to greater competition among other producers.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:55:53 GMT";
arnews[3] += "
";
arnews[4]="Windies fail on take-off
";
arnews[4] += "THE West Indies looked into their crystal ball yesterday ... and didn't like what they saw when they crumbled against a second-string Queensland bowling attack.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sarwan solid as Windies struggle
";
arnews[5] += "RAMNARESH Sarwan warmed up for the West Indies Test series with a fighting 73 against Queensland.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:36:00 GMT";
arnews[5] += "
";
arnews[6]="Munis: Does AMBAC's Plight Boost Risk?
";
arnews[6] += "Although municipal bond insurers have been on life support for almost two years, Ambac Financial Group's revelation in a Nov.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 01:26:40 GMT";
arnews[6] += "
";
arnews[7]="Cash Just Kept On Piling Up, But It Looks Like The Spending Has Started
";
arnews[7] += "Cash and equivalent, an item that is always near and dear to my heart, for the S&P old Industrials, which is the S&P 500 less Financials, Utilities, and Transportation issues, is running 9.8% ahead of the record setting second quarter value of $773 billion.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 16:11: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("