var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Best Selling Music: iTunes #music_hiphop #21 song: Face Drop - Sean Kingston © 2009 Sony Music Entertainment http://dealnay.com/139517
";
arnews[0] += "iTunes";
arnews[0] += "
";
arnews[1]="iTunes #music_hiphop #21 song: Face Drop - Sean Kingston © 2009 Sony Music Entertainment http://dealnay.com/139517
";
arnews[1] += "iTunes";
arnews[1] += "
";
arnews[2]="Geoserv: I favorited a YouTube video -- Sean Kingston - Face Drop http://www.youtube.com/watch?v=eGYwXeJbD9U&feature=autoshare_twitter
";
arnews[2] += "I favorited a YouTube video -- Sean Kingston - Face Drop";
arnews[2] += "
";
arnews[3]="Darrell Madore: I favorited a YouTube video -- Sean Kingston - Face Drop http://www.youtube.com/watch?v=eGYwXeJbD9U&feature=autoshare_twitter
";
arnews[3] += "I favorited a YouTube video -- Sean Kingston - Face Drop";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: Taste My Rainbow [65] - The Wrestling Platter (A Tribute Of Sorts) - LordsofPain.net
";
arnews[4] += "Taste My Rainbow [65] - The Wrestling Platter (A Tribute Of Sorts) - LordsofPain.net -";
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("