var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Copper owner looks like a good fit
";
arnews[0] += "After months of speculation and rumor, the announcement came Tuesday that Intrawest will sell Copper Mountain in a deal expected to be completed before the start of 2010.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="New Copper owner looks like a good fit
";
arnews[1] += "After months of speculation and rumor, the announcement came Tuesday that Intrawest will sell Copper Mountain in a deal expected to be completed before the start of 2010.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:40:34 GMT";
arnews[1] += "
";
arnews[2]="Thursday Blotter: November 19, 2009
";
arnews[2] += "The following people were processed through the Palo Pinto County Jail. Information in this column is gathered from the Palo Pinto CountySheriff's Office incident reports and any related public documents.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:09:00 GMT";
arnews[2] += "
";
arnews[3]="Shoe box gifts help kids in need in 130 countries
";
arnews[3] += "Pam Kiser, left, helps her children, Alex and Anna, arrange toys, candy, soap and other items Sunday into a shoe box for Operation Christmas Child in their Moorhead home.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:53:44 GMT";
arnews[3] += "
";
arnews[4]="Shoe box gifts help kids in need in 130 countries
";
arnews[4] += "Pam Kiser, left, helps her children, Alex and Anna, arrange toys, candy, soap and other items Sunday into a shoe box for Operation Christmas Child in their Moorhead home.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:03:12 GMT";
arnews[4] += "
";
arnews[5]="Summit Up
";
arnews[5] += "For Halloween, Jeff Meyer and Katie Knudsen of Breckenridge were the red team from that old Nickelodeon game show Double Dare.";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 12:19:48 GMT";
arnews[5] += "
";
arnews[6]="Prep football: Sabres' plan to turn up the 'D'
";
arnews[6] += "If there is one thing that Little Falls has proved this season it is that it can run the football.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 12:13:29 GMT";
arnews[6] += "
";
arnews[7]="Post a Comment
";
arnews[7] += "If there is one thing that Little Falls has proved this season it is that it can run the football.";
arnews[7] += "
Publ.Date : Sat, 31 Oct 2009 05:44:43 GMT";
arnews[7] += "
";
arnews[8]="This Week's Menu
";
arnews[8] += "Graham running back Cameron Bailey and quarterback Case McCoy lead a Steers offense that is averaging 35.4 points a game.";
arnews[8] += "
Publ.Date : Fri, 30 Oct 2009 12:28:00 GMT";
arnews[8] += "
";
totcount = 9;
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("