var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FOOTBALL: Chard Town 3, Hengrove Athletic 3
";
arnews[0] += "ANY neutral at Zembard Lane on Saturday would have gone home exhilarated following an exciting finale in Chard Town's Toolstation Western League Division One clash with Hengrove Athletic.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:43:32 GMT";
arnews[0] += "
";
arnews[1]="Program encourages minority and female students to pursue science careers
";
arnews[1] += "As fifth-graders Kelsey Jones, James Travis and Matt Hutchinson sat together Monday morning in Nancy Sistrunk's class at Ward-Stewart Elementary School, all three had smiles on their faces.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:26:25 GMT";
arnews[1] += "
";
arnews[2]="NHL Roundup: Ducks snap Kings' nine-game winning streak
";
arnews[2] += "Although the longest winning streak in the Los Angeles Kings' history finally was stopped by their closest rivals, they hope the momentum from that confidence-building run will extend all the way into the spring.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:00:16 GMT";
arnews[2] += "
";
arnews[3]="Norma Johnson Epperson
";
arnews[3] += "Norma Johnson Epperson, a native of Saint Louis, Missouri, was born on Feb. 19, 1918, and died on Feb.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:43:00 GMT";
arnews[3] += "
";
arnews[4]="Andrew Short Sidelined After San Diego SX Crash
";
arnews[4] += "Honda Red Bull's Andrew Short will be sidelined for the next six weeks following his crash late in the main event at the San Deigo Supercross last Saturday night.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:45:15 GMT";
arnews[4] += "
";
arnews[5]="Darneille elected CCI president
";
arnews[5] += "Wallace L. Darneille, a Lubbock, TX, cooperative official, will serve as 2010 president of Cotton Council International .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:19:40 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("