var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diane S. Garey 1950-2010
";
arnews[0] += "Diane S. Garey, 59, of Warren, died Sunday, Feb. 7, 2010, in St. Joseph Health Center.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:24:09 GMT";
arnews[0] += "
";
arnews[1]="Great Historic Find, Revealed Only Here: Carl's
";
arnews[1] += "Faithful readers of Waxing America know we bring you critically acclaimed stories, keen analysis and otherwise obscure but culturally informative knowledge that you would never get at Daily Kos or the Huffington Post.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:00:19 GMT";
arnews[1] += "
";
arnews[2]="William A. Sullivan,, 94
";
arnews[2] += "Worcester, died Sunday, February 7, 2010 at the Jewish Healthcare Center, after a short illness.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:40:41 GMT";
arnews[2] += "
";
arnews[3]="Jeffrey Wright's cabaret show sells out; April date added
";
arnews[3] += "This just in: Cabaret impresario Jim Dolan sends word that the performances of Jeffrey Wright's show \"The Dance\" on February 19 and 20 are sold out, prompting the addition of another performance at 8:00 p.m. on Friday, April 16 at the Kranzberg Arts Center.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:20:07 GMT";
arnews[3] += "
";
arnews[4]="Bradford County Property Transactions, 2/7/10
";
arnews[4] += "The following property transfers were recorded recently in Bradford County. Gladys E. Handforth, Trust, PNC Bank, Trustee, Susan Kuryloski, Trustee, Carol Ann Hoesch, Trustee, William R. Handforth Jr., Trustee, Gladys E. Handforth Revocable Living Trust to William R. Handforth Jr.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sunday Real Estate Round-Up, 02/07/10
";
arnews[5] += "Feb 7th 2010 at 9:01AM From Cityfile's Buyers and Sellers: --via Curbed , actress/TV producer Polly Draper and her husband Michael Wolff, a jazz pianist and composer who served as the bandleader on the Arsenio Hall Show, have listed their apartment at 43 Fifth Avenue o n the market for $25 million.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 14:01:00 GMT";
arnews[5] += "
";
arnews[6]="Cross sextet falls to Army
";
arnews[6] += "MEN'S HOCKEY Army 4, Holy Cross 1: The Crusaders outshot the Black Knights, 36-29, but were stymied by goalie Jay Clark and dropped an Atlantic Hockey contest at the Hart Center.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 11:00:00 GMT";
arnews[6] += "
";
arnews[7]="Philip Edward Klein
";
arnews[7] += "Philip Edward Klein, who built 30 shopping centers during a lengthy career in Baltimore real estate appraisal and development, died of pneumonia Jan.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 10:33:31 GMT";
arnews[7] += "
";
arnews[8]="Program for experienced, new archers on Thursdays
";
arnews[8] += "Retired Air Force Lt. Colonel Lee A. Archer, a Tuskegee Airman considered to be the only black ace pilot who also broke racial barriers as an executive at a major U.S. company and founder of a venture capital firm, died Wednesday in New York City.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 08:05:00 GMT";
arnews[8] += "
";
totcount = 9;
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("