var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Music Lessons
";
arnews[0] += "If the visiting musician at The Clarion looks familiar, it might not be just because of his music.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Music Lessons
";
arnews[1] += "If the visiting musician at The Clarion looks familiar, it might not be just because of his music.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Salford amateur football
";
arnews[2] += "The first team and Under 15 team games were postponed, so all eyes were on Fives' Reserves Manchester Amateur Cup game at Manchester Rovers.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:30:27 GMT";
arnews[2] += "
";
arnews[3]="Patricia Joan Dunn
";
arnews[3] += "ISLETON, Calif. - Former Great Falls resident Patricia Joan \"Pat\" Dunn, 70, of Isleton, Calif., died of cancer Nov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Burdick
";
arnews[4] += "John and Adriane Richard of Lawrence are parents of a boy, Judah Earl, born Thursday.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:37:20 GMT";
arnews[4] += "
";
arnews[5]="Oliver!, With Panaro, DiVita, Smith, Preston, Lawton, Opens in Philly
";
arnews[5] += "Broadway's Hugh Panaro is Fagin in Walnut Street Theatre's holiday-season production of Lionel Bart's Oliver! , opening Nov.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:32:17 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("