var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="amazon de: #7: The Promise http://url4.eu/oSBh
";
arnews[0] += "#7: The Promise";
arnews[0] += "
";
arnews[1]="Serkan™: IL Divo - Isabel
";
arnews[1] += "IL Divo - Isabel";
arnews[1] += "
";
arnews[2]="copacabana: I rated a YouTube video (5 out of 5 stars) -- Il Divo - Sunshine Diva Sing-Along to Copacabana http://bit.ly/08hPDB... http://bit.ly/8RYmNb
";
arnews[2] += "I rated a YouTube video (5 out of 5 stars) -- Il Divo - Sunshine Diva Sing-Along to Copacabana";
arnews[2] += "
";
arnews[3]="I rated a YouTube video (5 out of 5 stars) -- Il Divo - Hallelujah (Live in Orlando, Florida) http://bit.ly/087k01M
";
arnews[3] += "I rated a YouTube video (5 out of 5 stars) -- Il Divo - Hallelujah (Live in Orlando, Florida)";
arnews[3] += "
";
arnews[4]="Donna D'Angelo: II Divo With Toni Braxton "The Time Of Our Lives" TY @beingtheo @MandyPenn @MomsofAmerica @Time2Burn @Firecrack... ♫ http://blip.fm/~grrpt
";
arnews[4] += "II Divo With Toni Braxton \"The Time Of Our Lives\" TY @";
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("