var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="HTV Victoria Beckham and more
"; arnews[0] += "

Hollywood.tv spots Victoria Beckham, Katie Holmes, Eva Longoria and Jennifer Lopez at Cecconi's -- one of Hollywood's hottest restaurants.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="HTV Victoria Beckham and more (HD)
"; arnews[1] += "

Hollywood.tv spots Victoria Beckham, Katie Holmes, Eva Longoria and Jennifer Lopez at Cecconi's -- one of Hollywood's hottest restaurants.

Add this to your queue
Duration: 00:54

"; arnews[1] += "
"; arnews[2]="VICTORIA BECKHAM SHOPPING AT KITSON
"; arnews[2] += "

Victoria Beckham goes shopping at Kitson.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Victoria Beckham on Larry King
"; arnews[3] += "

Victoria Beckham was on Larry King Monday

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Victoria Beckham on Larry King
"; arnews[4] += "

Victoria Beckham was on Larry King Monday

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Victoria Beckham & Eva Longoria Shop Beverly Hills Together
"; arnews[5] += "

Victoria and Eva hit up Gucci and Neiman Marcus on a splendid afternoon in Beverly Hills today, and the paparazzi frenzy was furious as it snapped up the cel...

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Victoria Beckham Gives Ellen DeGeneres a Lesson in Style
"; arnews[6] += "

The Spice Girls performer stopped by the "Ellen DeGeneres Show" and gifted its host with some posh duds.

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="HTV: Victoria Beckham & Katie Holmes
"; arnews[7] += "

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");