var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Stripper Nicole Forrester Speaks Out On Affair With Josh Duhamel
";
arnews[0] += "Stripper Nicole Forrester talks to Q100 Atlanta about her alleged affair with Josh Duhamel.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 16:00:19 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="TV's Top 5 Moments for June 30, 2009
";
arnews[1] += "Plus: Shia LaBeouf disses his toy and more from Monday’s daytime TV shows";
arnews[1] += "
Publ.Date : Tue, 30 Jun 2009 09:00:00 GMT";
arnews[1] += "
";
arnews[2]="Josh Duhamel
";
arnews[2] += "Josh Duhamel";
arnews[2] += "
Publ.Date : Fri, 19 Jun 2009 04:52:46 GMT";
arnews[2] += "
";
arnews[3]="Josh Duhamel to Pace the Indy 500
";
arnews[3] += "Josh Duhamel to Pace the Indy 500";
arnews[3] += "
Publ.Date : Sat, 23 May 2009 11:38:24 GMT";
arnews[3] += "
";
arnews[4]="Ellen DeGeneres played a song for Josh Duhamel
";
arnews[4] += "Ellen DeGeneres played a song for Josh Duhamel";
arnews[4] += "
Publ.Date : Thu, 30 Apr 2009 04:18:17 GMT";
arnews[4] += "
";
arnews[5]="Fergie and Josh Duhamel Get Married
";
arnews[5] += "Fergie and Josh Duhamel tied the knot Saturday in a white fantasy wedding.";
arnews[5] += "
Publ.Date : Mon, 12 Jan 2009 15:52:50 GMT";
arnews[5] += "
";
arnews[6]="Fergie and Josh Duhamel Shopping Lovers: Gossip Girls Quickie
";
arnews[6] += "You know you’ve found a guy worth holding onto when he’ll go shopping with you. And yesterday Fergie was spotted doing some retail therapy with her fiancé Josh Duhamel.";
arnews[6] += "
Publ.Date : Fri, 12 Dec 2008 20:36:18 GMT";
arnews[6] += "
";
arnews[7]="Vanessa Marcil & Josh Duhamel
";
arnews[7] += "Sam & Danny from Las Vegas";
arnews[7] += "
Publ.Date : Tue, 09 Dec 2008 13:13:43 GMT";
arnews[7] += "
";
arnews[8]="Tyrese Gibson and Josh Duhamel (Transformers)
";
arnews[8] += "Tyrese Gibson and Josh Duhamel admit they loved the explosions that went on during the filming of Transformers.";
arnews[8] += "
Publ.Date : Wed, 27 Jun 2007 07:00:00 GMT";
arnews[8] += "
";
arnews[9]="JOSH DUHAMEL LANDS VACATION FROM HELL
";
arnews[9] += "Josh Duhamel stars in Turistas where he meets some very unhospitable locals turning his vacation into hell. Keywords:Melissa George, Olivia Wilde, Beau Garrett, Brazil, Fergie";
arnews[9] += "
Publ.Date : Fri, 01 Dec 2006 00:00:00 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("