var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="bendechovideos: Lena Katina: very great video =) http://bendecho.to/e79dd67fb9
";
arnews[0] += "Lena Katina: very great video =)";
arnews[0] += "
";
arnews[1]="bendechovideos: Lena Katina - Vsya Maya Lubov: very great song =) http://bendecho.to/266cbc2388
";
arnews[1] += "Lena Katina - Vsya Maya Lubov: very great song =)";
arnews[1] += "
";
arnews[2]="bendechovideos: Lena Katina -Special: very great =) http://bendecho.to/32b2a9a06d
";
arnews[2] += "Lena Katina -Special: very great =)";
arnews[2] += "
";
arnews[3]="bendechovideos: Lena Katina - You: very great song =) http://bendecho.to/2223a1c6e3
";
arnews[3] += "Lena Katina - You: very great song =)";
arnews[3] += "
";
arnews[4]="bendecho: Lena Katina - Vsya Maya Lubov
";
arnews[4] += "Lena Katina - Vsya Maya Lubov -";
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("