var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="World AIDS day recognized
";
arnews[0] += "University groups plan for nationwide events on Dec. 1. People around the globe will recognize Dec.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:43:37 GMT";
arnews[0] += "
";
arnews[1]="Early childhood education takes center stage at Waco summit
";
arnews[1] += "The Waco area's youngest residents were easily the stars of the Second Annual Greater Waco Community Education Summit on Thursday, as people from across the community came together to discuss early childhood education and other topics.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="a Finala ILM:09 Speakers Added
";
arnews[2] += "The ILM:09 conference Dec. 9-11 in LA is now just around the corner. Wea ve handpicked 60 cutting-edge speakers, and we think we are onto something that is really important.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:28:22 GMT";
arnews[2] += "
";
arnews[3]="'Final' ILM:09 Speakers Added
";
arnews[3] += "The ILM:09 conference Dec. 9-11 in LA is now just around the corner. We've handpicked 60 cutting-edge speakers, and we think we are onto something that is really important.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:43:28 GMT";
arnews[3] += "
";
arnews[4]="Randy Volz
";
arnews[4] += "Randy Volz, 56, of 2911 16th St. S., Wisconsin Rapids died Friday, Nov. 13, 2009, at his home.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Bryan Lady Lions Lose To Union In AAC Soccer Title Game
";
arnews[5] += "\"I'm just beside myself,\" Lanham said. \"These girls set goals of winning the regular-season and tournament championships and make it to the national tournament, and they did it.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:34:08 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("