var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Del Rio Hotels
";
arnews[0] += "Del Rio Hotels -";
arnews[0] += "
";
arnews[1]="EventLine: Del Rio Hotels
";
arnews[1] += "Del Rio Hotels -";
arnews[1] += "
";
arnews[2]="Graham Johnston: ACTRESS - Sydney Tamiia Poitier
";
arnews[2] += "ACTRESS - Sydney Tamiia Poitier -";
arnews[2] += "
";
arnews[3]="Aymeric: watching the knight rider 2008 gag reel, @deannarusso and Sydney Tamiia Poitier really know how to Lightsaber fight. #savekitt #starwars
";
arnews[3] += "watching the knight rider 2008 gag reel, @deannarusso and Sydney Tamiia Poitier really know how to Lightsaber fight.";
arnews[3] += "
";
arnews[4]="Tim: Grindhouse: Death Proof & Planet Terror (US Cut): Amazon.de: Kurt Russell, Sydney Tamiia Poitier, Vanessa Ferlito, Quentin Tarantino, Robert Rodriguez: DVD & Blu-ray
";
arnews[4] += "Grindhouse: Death Proof & Planet Terror (US Cut): Amazon.de: Kurt Russell, Sydney Tamiia Poitier, Vanessa Ferlito, Quentin Tarantino, Robert Rodriguez: DVD & Blu-ray -";
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("