var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Victor De La Rocha: Elvis Presley – Hound Dog
";
arnews[0] += "Elvis Presley – Hound Dog -";
arnews[0] += "
";
arnews[1]="Derek McNeill: video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection http://elvis-box-set.com
";
arnews[1] += "video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection";
arnews[1] += "
";
arnews[2]="Derek McNeill: Deekstars Friendfeed Portal: video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection http://elvis-box-set.com
";
arnews[2] += "Deekstars Friendfeed Portal: video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection";
arnews[2] += "
";
arnews[3]="Derek McNeill: video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection http://elvis-box-set.com
";
arnews[3] += "video for the new Elvis 75 good rockin tonight Box Set, we have a new website for this new Elvis presley collection";
arnews[3] += "
";
arnews[4]="Andy Ghozali: ladies of #spymaster, @Agent_Kiki, @Pink_Viper, @MyKillingFrost, @mariankelly, @Bootcoot, @jesseltee, @spybien,... ♫ http://blip.fm/~gsc5q
";
arnews[4] += "ladies of";
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("