var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sports Movies
";
arnews[0] += "Sandra Bullock stars with Quinton Aaron in football heartwarmer The Blind Side .";
arnews[0] += "
Publ.Date : Fri, 10 Jul 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Probus welcomes three new members
";
arnews[1] += "Stawell Ladies Probus Club has inducted three new members at recent meetings. Mesdames Joan Matthews, Pat Reid and Marj Dyson received their badges from president Brenda Clark.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:15:00 GMT";
arnews[1] += "
";
arnews[2]="KU debaters keep high national ranking
";
arnews[2] += "Although national champion debaters Brett Bricker and Nate Johnson have graduated, the University of Kansas debate team has continued to perform well in the 2009-10 season.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:25:18 GMT";
arnews[2] += "
";
arnews[3]="Shopping avenues win prestigious building awards
";
arnews[3] += "TWO new landmark shopping areas on Cork's main street have won the top awards in a prestigious building competition.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 12:00:00 GMT";
arnews[3] += "
";
arnews[4]="Shopping avenues win prestigious building awards
";
arnews[4] += "The Opera Lane and Half Moon Street retail district, developed by O'Callaghan Properties, has taken first prize in the Better Building Awards New Development Category.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 12:13:45 GMT";
arnews[4] += "
";
arnews[5]="Franklin James Byrd
";
arnews[5] += "Today we announce the passing of Franklin James Byrd at the age 71. Frank was born September 4, 1938 in Ada Oklahoma to Johnie Franklin and Reba Jane Byrd.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08: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("