var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Johnny Depp voted Sexiest Man Alive -- again
"; arnews[0] += "Time to walk the plank, Hugh Jackman! Johnny Depp is reclaiming the throne as People 's Sexiest Man Alive."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:36:25 GMT"; arnews[0] += "
"; arnews[1]="Johnny Depp voted Sexiest Man Alive -- again
"; arnews[1] += "Time to walk the plank, Hugh Jackman! Johnny Depp is reclaiming the throne as People 's Sexiest Man Alive."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:27:12 GMT"; arnews[1] += "
"; arnews[2]="Sexiest man Johnny Depp in pictures
"; arnews[2] += "By Elizabeth Snead, Los Angeles Times Staff Writer There's a lot of great larger-than-life actors playing superheroes these days, but we still miss sexiest man alive Johnny Depp as good old Capt."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:08:54 GMT"; arnews[2] += "
"; arnews[3]="Johnny Depp
"; arnews[3] += "Time to walk the plank, Hugh Jackman! Johnny Depp is reclaiming the throne as People 's Sexiest Man Alive."; arnews[3] += "
Publ.Date : Thu, 25 Sep 2008 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Gap teeth the latest beauty trend
"; arnews[4] += "Georgie May Jagger attends the 'All Walks Beyond The Catwalk' launch party at the Portico Rooms at Somerset house during London Fashion Week on September 18, 2009 in London, England."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:42:02 GMT"; arnews[4] += "
"; arnews[5]="Taking Names
"; arnews[5] += "Time to walk the plank, Hugh Jackman! Johnny Depp is reclaiming the throne as People's Sexiest Man Alive, the magazine's Web site reported Wednesday."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 13:43:19 GMT"; arnews[5] += "
"; arnews[6]="Johnny Depp one sexy beast
"; arnews[6] += "Ever since the first Nightmare on Elm Street , we at the People Page have found Johnny Depp irresistible -- wasn't it mortifying to see the hunk get absorbed by Freddy into the bed? But now it's official."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 12:08:47 GMT"; 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("
");