var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Serving Up Late Summer Links
";
arnews[0] += "Today . . . I think the School District Retreat story is more important than anything else so I'm keeping it up top .";
arnews[0] += "
Publ.Date : Tue, 28 Jul 2009 00:08:35 GMT";
arnews[0] += "
";
arnews[1]="Central Oregon Coast Brings Out Whales Last Week of August
";
arnews[1] += "To the whales lingering around the Oregon coast and the Washington coast, the region is probably just a pit stop for a few million bites of phytoplankton.";
arnews[1] += "
Publ.Date : Thu, 09 Jul 2009 07:44:57 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("