var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Post a Comment
"; arnews[0] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:58:37 GMT"; arnews[0] += "
"; arnews[1]="Post a Comment
"; arnews[1] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:53:49 GMT"; arnews[1] += "
"; arnews[2]="Jeannette Fitton
"; arnews[2] += "Jeannette Fitton died shortly after celebrating her 99th birthday in October 2009."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Newly remodeled WorkOne embraces open concept
"; arnews[3] += "With a floor to ceiling curved glass wall on the first floor, giving way to numerous computer stations and classrooms, a newly remodeled WorkOne Western Indiana Services Center provides an inviting atmosphere."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:26:00 GMT"; arnews[3] += "
"; arnews[4]="Golf round-up: Keith fires his way to Guy Fawkes victory
"; arnews[4] += "KEITH Parker had an explosive victory in the Vivary seniors Guy Fawkes Stableford, rocketing to a sky high 48 points in his best ever round on the course."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 17:10:19 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("
");document.write("
");