var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Wyman focused on closing gap to Vos
"; arnews[0] += "Wyman focused on closing gap to Vos -"; arnews[0] += "
"; arnews[1]="Patrick: Vos pakt Europese titel veldrijden - Telegraaf.nl - De website van wakker Nederland [Wielersport]: Marianne Vos.. http://bit.ly/4fKvKx
"; arnews[1] += "Vos pakt Europese titel veldrijden - Telegraaf.nl - De website van wakker Nederland [Wielersport]: Marianne Vos.."; arnews[1] += "
"; arnews[2]="tn_wielrennen: De Goede naar ploeg Marianne Vos
"; arnews[2] += "De Goede naar ploeg Marianne Vos -"; arnews[2] += "
"; arnews[3]="lyne: Congrats to @KatieFnCompton for winning UCI World Cup in Nommay. Marianne Vos was 2nd.
"; arnews[3] += "Congrats to @"; arnews[3] += "
"; arnews[4]="cyclocross magazine: Compton and Albert Streaks Continue - Nommay Brief Report, Results: After a fast start, Katie Compton, Marianne Vos ... http://bit.ly/1p14af
"; arnews[4] += "Compton and Albert Streaks Continue - Nommay Brief Report, Results: After a fast start, Katie Compton, Marianne Vos ..."; arnews[4] += "
"; totcount = 5; 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("
");