var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hey, Johnny Depp has nothing on me - Enid News & Eagle
"; arnews[0] += "There must be some mistake. I demand a recount. I lost out again. I was so sure I would win this year. I refer, of course, to People magazine’s recent announcement of 2009’s “Sexiest Man Alive.” I thought for sure I was the front-runner ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT"; arnews[0] += "
"; arnews[1]="Water cooler: Johnny Depp named Sexiest Man Alive - Fayetteville Observer
"; arnews[1] += "While much of the country - \"Twilight\" fans, to be specific - is debating \"Team Edward\" versus \"Team Jacob,\" People magazine told us what team we really need to be on: \"Team Johnny.\" Actor Johnny Depp was named the magazine's Sexiest Man Alive for ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT"; arnews[1] += "
"; arnews[2]="Johnny Depp - Fort Lauderdale Sun-Sentinel
"; arnews[2] += "NEW YORK (AP) — Get lost, Hugh Jackman. This year's \"Sexiest Man Alive\" is once again Johnny Depp. Depp nudged aside Jackman to get the coveted endorsement from People magazine Wednesday. It's the 46-year-old actor's second time as \"Sexiest Man ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:34:00 GMT"; arnews[2] += "
"; arnews[3]="Johnny Depp 'Sexiest Man Alive' Again - Newser
"; arnews[3] += "In this Nov. 17, 2009 file photo, actor Johnny Depp attends The Museum of Modern Art's film benefit tribute to Tim Burton in New York. (AP Photo/Evan Agostini, File) Johnny Depp presents Keith Richards with the Rock Immortal award at the \"Scream ..."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT"; arnews[3] += "
"; arnews[4]="Johnny Depp "Sexiest" Again - CBS News
"; arnews[4] += "Johnny Depp is People magazine's \"Sexiest Man Alive\" 2009. See who else has taken the title (CBS) Who is the \"Sexiest Man Alive\" in 2009? Johnny Depp. People magazine is releasing its annual \"Sexiest Men Alive\" issue Friday but, on \"The Early Show ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:01:00 GMT"; arnews[4] += "
"; arnews[5]="Johnny Depp Is A Million Times Sexier Than You: Official - Hecklers Pray.com
"; arnews[5] += "Look at how you’re treating poor Johnny Depp . According to that list you published yesterday, Johnny Depp is the sexiest man alive. But what happened the day before yesterday? That’s right, it was announced that Johnny Depp was going to earn at ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");