var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="High Jumper: Omri Casspi, Hamed Haddadi Pose For Photo - Huffington Post (blog)
";
arnews[0] += "Omri Casspi, Hamed Haddadi Pose For Photo - Huffington Post (blog) -";
arnews[0] += "
";
arnews[1]="Zurnal24.si: Udrih zatajil, Kralji izgubili
";
arnews[1] += "Udrih zatajil, Kralji izgubili -";
arnews[1] += "
";
arnews[2]="Rudy Gay, Memphis Grizzlies upend reeling Sacramento Kings
";
arnews[2] += "Rudy Gay, Memphis Grizzlies upend reeling Sacramento Kings -";
arnews[2] += "
";
arnews[3]="Lottomatica: NBA: i risultati della notte
";
arnews[3] += "NBA: i risultati della notte -";
arnews[3] += "
";
arnews[4]="Kings Finish Winless Road Trip, Lose 116-105 in Memphis http://bit.ly/5wnH6A #sacramento #kings
";
arnews[4] += "Kings Finish Winless Road Trip, Lose 116-105 in Memphis";
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("