var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Uniknotions Team: [uniknotions.com] Note To God - Charice Pempengco: Chia sẻ kinh nghiệm sử dụng phần mềm, thủ thuật Windows, Off.. http://bit.ly/1cfjmC
";
arnews[0] += "[uniknotions.com] Note To God - Charice Pempengco: Chia sẻ kinh nghiệm sử dụng phần mềm, thủ thuật Windows, Off..";
arnews[0] += "
";
arnews[1]="Filipino.TV - Charice Pempengco with Maya Soetero Ng (sister of President Barack Obama): hoamaima.. http://digg.com/u1GGKK
";
arnews[1] += "Filipino.TV - Charice Pempengco with Maya Soetero Ng (sister of President Barack Obama): hoamaima..";
arnews[1] += "
";
arnews[2]="Donna D'Angelo: "Because You Loved Me" ~ Beautiful Duet! ♫ http://blip.fm/~ga5m1
";
arnews[2] += "\"Because You Loved Me\" ~ Beautiful Duet! ♫";
arnews[2] += "
";
arnews[3]="mitici80: I will survive - Ti lascio una canzone - Charice Pempengco con Mosca e Liberati
";
arnews[3] += "I will survive - Ti lascio una canzone - Charice Pempengco con Mosca e Liberati -";
arnews[3] += "
";
arnews[4]="Natasha Lai: Charice Pempengco canta I will always love you - Ti lascio una canzone TLUC
";
arnews[4] += "Charice Pempengco canta I will always love you - Ti lascio una canzone TLUC -";
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("