var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Selena Gomez Gets Fierce And Fun For 'Naturally' Video - MTV.com
";
arnews[0] += "Selena Gomez Gets Fierce And Fun For 'Naturally' Video - MTV.com -";
arnews[0] += "
";
arnews[1]="spixy: Selena Gomez: Music4mix posted a photo: http://bit.ly/7KD3FA (photo)
";
arnews[1] += "Selena Gomez: Music4mix posted a photo:";
arnews[1] += "
";
arnews[2]="spixy: Selena Gomez: Music4mix posted a photo: http://bit.ly/8ZGHdn (photo)
";
arnews[2] += "Selena Gomez: Music4mix posted a photo:";
arnews[2] += "
";
arnews[3]="spixy: Selena Gomez: Music4mix posted a photo: http://bit.ly/84Q7wN (photo)
";
arnews[3] += "Selena Gomez: Music4mix posted a photo:";
arnews[3] += "
";
arnews[4]="Angela Field: rb @NyxFan: "Selena Gomez – Tell Me Something I Don't Know" " everybody tells thats it wrong what I'm feeling..... ♫ http://blip.fm/~gs8vr
";
arnews[4] += "rb @";
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("