var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="KerryJ: Storm Large 8 MILES WIDE music video
"; arnews[0] += "Storm Large 8 MILES WIDE music video -"; arnews[0] += "
"; arnews[1]="KerryJ: Have just downloaded an Album called "Crazy Enough" by Storm Large featuring the song "My Vagina is 8 miles wide"
"; arnews[1] += "Have just downloaded an Album called \"Crazy Enough\" by Storm Large featuring the song \"My Vagina is 8 miles wide\""; arnews[1] += "
"; arnews[2]="browse: I was a fan of Storm Large back when her vagina was only one mile wide. #stormlarge
"; arnews[2] += "I was a fan of Storm Large back when her vagina was only one mile wide."; arnews[2] += "
"; arnews[3]="Michael Durwin: Michael I'm becomming a big Stephanie Smith fan (http://bit.ly/4dwuW5). Any friend of Storm Large (http://bit.ly/10dTW7) is a friend of mine!
"; arnews[3] += "I'm becomming a big Stephanie Smith fan ("; arnews[3] += "
"; arnews[4]="Michael Durwin: I'm becomming a big Stephanie Smith fan (http://bit.ly/4dwuW5). Any friend of Storm Large (http://bit.ly/10dTW7) is a friend of mine!
"; arnews[4] += "I'm becomming a big Stephanie Smith fan ("; 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("
");