var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taylor students take part in annual science fair - Banner-News
";
arnews[0] += "Sixth grade: Alexx Ivey, first place; Nicholas Stanford, second place; Jeffrey Scott, third place; and Ashley Scott, Cady Milam and Cody Lucy, honorable mention. Overall building winner: Blair McMahen.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 18:37:00 GMT";
arnews[0] += "
";
arnews[1]="Ames High School: Students take first at Great Plains Math League ... - Nevada Iowa Journal
";
arnews[1] += "Alfred Tang, Bo Fan, Ann Ku and Nirvan Tyagi recently took first place in the large school division of the Great Plains Math League contest. Their top finishes in the contest, held Jan. 16 at Iowa Falls-Alden High School, qualifies each of the ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 06:13:00 GMT";
arnews[1] += "
";
totcount = 2;
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("