var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Erie area singers to make Carnegie Hall debut
";
arnews[0] += "Sergei Rachmaninoff, George Gershwin and Richard Strauss debuted compositions there.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:13:22 GMT";
arnews[0] += "
";
arnews[1]="Still just 50 cents
";
arnews[1] += "The Union Leader and Sunday News have more readers than any other New Hampshire newspaper.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:39:47 GMT";
arnews[1] += "
";
arnews[2]="People in the news - Nov. 23, 2009
";
arnews[2] += "People listings are free. Information must be submitted at least 11 days before the Monday issue in which it is to appear.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:21:26 GMT";
arnews[2] += "
";
arnews[3]="Erie area singers to make Carnegie Hall debut
";
arnews[3] += "Sergei Rachmaninoff, George Gershwin and Richard Strauss debuted compositions there.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:29:40 GMT";
arnews[3] += "
";
arnews[4]="Buffalo signs Brohm off Packers practice squad
";
arnews[4] += "On the practice squad since being cut by the Packers at the final roster trim before the regular season, Brian Brohm was signed by the Buffalo Bills to their active roster.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:24:54 GMT";
arnews[4] += "
";
arnews[5]="Across the country, builders are donwsizing new construction
";
arnews[5] += "For the first time in four decades in the luxury-home business, executives at John Wieland builders are thinking the unthinkable: Maybe houses in the South don't really need a fireplace.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 04:00:00 GMT";
arnews[5] += "
";
arnews[6]="Movie horror hilarity takes over home for fundraiser
";
arnews[6] += "Lisa Mais, Johnna Bryant, David Bishop, Gayle Wright and Donna Robinson were among the Pathway to Independence co-chairs that helped transform a Park Estates home into a haunting venue for the organization s fundraiser.";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("