var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chris: http://ow.ly/uqrd Matthew Perry Neve Campbell THREE TO TANGO Dylan McDermott VHS
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Chris Lott: @sleslie don't forget actors. "Thanks" again for William Shatner, Matthew Perry, Brendan Fraser, Pamela Anderson ...
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Rubén Vique: moopee1176: Matt Leblanc as Joey Tribbiani and Matthew Perry as Chandler Bing in a canoe in their apartment Friends. La mejor sitcom de la historia…
";
arnews[2] += "moopee1176: Matt Leblanc as Joey Tribbiani and Matthew Perry as Chandler Bing in a canoe in their apartment Friends. La mejor sitcom de la historia… -";
arnews[2] += "
";
arnews[3]="Angelina: Zac Efron sexy boy in London
";
arnews[3] += "Zac Efron sexy boy in London -";
arnews[3] += "
";
arnews[4]="matthew perry
";
arnews[4] += "matthew perry -";
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("