var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yesteryear profits from looking back
";
arnews[0] += "\"Margin is my second god,\" says John Boyden, the 72-year-old co-founder of Yesteryear Music.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:12:29 GMT";
arnews[0] += "
";
arnews[1]="Park Hill, St. Pius X in Missouri state soccer consolation games
";
arnews[1] += "Kennedy's Blake FIcken is entangled with St. Piux X's Craig Henry for control of the ball during the first half of the Warriors' game with Kennedy for third place in the MSHSAA state soccer tournament Saturday, Nov.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:57:15 GMT";
arnews[1] += "
";
arnews[2]="Police log
";
arnews[2] += "HARASSMENT: Shippensburg Police charged a Shippensburg man Thursday with harassment and terroristic threats for threatening his mother while she was driving.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:28:30 GMT";
arnews[2] += "
";
arnews[3]="Immaculata in fourth straight final
";
arnews[3] += "First, Immaculata lost its breadwinner and eventually the lead in a Non-Public Group III semifinal Saturday afternoon at top-seeded Pope John XXIII.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:25:57 GMT";
arnews[3] += "
";
arnews[4]="Obamaa s vendetta
";
arnews[4] += "WHAT were President Obama and Attorney General Eric Holder thinking when they decided to try Khalid Sheikh Mohammed, the chief architect of the 9/11 attacks, and four other al-Qaeda bigwigs in a civilian court in New York City? From the standpoint of politics, this decision makes no sense.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:17:47 GMT";
arnews[4] += "
";
arnews[5]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[5] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:54:49 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("