var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sen. Mellow era ending
";
arnews[0] += "After 39 years in the state Senate, the chamber's longest serving member has announced he will not seek re-election. Robert J. Mellow, 66, of Peckville, said that \"the long hours in Harrisburg over the years have cost me precious time with my daughters and now my grandchildren.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:48:16 GMT";
arnews[0] += "
";
arnews[1]="MTV officially changes its logo by dropping the words 'Music Television'
";
arnews[1] += "MTV gets a new look MTV has officially changed its logo for the first time in 30 years, dropping the words \"Music Television\" while retaining the big block M and the drippy TV letters.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:45:40 GMT";
arnews[1] += "
";
arnews[2]="Star-studded Event including Joe Frazier, Red Carpet Gala for Charity
";
arnews[2] += "Categories SIZZLING, DYNAMIC, GENEROUS, PATRIOTIC, TALENTED AND BEAUTIFUL are just some of the adjectives used to describe singer/dancer/model Doreen Taylor.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:10:28 GMT";
arnews[2] += "
";
arnews[3]="Decisions of the Westmoreland County judges
";
arnews[3] += "The following is a list of defendants charged with a first offense of driving under the influence in Westmoreland County criminal court.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[3] += "
";
arnews[4]="All-Star Game spawns a galaxy of events this weekend
";
arnews[4] += "The plethora of Dallas-area parties surrounding the NBA All-Star Game this weekend may be a case, to use an old expression, of champagne wishes and caviar dreams.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:10:24 GMT";
arnews[4] += "
";
arnews[5]="Robert J. Mellow will retire from Pa. Senate
";
arnews[5] += "Robert J. Mellow, the state Senate's Democratic leader and longest-sitting current member, announced yesterday that he would not seek another four-year term, ending a legislative career that has spanned four decades.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:02:54 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("