var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mert Kalkan: Ricky Rubio, an itibariyle Minnessota'lı yöneticilere "kafamı s.kiyim kafamı s.kiyim ühühü" dedirtiyo. 3 dakikada 5 top çalma, nası lan!?
";
arnews[0] += "Ricky Rubio, an itibariyle Minnessota'lı yöneticilere \"kafamı s.kiyim kafamı s.kiyim ühühü\" dedirtiyo. 3 dakikada 5 top çalma, nası lan!?";
arnews[0] += "
";
arnews[1]="Joshua Holmes: Brandon Jennings said before the draft that Ricky Rubio was all HYPE. I think Brandon was right. 50+ and counting. #nba
";
arnews[1] += "Brandon Jennings said before the draft that Ricky Rubio was all HYPE. I think Brandon was right. 50+ and counting.";
arnews[1] += "
";
arnews[2]="kristaan johnson: Wonder who Minnesota would draft if they could do it over http://is.gd/4VRNg
";
arnews[2] += "Wonder who Minnesota would draft if they could do it over";
arnews[2] += "
";
arnews[3]="emilio: Ricky Rubio
";
arnews[3] += "Ricky Rubio -";
arnews[3] += "
";
arnews[4]="Almudena Valdés Gutiérrez: Ricky Rubio
";
arnews[4] += "Ricky Rubio -";
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("