var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="amazontwits: Yes Man (Single-Disc Edition) was $19.96 now $2.30 a 88% savings! = http://bit.ly/6clcLL #dvd #amazon #deal
";
arnews[0] += "Yes Man (Single-Disc Edition) was $19.96 now $2.30 a 88% savings! =";
arnews[0] += "
";
arnews[1]="Melis*: Bi ara tv'de ne kadar çok verirlerdi, "Dumb and Dumber" =)
";
arnews[1] += "Bi ara tv'de ne kadar çok verirlerdi, \"Dumb and Dumber\" =)";
arnews[1] += "
";
arnews[2]="amazontwits: Yes Man (Single-Disc Edition) was $19.96 now $2.31 a 88% savings! = http://bit.ly/6clcLL #dvd #amazon #deal
";
arnews[2] += "Yes Man (Single-Disc Edition) was $19.96 now $2.31 a 88% savings! =";
arnews[2] += "
";
arnews[3]="Mernissi: @Mario_HM http://bit.ly/4v69aX bueno, no es para tanto...
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Fátima RC: @Mario_HM http://bit.ly/4v69aX bueno, no es para tanto...
";
arnews[4] += "@";
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("