var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Shoe box gifts help kids in need in 130 countries
"; arnews[0] += "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[0] += "
Publ.Date : Mon, 16 Nov 2009 14:53:44 GMT"; arnews[0] += "
"; arnews[1]="Buy your dog some bones at Clint's for a good cause
"; arnews[1] += "Clint's Bakery and Coffee in Breckenridge is offering $5 bags of dog bones to support Bennie, a local Alaskan Malamute with bone cancer."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:05:00 GMT"; arnews[1] += "
"; arnews[2]="Buy your dog some bones at Clint's for a good cause
"; arnews[2] += "Clint's Bakery and Coffee in Breckenridge is offering $5 bags of dog bones to support Bennie, a local Alaskan Malamute with bone cancer."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:05: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 08:03:12 GMT"; arnews[3] += "
"; arnews[4]="Trillium cedes Galbraith Mountain property to creditor
"; arnews[4] += "Trillium Corp. has turned over its 3,000 acres of Galbraith Mountain property to Polygon Financial of Bow, but the ownership change doesn't appear to have any immediate impact on the mountain bikers who have been enjoying the property for years under an agreement with Trillium."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 14:56:07 GMT"; arnews[4] += "
"; arnews[5]="Campus Picks: Nov. 12, 2009
"; arnews[5] += "\"Ten,\" nominated for the Palme d'Or at the 2002 Cannes Film Festival, is surprisingly simple yet disturbingly complex."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 11:50:29 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("
");document.write("
");