var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Comment on "The $10,000 Bike"
"; arnews[0] += "I was shoe shopping at a local sporting goods store tonight, and, since I like bikes almost as much as Macs , strolled through the bike department on my way out of the building."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:46:00 GMT"; arnews[0] += "
"; arnews[1]="McDermott: World game is cheap, disposable
"; arnews[1] += "TT was arguably the worst act of sportsmanship ever seen. For mine it wins by the length of the Flemington straight."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:57:44 GMT"; arnews[1] += "
"; arnews[2]="Your say: The best sportsperson of the decade
"; arnews[2] += "WHO is the best sportsperson of the decade? The Sunday Mail's Scott Walsh has studied the form and has come up with a list of 14 individuals, plus one team."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:55:37 GMT"; arnews[2] += "
"; arnews[3]="First Edition Cycling News, Saturday, November 21, 2009
"; arnews[3] += "The comings and goings at Astana continue with the news that Kazakh rider Dmitriy Muravyev has decided to leave the team from his home country and take up an offer to follow Johan Bruyneel, Lance Armstrong, and many others to Radio Shack."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:51:43 GMT"; arnews[3] += "
"; arnews[4]="Turkey Bowl Championship highlights brothers' life-saving bond
"; arnews[4] += "Turkey Bowl Championship highlights brothers' life-saving bond Brothers Isaiah Forman, 9, and Xavier, 8, share a bond that goes deeper than that enjoyed by most siblings."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:54:27 GMT"; arnews[4] += "
"; arnews[5]="White Sox close to signing Vizquel
"; arnews[5] += "The Chicago White Sox are closing in on a contract agreement with free-agent shortstop Omar Vizquel, who will be 43 in April."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:28:07 GMT"; arnews[5] += "
"; arnews[6]="Famous but poor: Sheryl Crow revisits first album
"; arnews[6] += "Back in early 1995 when Sheryl Crow won Grammy gold for her debut album, her bank account was hardly glistening."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");