var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Green Wave prepares to reload
";
arnews[0] += "The challenge this season for St. Edward's girls basketball team is an obvious one.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 14:34:18 GMT";
arnews[0] += "
";
arnews[1]="MVL sweeps Indians, GFW, Nicollet w.....
";
arnews[1] += "Minnesota Valley Lutheran swept Sleepy Eye 25-17, 25-19, 25-17 in Tomahawk Conference volleyball play Thursday night in Sleepy Eye.";
arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 10:13:38 GMT";
arnews[1] += "
";
arnews[2]="SPORTS: Prep roundup . . . Port Angeles volleyball team loses first match
";
arnews[2] += "Port Angeles' Sam Manwell, front, and Chloe Johnston each go for the return during the first game of their match against North Kitsap on Tuesday at Port Angeles High School.";
arnews[2] += "
Publ.Date : Wed, 23 Sep 2009 10:45:09 GMT";
arnews[2] += "
";
arnews[3]="Sports Shorts
";
arnews[3] += "Romo reminisces on SMU playing days Former Tehachapi High and Southern Methodist University quarterback standout Jerad Romo recently sat down with ponyfans.com writer Steve Lansdale to recall a magical game on Oct.";
arnews[3] += "
Publ.Date : Wed, 23 Sep 2009 00:52:53 GMT";
arnews[3] += "
";
arnews[4]="SPORTS: Sequim volleyball rips Klahowya; other prep reports
";
arnews[4] += "Sequim High School's volleyball team stepped up its service game to earn an easy three-set victory over Klahowya 25-6, 25-10, 25-13 on Thursday night.";
arnews[4] += "
Publ.Date : Fri, 18 Sep 2009 12:06:29 GMT";
arnews[4] += "
";
arnews[5]="SPORTS: PA swims past Sequim
";
arnews[5] += "The Port Angeles girls swimming and diving team swamped an undermanned Sequim squad at William Shore Memorial Pool on Tuesday.";
arnews[5] += "
Publ.Date : Wed, 16 Sep 2009 14:27:23 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("