var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Anna: just voted "Demi Lovato" on "Which celeb has the best hair(color black)" vote too ➔ http://bit.ly/6jmBv
";
arnews[0] += "just voted \"Demi Lovato\" on \"Which celeb has the best hair(color black)\" vote too ➔";
arnews[0] += "
";
arnews[1]="Fansblog: La foto di Demi Lovato sul tappeto rosso degli “American Music Awards 2009”
";
arnews[1] += "La foto di Demi Lovato sul tappeto rosso degli “American Music Awards 2009” -";
arnews[1] += "
";
arnews[2]="Alex Amith: bahamas hotel: Selena Gomez & Demi Lovato - One And The Same: bahamas hotel . Hotels in Bahamas. http://bit.ly/4KyYU0
";
arnews[2] += "bahamas hotel: Selena Gomez & Demi Lovato - One And The Same: bahamas hotel . Hotels in Bahamas.";
arnews[2] += "
";
arnews[3]="Anna: just voted "here we go again album" on "how demi lovato looks better?" vote too ➔ http://bit.ly/84dn9Z
";
arnews[3] += "just voted \"here we go again album\" on \"how demi lovato looks better?\" vote too ➔";
arnews[3] += "
";
arnews[4]="Demi Lovato Chats “Camp Rock 2” Romance with Joe Jonas
";
arnews[4] += "Demi Lovato Chats “Camp Rock 2” Romance with Joe Jonas -";
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("