var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Demi Moore On W Cover Controversy: ‘I Don’t Have Any Hips!’ - Access Hollywood
"; arnews[0] += "Demi Moore ’s appearance on the December 2009 cover of W magazine has drawn criticism from Web sites claiming the star’s slim looks are the result of Photoshop editing – but Demi herself said she’s just skinny. “I don’t have any hips ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:44:00 GMT"; arnews[0] += "
"; arnews[1]="Demi Moore Lashes Out At Perez Hilton - Access Hollywood
"; arnews[1] += "On Thursday, Perez Tweeted links to several photos of the teen. One of the pictures, which he said he linked to several weeks ago, and which is located on Los Angeles nightlife photo blog The Cobra Snake, showed the underage young woman with several ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");