var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My hips were not touched: Demi Moore - SamayLive
";
arnews[0] += "London: Demi Moore has hit back furiously at accusations her latest magazine cover shot has been airbrushed and she's posted the original image to prove her point. The critics claimed computer has shaved off a portion of her left thigh and hip in the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:41:00 GMT";
arnews[0] += "
";
arnews[1]="Demi Moore on "W" Cover Controversy: "I Don't Have Any Hips!" - NBC Washington
";
arnews[1] += "com that photographers Mert Alas and Marcus Piggott \"did not do anything unusual or out of the ordinary on Demi Moore for the photo on the cover of W. Demi is an extraordinary beautiful woman and we feel our cover reflects that.\"";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:01:00 GMT";
arnews[1] += "
";
arnews[2]="My hips were not touched: Demi Moore - SamayLive
";
arnews[2] += "London: Demi Moore has hit back furiously at accusations her latest magazine cover shot has been airbrushed and she's posted the original image to prove her point. The critics claimed computer has shaved off a portion of her left thigh and hip in the ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:41:00 GMT";
arnews[2] += "
";
arnews[3]="Demi Moore and Kate Moss fragrances - Examiner
";
arnews[3] += "A few years ago one of my less than adventurous friends confided that she secretly loved the Brittney fragrance Curious…or was is Believe? I was floored because this was the girl that loved to get her hate on for the Princess of Pop after every ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:36:00 GMT";
arnews[3] += "
";
arnews[4]="Demi Moore insists ‘her hips don’t lie’ in W cover - Thaindian.com
";
arnews[4] += "London, November 21 (ANI): Demi Moore has slammed reports that her pic on the cover of the December issue of W has been digitally manipulated. Bloggers had tagged the image as “worst photoshop job ever,” and claimed that a portion of her left ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:25:00 GMT";
arnews[4] += "
";
arnews[5]="Demi Moore Photoshop Controversy On W Cover - HULIQ.com
";
arnews[5] += "One of the first rules in photoshop is just because you can do something, does not mean you should. After seeing the December issue of W Magazine, this is a clear case of one time they should not have. The poor photoshop job used on the cover has ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:48: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("