var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Wpmt Fox: Tiger Woods and wife Elin Nordegren and children Sam and Charlie http://bit.ly/EF6Bn
"; arnews[0] += "Tiger Woods and wife Elin Nordegren and children Sam and Charlie"; arnews[0] += "
"; arnews[1]="Lindsey: Oh. Right. RT @mental_floss: Hootie and the Blowfish performed at the 2004 wedding of Tiger Woods and Elin Nordegren.
"; arnews[1] += "Oh. Right. RT @"; arnews[1] += "
"; arnews[2]="Sexy Ladies ElinNordegren 2008 [V1.0]
"; arnews[2] += "Sexy Ladies ElinNordegren 2008 [V1.0] -"; arnews[2] += "
"; arnews[3]="Artylizer: Best Dressed Famous person of the week: Elin Nordegren-(wife of Tiger Woods) http://www.artylizer.com/Vesa/shouts/1233443
"; arnews[3] += "Best Dressed Famous person of the week: Elin Nordegren-(wife of Tiger Woods)"; arnews[3] += "
"; arnews[4]="Artylizer: Best Dressed Famous person of the week: Elin Nordegren-(wife of Tiger Woods)
"; arnews[4] += "Best Dressed Famous person of the week: Elin Nordegren-(wife of Tiger Woods) -"; 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("
");