var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="caminante_x: escuchando Ayumi Hamasaki - STEP you ((miss)understood)
";
arnews[0] += "escuchando Ayumi Hamasaki - STEP you ((miss)understood)";
arnews[0] += "
";
arnews[1]="Alex Amith: 【TEASER 】Ayumi Hamasaki (浜崎 あゆみ) - Sparkle (trance remix): Author: kuronekocfu Keywords: ayumi hamasaki 浜崎 あゆみ.. http://bit.ly/4Rioqk
";
arnews[1] += "【TEASER 】Ayumi Hamasaki (浜崎 あゆみ) - Sparkle (trance remix): Author: kuronekocfu Keywords: ayumi hamasaki 浜崎 あゆみ..";
arnews[1] += "
";
arnews[2]="Alex Amith: Ayumi Hamasaki new song You were | Asian Popular Girls iDol Japan …: asianpopular.com The Biggest Japan Singer.. http://bit.ly/5AHvMq
";
arnews[2] += "Ayumi Hamasaki new song You were | Asian Popular Girls iDol Japan …: asianpopular.com The Biggest Japan Singer..";
arnews[2] += "
";
arnews[3]="Alex Amith: You Were… / Ballad (Ayumi Hamasaki) - Star Asie: Sur la musique, les Stars japonaises(profil, discographie, vi.. http://bit.ly/8YeVEc
";
arnews[3] += "You Were… / Ballad (Ayumi Hamasaki) - Star Asie: Sur la musique, les Stars japonaises(profil, discographie, vi..";
arnews[3] += "
";
arnews[4]="Alex Amith: ღღ بهترین ها از کره ღღ - ayumi hamasaki: 67qk5dx58e7oenl89f8z.jpg · xfr9etzoqk89w63rufy.jpg · 1oies3607qyvosmg.. http://bit.ly/4xAYSx
";
arnews[4] += "ღღ بهترین ها از کره ღღ - ayumi hamasaki: 67qk5dx58e7oenl89f8z.jpg · xfr9etzoqk89w63rufy.jpg · 1oies3607qyvosmg..";
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("