var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Rodrigo Murayama: Now Playing ♪ Stupid Boy : Keith Urban : Love, Pain & The Whole Crazy Thing #TwitMusic
"; arnews[0] += "Now Playing ♪ Stupid Boy : Keith Urban : Love, Pain & The Whole Crazy Thing"; arnews[0] += "
"; arnews[1]="Keith Urban Ama 2009
"; arnews[1] += "Keith Urban Ama 2009 -"; arnews[1] += "
"; arnews[2]="Keith Urban Performance 2009
"; arnews[2] += "Keith Urban Performance 2009 -"; arnews[2] += "
"; arnews[3]="widyanto duta nugroho: Keith Urban Rooting for Sunday Rose to Be a Singer: "I sit at the piano with her in the morning and we mash the.. http://bit.ly/6DKqty
"; arnews[3] += "Keith Urban Rooting for Sunday Rose to Be a Singer: \"I sit at the piano with her in the morning and we mash the.."; arnews[3] += "
"; arnews[4]="widyanto duta nugroho: Keith Urban Rooting for Sunday Rose to Be a Singer: "I sit at the piano with her in the morning and we mash the.. http://bit.ly/5CZoe7
"; arnews[4] += "Keith Urban Rooting for Sunday Rose to Be a Singer: \"I sit at the piano with her in the morning and we mash the.."; 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("
");