var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jimmy Aquino: @stace_w she's hot! :) other UK crushes: Cheryl Cole, Sara Cox, Fearne Cotton, Little Boots, Lily Allen, & Charlotte Church. Send 'em over!
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Sam Winn: Listening to Charlotte Church. I wonder If she has Twitter.
"; arnews[1] += "Listening to Charlotte Church. I wonder If she has Twitter."; arnews[1] += "
"; arnews[2]="Naijand: @.reviewtravel: Charlotte Church - Pie Jesu Lyrics: http://ur1.ca/g9my #Charlotte #Church # #Pie #Jesu #Lyrics
"; arnews[2] += "@.reviewtravel: Charlotte Church - Pie Jesu Lyrics:"; arnews[2] += "
"; arnews[3]="NaijaPulse: reviewtravel: Charlotte Church - Pie Jesu Lyrics: http://ur1.ca/g9my #Charlotte #Church # #Pie #Jesu #Lyrics
"; arnews[3] += "reviewtravel: Charlotte Church - Pie Jesu Lyrics:"; arnews[3] += "
"; arnews[4]="Christopher Marr: Charlotte Church - Pie Jesu Lyrics
"; arnews[4] += "Charlotte Church - Pie Jesu Lyrics -"; 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("
");