var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Prep Girls' Wrestling: Mount Baker wins three titles at Sub-Regional
"; arnews[0] += "Mount Baker's Shanli Dillard knows it sounds clich, but she really does prefer to take her wrestling matches one at a time and stay away from thinking about what the future might hold."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Most Canadian pols don't seem to get social media.
"; arnews[1] += "Bob Rae has a problem with Facebook. \"I'm only allowed to have 5,000 friends,\" laments the Liberal MP."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Tour of Qatar 2010 - The Favorites
"; arnews[2] += "Tour of Qatar 2010 - The Favorites The sprinters take the center stage in Qatar in a series of high speed contests... Can Tom Boonen add a 4th victory and claim the title of Sultan of Sprint? February is still a little too early in the season for many of the riders who have their sights set on the Giro and the Tour, but for the Classics contenders, ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 09:00:41 GMT"; arnews[2] += "
"; arnews[3]="Taylor reaches 1,000 career points with York girls basketball
"; arnews[3] += "Niki Taylor secured her place in York High School basketball history on Thursday."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 07:50:00 GMT"; arnews[3] += "
"; arnews[4]="Prep Hoops Round-up: Lady 'Cats win rematch with Sweet Springs
"; arnews[4] += "The Sweet Springs girls' basketball team went from playing what head coach Boyd Jones considered its \"worst game of the year\" against Slater a month ago to a point where \"our physical game ... improved\" during Tuesday's rematch."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 07:08:30 GMT"; arnews[4] += "
"; arnews[5]="SARPA hosts Starry Night Fashion Show Saturday
"; arnews[5] += "The fashion show will feature local celebrities modeling local designer fashions, hors d'oeuvres, a silent auction, and tunes by Blythe McCaulke and DJ Beat Bachs."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 15:53:42 GMT"; arnews[5] += "
"; arnews[6]="2010 Queen City Road Race Art Contest Finalists Recognized
"; arnews[6] += "Taylor Adkins and Sophia Branson of East Montgomery Elementary School have been selected as finalists in the 2010 Queen City Road Race art contest sponsored by The City of Clarksville and Cumberland Bank & Trust."; arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 15:22:34 GMT"; arnews[6] += "
"; arnews[7]="Best looking states: see where Florida ranked
"; arnews[7] += "Do you think Florida is full of beautiful people? According to a new list of best looking states, it is."; arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 12:38:29 GMT"; arnews[7] += "
"; totcount = 8; 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("
");