var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Moretti: Hanging with Jai Rodriguez, Eduardo Xol and Ross the Intern
";
arnews[0] += "David Moretti: Hanging with Jai Rodriguez, Eduardo Xol and Ross the Intern -";
arnews[0] += "
";
arnews[1]="David Moretti: Hanging with Jai Rodriguez, Eduardo Xol and Ross the Intern
";
arnews[1] += "David Moretti: Hanging with Jai Rodriguez, Eduardo Xol and Ross the Intern -";
arnews[1] += "
";
arnews[2]="Eduardo Xol: Lifestyle, Design & Entertainment-http://dragtotop.com/web:eduardo_xol
";
arnews[2] += "Eduardo Xol: Lifestyle, Design & Entertainment-";
arnews[2] += "
";
arnews[3]="Google-Style.com: Eduardo Xol.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[3] += "Eduardo Xol.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[3] += "
";
arnews[4]="Melissa Ayr, Artist: Melissa Ayr Extreme Makeover Home Edition Shoot with Ty Pennington and Debby Ryan
";
arnews[4] += "Melissa Ayr Extreme Makeover Home Edition Shoot with Ty Pennington and Debby Ryan -";
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("