var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Money, But No Staff, For Canon Visitor Center
"; arnews[0] += "Share + Nov 22, 2009 1:01 am US/Mountain R. SCOTT RAPPOLD, The Gazette COLORADO SPRINGS, Colo."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:14 GMT"; arnews[0] += "
"; arnews[1]="On the path to stardom - roanoke.com
"; arnews[1] += "Jason Vigilante was vacationing in Colorado -- or, maybe it was Oregon -- when he got word that Catherine White was interested in transferring to Virginia."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:44:15 GMT"; arnews[1] += "
"; arnews[2]="Cuchara River Valley Colorado - a great place to spoon
"; arnews[2] += "Take a swift left turn on CO-12, the Scenic Highway of Legends , to access the most beautiful valley in Colorado: The Cuchara River Valley , shaped like a cuchara , the Spanish name for spoon ."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:34:36 GMT"; arnews[2] += "
"; arnews[3]="Jeanette Ruth Douglas
"; arnews[3] += "June 13, 1910 - Nov. 18, 2009 Jeanette Ruth Douglas, 99, passed away Wednesday evening, Nov."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:17:41 GMT"; arnews[3] += "
"; arnews[4]="7 Popular 'Chick Flicks' That Secretly Hate Women
"; arnews[4] += "Hollywood filmmakers like their women like they like their coffee: shrill, stupid and submissive."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:53:21 GMT"; arnews[4] += "
"; arnews[5]="Community keeps lighting virtual candles for Anissa Mayhew
"; arnews[5] += "Have you ever seen the movie \"Pay it Forward?\" Remember that scene at the end when Haley Joel Osmett's character has just died and Kevin Spacey is consoling Helen Hunt at her house."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 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("
");