var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Andrew: S Club 7 - Never Had A Dream Come True (Official M
"; arnews[0] += "S Club 7 - Never Had A Dream Come True (Official M -"; arnews[0] += "
"; arnews[1]="arturo: R es por Rachel Stevens http://bit.ly/jlGOM
"; arnews[1] += "R es por Rachel Stevens"; arnews[1] += "
"; arnews[2]="Jason Lower: Whittle isn't like Austin, he's more this series Rachel Stevens. Good, but lacking any character. #scd
"; arnews[2] += "Whittle isn't like Austin, he's more this series Rachel Stevens. Good, but lacking any character."; arnews[2] += "
"; arnews[3]="Gustav Astorga: rachel stevens post-sclub7 iba derecho a ser lo que hoy conocemos como lady gaga, pero no le alcanzó http://bit.ly/2iHXyw
"; arnews[3] += "rachel stevens post-sclub7 iba derecho a ser lo que hoy conocemos como lady gaga, pero no le alcanzó"; arnews[3] += "
"; arnews[4]="Rachel Stevens Web (Geocities)
"; arnews[4] += "Rachel Stevens Web (Geocities) -"; 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("
");