var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Group wants to recall three Prairieville officials
";
arnews[0] += "The winds of recall blow strongly in Prairieville Township, but with them comes plenty of confusion in trying to answer questions of who, when and why.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:55:22 GMT";
arnews[0] += "
";
arnews[1]="NewS.113.20091120001348.20SC_Hall_Folk_20091120.jpg
";
arnews[1] += "If there was ever a dream team in Canadian curling, Rick Folka s rink would come as close as any to fitting the description.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Famous Birthdays
";
arnews[2] += "Today: Actor Alan Young is 90. Talk-show host Larry King is 76. Talk-show host Dick Cavett is 73.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sprawling ranch on over an acre lot with lots of trees by realtor Jill Ritchie
";
arnews[3] += "Updating needed -- but there is a lot of potential to make this home truly fabulous again.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 17:51:11 GMT";
arnews[3] += "
";
arnews[4]="Critics say Lundberga s bill will prevent legitimate abuse lawsuits
";
arnews[4] += "In February, Tennessee Rep. Jon Lundberg, R-Bristol, co-sponsored a bill that would have capped how much money nursing home patients could win in neglect and abuse cases.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 10:47:38 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("