var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Pilots licence helps me sail giant Oracle trimaran - Spithill
"; arnews[0] += "Australia's James Spithill said on Tuesday he decided to get his pilots licence to help him sail Oracle's giant trimaran, whose solid vertical wingspan of 68 metres is more than twice the length of the wing of a Boeing 747."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:50:07 GMT"; arnews[0] += "
"; arnews[1]="Read the rest of this entry
"; arnews[1] += "Fourteen Tesoro High seniors signed national Letters of Intent, Feb. 3. Feb. 3 was the first day seniors are formally able to commit to the college of their choice."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Coutts not sure whether he'll sail aboard USA
"; arnews[2] += "The most dominant skipper in America's Cup history might be a spectator when the most contentious, extreme edition of sailing's marquee event begins."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:21:50 GMT"; arnews[2] += "
"; arnews[3]="Coutts not sure whether he'll sail aboard USA in America's Cup showdown
"; arnews[3] += "The most dominant skipper in America's Cup history might be a spectator when the most contentious, extreme edition of sailing's marquee event begins."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 20:52:13 GMT"; arnews[3] += "
"; arnews[4]="Rocky wrestlers second at FRL meet
"; arnews[4] += "BROOMFIELD - The Rocky Mountain High School wrestling team had three individual titles Saturday to finish second at the Front Range League meet."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Tours de force offer tributes to ABBA and Pink Floyd
"; arnews[5] += "Waterloo brings the music of ABBA to the State Theatre. During this slow time of the year for touring acts, two tribute bands are rolling into town with nostalgia on the agenda."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:25:56 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("
");