var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Stevie Ray: Rated R - Rihanna http://bit.ly/66Np7s
"; arnews[0] += "Rated R - Rihanna"; arnews[0] += "
"; arnews[1]="Looking for inspiration for the Rihanna ticket contest? http://bit.ly/6swrFY Get her new album "Rated R" for only 3.99 http://bit.ly/4JGsf0
"; arnews[1] += "Looking for inspiration for the Rihanna ticket contest?"; arnews[1] += "
"; arnews[2]="Looking for inspiration for the Rihanna ticket contest? http://bit.ly/6swrFY Get her new album "Rated R" for only 3.99 http://bit.ly/4JGsf0
"; arnews[2] += "Looking for inspiration for the Rihanna ticket contest?"; arnews[2] += "
"; arnews[3]="Looking for inspiration for the Rihanna ticket contest? http://bit.ly/6swrFY Get her new album "Rated R" for only 3.99 http://bit.ly/4JGsf0
"; arnews[3] += "Looking for inspiration for the Rihanna ticket contest?"; arnews[3] += "
"; arnews[4]="Popvine: Rihanna Shows Off More Than Just Her Blue Tongue At GMA
"; arnews[4] += "Rihanna Shows Off More Than Just Her Blue Tongue At GMA -"; 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("
");