var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fleshner among nation’s elite - Crimson White Online
";
arnews[0] += "One of Fleshner’s main influences in his career, he said, has been 2000 Olympic gold medalist Laura Wilkinson. Like Fleshner, she hails from Spring, Texas. When he got the chance to dive with her during his first year on the board, he said he was ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 06:42:00 GMT";
arnews[0] += "
";
arnews[1]="Talented 4-H members show their skills on stage - Aldergrove Star
";
arnews[1] += "Moving on to district level will be Laura Wilkinson with her fun speech about stories, telling us that there are two types of readers. The fun part of senior speeches for spectators is listening to impromptu speeches. For those of you who do not know ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 18:16: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("