var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PREP CROSS COUNTRY: Sehome's Carlyle, Moore repeat at conference MVPs - Bellingham Herald
";
arnews[0] += "For the second straight year, Sehome swept the boys' and girls' MVP selections on the All-Northwest Conference team, which was released on Tuesday, Nov. 17. Class 2A state champion Scott Carlyle, a junior, was selected the top boys' runner for the ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[0] += "
";
arnews[1]="College Park Falls to Cy Woods at Home - Woodlands Online& LLC
";
arnews[1] += "THE WOODLANDS, Texas -- The College Park Cavaliers proved two things during their season-opening basketball game Tuesday night. One, they should still be the favorites to win the District 14-5A title. And two, they are still not ready to be called ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:07:00 GMT";
arnews[1] += "
";
arnews[2]="Gloryhound’s got bite - The Chronicle Herald
";
arnews[2] += "Gloryhound (Shaun Hanlon, Evan Meisner, Jeremy MacPherson and David Casey) launches its new CD Leave It Alone on Friday night at The Seahorse. THE SEAHORSE TAVERN is a great place for a packed, sweaty, in-your-face rock show, and Halifax’s ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:58:00 GMT";
arnews[2] += "
";
totcount = 3;
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("