var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="People busy attending dances, parties, dinners
";
arnews[0] += "The past week the Twin Cities' stars were all aligned and came into focus with a variety of dances, plays, dinners and visiting with friends dining at their favorite restaurants.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:40:48 GMT";
arnews[0] += "
";
arnews[1]="Wed. 1/6 Death Notices
";
arnews[1] += "William . On January 4, 2010. Beloved son of the late Jessie & Senator William T. Conklin .";
arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 13:29:14 GMT";
arnews[1] += "
";
arnews[2]="Monroe Garden Club holds Silver Tea party
";
arnews[2] += "Editor's note: Victor's column about his recollections will return next week. Every serious gardener recognizes the benefits of rainfall.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:41:55 GMT";
arnews[2] += "
";
arnews[3]="Cork dominate All Star selection
";
arnews[3] += "All-Ireland Champions Cork dominate the Camogie All Star selection with Gemma O'Connor getting honoured for an unprecedented sixth successive time.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 16:05:53 GMT";
arnews[3] += "
";
arnews[4]="2009 Camogie All-Star nominations
";
arnews[4] += "The nominations for the 2009 Camogie All Stars were announced today with All-Ireland champions Cork dominating the list.";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 21:08:06 GMT";
arnews[4] += "
";
totcount = 5;
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("