var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New acts and old favorites
";
arnews[0] += "Well, OK. This is one of those weeks when I'm trying to do two weeks-worth of stuff in one week, so bear with me.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:25:31 GMT";
arnews[0] += "
";
arnews[1]="Jessie Gertrude Herrold
";
arnews[1] += "Juneau resident Jessie Gertrude Herrold died peacefully Nov. 2, 2009. She was 83.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 06:56:03 GMT";
arnews[1] += "
";
arnews[2]="Minister reaffirms bridge toll pledge
";
arnews[2] += "TRANSPORT Minister Sadiq Khan has reaffirmed his pledge to consider cutting or scrapping the Humber Bridge Tolls at a meeting with MPs.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 09:00:00 GMT";
arnews[2] += "
";
arnews[3]="Help us to cut the cost of crossing the Humber.
";
arnews[3] += "Transport Minister Sadiq Khan has reaffirmed his pledge to consider cutting or scrapping the Humber Bridge tolls at a meeting with MPs.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:02:20 GMT";
arnews[3] += "
";
arnews[4]="MPs split on Humber Bridge tolls review
";
arnews[4] += "MPs have met with Transport Minister Sadiq Khan to press him to consider cutting or scrapping the Humber Bridge Tolls.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 06:30:00 GMT";
arnews[4] += "
";
arnews[5]="Jessie Herrold
";
arnews[5] += "Juneau resident Jessie Gertrude Herrold died peacefully Nov. 2, 2009. She was 83.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 15:57:00 GMT";
arnews[5] += "
";
arnews[6]="Hear the singing mailman
";
arnews[6] += "ThereA A s plenty of good live music out in the Valley this weekend, from Danville to Lewisburg to Middleburg and Selinsgrove.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 17:30:02 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("