var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Should Colorado ever host the Olympics?
"; arnews[0] += "A rainbow stretches across Vancouver Harbor in Vancouver on Monday. The Vancouver Winter Olympics begin Friday."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:02:12 GMT"; arnews[0] += "
"; arnews[1]="Roseville's Brausen tops Ms. Hockey list
"; arnews[1] += "Roseville's Bethany Brausen, the reigning Pioneer Press player of the year and the leader of the top-ranked Raiders, is one of 10 finalists selected for the 2010 Minnesota Ms."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:16:58 GMT"; arnews[1] += "
"; arnews[2]="Carlson's a champ - again
"; arnews[2] += "Coming home ... Young gun Lachlan Doak powers on in Footscray Cycling Club's A Grade race on Saturday while eventual winner Graham Carlson puts his head down and pushes on."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:57:36 GMT"; arnews[2] += "
"; arnews[3]="Joel and Victoria Osteen
"; arnews[3] += "This is a rush transcript from \"Hannity,\" February 5, 2010. This copy may not be in its final form and may be updated."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:55:02 GMT"; arnews[3] += "
"; arnews[4]="Super Bowl MVP Drew Brees going to Walt Disney World
"; arnews[4] += "If you watched the Super Bowl tonight you saw a hard fought game between two deserving teams."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:56:16 GMT"; arnews[4] += "
"; arnews[5]="Local roundup: St. Francis basketball wins share of SCCAL title
"; arnews[5] += "Shayne Perryman scored 31 points to lead St. Francis High's boys basketball team over host Scott's Valley 65-41 to clinch no worse than a share of the Santa Cruz Coast Athletic League title Saturday."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 07:15:17 GMT"; arnews[5] += "
"; arnews[6]="Juneau girls top Dimond on Lynx's turf
"; arnews[6] += "In a game with the makings of a state championship preview, Juneau used a key third-quarter run to top Dimond 44-38 in the title game of the Dimond Lady Lynx Prep Shootout on Saturday."; arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 06:51:24 GMT"; arnews[6] += "
"; totcount = 7; 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("
");