var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alma Faye Carter
";
arnews[0] += "Services for Alma Faye Carter, 86, of Dumas and formerly of Littlefield, who passed away on Thursday, Nov.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:14:37 GMT";
arnews[0] += "
";
arnews[1]="Reservations Being Taken for Christmas Production
";
arnews[1] += "Reservations are now being taken for Cabot Community Theatre's Christmas production, \"The Best Christmas Pageant Ever\".A Show dates are December 10th through theA 12th.A A The show revolves around a local Christmas pageant that gets taken over by the Herdmans who are described as \"the worst kids in the whole history of the world.\" A cast of more ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:27:19 GMT";
arnews[1] += "
";
arnews[2]="Hebron Christian starting off right
";
arnews[2] += "The Varsity and JV Lady Eagles returned to action on Tuesday, Nov. 10 at home against Starkville Christian.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:15:49 GMT";
arnews[2] += "
";
arnews[3]="Austin College students travel to Chicago for Model United Nations Conference
";
arnews[3] += "As college students look toward the coming Thanksgiving break, most anticipate a family gathering and opportunity for some 'down time' before the stress of final exams.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:33:36 GMT";
arnews[3] += "
";
arnews[4]="Palomar rises to elite level in JC golf
";
arnews[4] += "Fresno City College scored two touchdowns in the final 6 minutes, including a 90-yard kickoff return by Isiah Barton, in a 23-20 nonconference victory Saturday over American River in Sacramento.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:57:32 GMT";
arnews[4] += "
";
arnews[5]="Palomar rises to elite level in JC golf
";
arnews[5] += "It's a good thing Fresno State will put a deep, experienced softball team on the field for the 2010 season.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 07:13:43 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("