var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="New Video: Josh Duhamel Eats Up Publicity!
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Inappropriate Questions for Josh Duhamel
"; arnews[1] += "

Josh Duhamel was really nice to our photog -- even when we asked if he'd "knocked up" Fergie yet.

Add this to your queue
Duration: 02:20

"; arnews[1] += "
"; arnews[2]="Josh Duhamel & Jerry O'Connell
"; arnews[2] += "

Josh Duhamel & Jerry O'Connell talk about being 'boyz.'

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Josh Duhamel & Jerry O'Connell
"; arnews[3] += "

Josh Duhamel & Jerry O'Connell talk about being 'boyz.'

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Josh Duhamel
"; arnews[4] += "

Josh Duhamel on why the fourth season is the best yet.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Josh Duhamel
"; arnews[5] += "

Josh Duhamel on why the fourth season is the best yet.

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Access Hollywood - Josh Duhamel Talks 'Transformers: Revenge Of The Fallen'
"; arnews[6] += "

Josh chats about working with real Navy SEALs, his Men's Health magazine cover, and Shia's on-set injury. Plus, how is Josh getting revenge against Fergie?

Add this to your queue
Added: Thu Jun 25 17:10:09 UTC 2009
Air date: Wed Jun 24 00:00:00 UTC 2009
Duration: 05:08

"; arnews[6] += "
Publ.Date : Thu, 25 Jun 2009 17:10:09 -0000"; arnews[6] += "
"; totcount = 7; 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("
");