var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Vin Diesel billboard latin music 2009 presenting don omar
";
arnews[0] += "vin diesel billboard latin music 2009 presenting don omar funny";
arnews[0] += "
Publ.Date : Fri, 24 Apr 2009 12:23:24 GMT";
arnews[0] += "
";
arnews[1]="Vin Diesel Leaves Box Office Competition in the Dust
";
arnews[1] += "Fast and Furious 4 left the competition in the dust with a $72.5 million opening weekend, the best so far this year.";
arnews[1] += "
Publ.Date : Mon, 06 Apr 2009 19:29:46 GMT";
arnews[1] += "
";
arnews[2]="Vin Diesel: 'Fast & Furious'
";
arnews[2] += "Kraftpaket Vin Diesel, wegen seines oktanhaltigen Namens als Aushängeschild für Bleifuß-Filme prädestiniert, setzt zum vierten Mal zur Action-Beschleunigung an.";
arnews[2] += "
Publ.Date : Sun, 29 Mar 2009 14:24:00 GMT";
arnews[2] += "
";
arnews[3]="Fast and Furious - Vin Diesel discusses his return...
";
arnews[3] += "VIN DIESEL (Dominic Toretto/Produced by) has become one of Hollywoods most sought-after film stars and has also established himself as a prominent producer and filmmaker. Diesel...";
arnews[3] += "
Publ.Date : Mon, 23 Mar 2009 07:23:47 GMT";
arnews[3] += "
";
arnews[4]="Vin Diesel speeds by at Fast And Furious premiere
";
arnews[4] += "Vin Diesel, Paul Walker and Michelle Rodriguez unveil their latest action adventure in London.";
arnews[4] += "
Publ.Date : Fri, 20 Mar 2009 05:56:17 GMT";
arnews[4] += "
";
arnews[5]="Fast and Furious Vin Diesel Interview
";
arnews[5] += "Fast and Furious star Vin Diesel talks about the making of the film, see more video and stills at MovieSet official website. Synopsis: Vin Diesel and Paul Walker reteam for the...";
arnews[5] += "
Publ.Date : Wed, 18 Mar 2009 22:31:04 GMT";
arnews[5] += "
";
arnews[6]="Paul Walker, Vin Diesel Do Fast & Furious Movie Premiere
";
arnews[6] += "Hollyscoop.com caught up with the stars at the Fast & Furious Movie Premiere at Universal Studios Hollywood to see why we should go see the movie. Interviews and appearances by...";
arnews[6] += "
Publ.Date : Mon, 16 Mar 2009 20:35:55 GMT";
arnews[6] += "
";
arnews[7]="Riddick: Dark Athena - Vin Diesel Interview HD
";
arnews[7] += "The man himself reveals his involvement with his own games.";
arnews[7] += "
Publ.Date : Tue, 10 Mar 2009 01:37:22 GMT";
arnews[7] += "
";
arnews[8]="Hilarious interview: The Zaz with Vin Diesel
";
arnews[8] += "Matt Zaller asks Vin Diesel some outrageously silly questions and Vin doesn't quite know what to do. Vin Diesel's new film BABYLON AD opens in theaters everywhere on 8/29/08.";
arnews[8] += "
Publ.Date : Thu, 28 Aug 2008 06:28:17 GMT";
arnews[8] += "
";
arnews[9]="Vin Diesel
";
arnews[9] += "He must get board telling the same stories over and over.";
arnews[9] += "
Publ.Date : Fri, 28 Dec 2007 17:05:14 GMT";
arnews[9] += "
";
totcount = 10;
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("