var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Parádička za deset bodů. Kouzelník Bryant neuvěřitelně trefil koš
";
arnews[0] += "Parádička za deset bodů. Kouzelník Bryant neuvěřitelně trefil koš -";
arnews[0] += "
";
arnews[1]="Parádička za deset bodů. Kouzelník Bryant neuvěřitelně trefil koš
";
arnews[1] += "Parádička za deset bodů. Kouzelník Bryant neuvěřitelně trefil koš -";
arnews[1] += "
";
arnews[2]="tnu: Баскетбол :: NBA 2009-10 / Oklahoma City Thunder @ Los Angeles Lakers (22.11.2009) TVRip
";
arnews[2] += "Баскетбол :: NBA 2009-10 / Oklahoma City Thunder @ Los Angeles Lakers (22.11.2009) TVRip -";
arnews[2] += "
";
arnews[3]="Al Woods: RT @tweetmeme Kobe Bryant of the Los Angeles Lakers | Acrylic Sports http://bit.ly/8jQSa5
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="India Sphere: Live Los Angeles Lakers vs New York Knicks streaming on pc
";
arnews[4] += "Live Los Angeles Lakers vs New York Knicks streaming on pc -";
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("