var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Your Life Creation: AMA Fug Carpet: Colbie Caillat http://bit.ly/7dJvaQ
";
arnews[0] += "AMA Fug Carpet: Colbie Caillat";
arnews[0] += "
";
arnews[1]="Shannon York: AMA Fug Carpet: Colbie Caillat: Something about this dress feels as if the designer would be surprised to see i.. http://tinyurl.com/yhq8hwn
";
arnews[1] += "AMA Fug Carpet: Colbie Caillat: Something about this dress feels as if the designer would be surprised to see i..";
arnews[1] += "
";
arnews[2]="jamil da silva: Colbie Caillat – Midnight Bottle - Legendado - Portugues: essa é perfeita... exatamente como eu sinto... maldita... http://bit.ly/7Hw05E
";
arnews[2] += "Colbie Caillat – Midnight Bottle - Legendado - Portugues: essa é perfeita... exatamente como eu sinto... maldita...";
arnews[2] += "
";
arnews[3]="wowelster: Colbie Caillat – Midnight Bottle - Legendado - Portugues: essa é perfeita... exatamente como eu sinto... maldita... http://bit.ly/7Hw05E
";
arnews[3] += "Colbie Caillat – Midnight Bottle - Legendado - Portugues: essa é perfeita... exatamente como eu sinto... maldita...";
arnews[3] += "
";
arnews[4]="iTunes Best Music: Best selling albums on iTunes: "Breakthrough (Deluxe Version) - Colbie Caillat" #music_pop © 2009 Universal... http://dealnay.com/139462
";
arnews[4] += "Best selling albums on iTunes: \"Breakthrough (Deluxe Version) - Colbie Caillat\"";
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("