var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Amy Martin: Vince Vaughn last night. I scored a "Fine, I'll play your Twitter games." wink after taking the shot. http://yfrog.com/4fpi2hj
";
arnews[0] += "Vince Vaughn last night. I scored a \"Fine, I'll play your Twitter games.\" wink after taking the shot.";
arnews[0] += "
";
arnews[1]="Mulder Cat: @EllaBellaKitty I'm glad you enjoyed my Special Reserve tuna juice! Even if Vince Vaughn and Owen Wilson didn't -- tee hee!
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Jovemnoticias: Na #TNT: "Separados pelo Casamento" (2006), comédia com Jennifer Aniston e Vince Vaughn. Às 20h40.
";
arnews[2] += "Na";
arnews[2] += "
";
arnews[3]="Pat Vojtaskovic: Four Christmases (Blu-ray) Vince Vaughn: US $14.01 (4 Bids) End Date: Sunday Nov-22-2009 19:00:02 PSTBid now | Add ... http://bit.ly/8yC6Cl
";
arnews[3] += "Four Christmases (Blu-ray) Vince Vaughn: US $14.01 (4 Bids) End Date: Sunday Nov-22-2009 19:00:02 PSTBid now | Add ...";
arnews[3] += "
";
arnews[4]="Movieplayer.it: L'isola delle coppie: video-intervista esclusiva a Vince Vaughn http://bit.ly/52HO4M
";
arnews[4] += "L'isola delle coppie: video-intervista esclusiva a Vince Vaughn";
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("