var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Tell Silvio he's no Clooney': Italian women offended as Berlusconi...
";
arnews[0] += "'Tell Silvio he's no Clooney': Italian women offended as Berlusconi insults female rival's plain appearance By Mail Foreign Service Last updated at 12:20 PM on 21st October 2009 Silvio Berlusconi has angered thousands of Italian women after making a cutting remark about a female rival's plain appearance.";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 19:20:29 GMT";
arnews[0] += "
";
arnews[1]="Italians hit back after Berlusconi insult.
";
arnews[1] += "'He's no George Clooney ' ... thousands of Italian women outraged after Italian PM Silvio Berlusconi makes a cutting remark about Rosy Bindi .";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 04:59:55 GMT";
arnews[1] += "
";
arnews[2]="Berlusconi's remarks spark rare feminist ire
";
arnews[2] += "Silvio Berlusconi's cutting remark about a female rival's lack of beauty has stirred a rare public backlash from thousands of Italian women who had largely kept silent about the prime minister's womanising and sex scandals.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 02:34:17 GMT";
arnews[2] += "
";
arnews[3]="At last, Berlusconi faces women's wrath as TV 'joke' sparks protests...
";
arnews[3] += "SILVIO Berlusconi's cutting remark about a matronly female rival's looks has stirred a rare public backlash from thousands of Italian women, who had largely kept silent about the prime minister's womanising and sex scandals.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 23:20:56 GMT";
arnews[3] += "
";
arnews[4]="Berlusconi sparks feminist... 16:38
";
arnews[4] += "Comment about \"Berlusconi sparks feminist backlash \" Phone Name Comment 0 Tuesday, 20th October 2009 - 16:38CET Berlusconi sparks feminist backlash Silvio Berlusconi's cutting remark about a female rival's lack of beauty has stirred a rare public backlash from thousands of Italian women who had largely kept silent about the prime minister's ...";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 18:43:29 GMT";
arnews[4] += "
";
arnews[5]="Berlusconi sparks feminist backlash in Italy
";
arnews[5] += "Silvio Berlusconi's cutting remark about a female rival's lack of beauty has stirred a rare public backlash from thousands of Italian women who had largely kept silent about the prime minister's womanizing and sex scandals.";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 17:12:11 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("