var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cruel clampers are cashing in on us
";
arnews[0] += "LAST night at 9pm my partner and I nipped into Hillsborough to a local sandwich shop.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 07:55:44 GMT";
arnews[0] += "
";
arnews[1]="Elizabeth P. Robinson
";
arnews[1] += "Beloved mother, grandmother, aunt and friend, passed away at age 93 on October 6, 2009.";
arnews[1] += "
Publ.Date : Sun, 01 Nov 2009 02:00:00 GMT";
arnews[1] += "
";
arnews[2]="Elizabeth P. Robinson
";
arnews[2] += "ST. GEORGE - Beloved mother, grandmother, aunt and friend, passed away at age 93 on October 6, 2009.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Trustees Hear Barton Campus Update
";
arnews[3] += "Topic: Headline News College News : Trustees Hear Barton Campus Update Published Online Oct 28, 2009 - 01:39 PM Trustees at North Central Missouri College will be considering a variety of issues related to the development of the Barton Farm Campus and briefly discussed those issues during a meeting held Tuesday evening.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 19:18:37 GMT";
arnews[3] += "
";
arnews[4]="Arty facts
";
arnews[4] += "A look at what's happening in the world of art. New Dance Lab works Dunedin contemporary dance group Dance Lab premieres a series of new works at Allen Hall tomorrow.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 20:55:10 GMT";
arnews[4] += "
";
arnews[5]="Elizabeth P. Robinson
";
arnews[5] += "Elizabeth P. Robinson, of St. George, passed away at age 93 on Oct. 6. She was born Jan.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 07:00:00 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("