var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leona Lewis Sick Of Fur-Wearing Celebrities - Ecorazzi.com
";
arnews[0] += "“I think animals are treated very poorly. When I see people wearing fur it makes me so sick. Especially when I see young singers doing it, that sickens me. When I rocked up to my first photo shoot they had feathers and fur there and everything…I ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:32:00 GMT";
arnews[0] += "
";
arnews[1]="Leona Lewis' Fur Fury - femalefirst.co.uk
";
arnews[1] += "Leona Lewis says people who wear fur make her \"sick\". The vegetarian singer - who is a public supporter of PETA (People for the Ethical Treatment of Animals) - thinks it is disgusting the way the fashion and music worlds still embrace clothing made ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:32:00 GMT";
arnews[1] += "
";
arnews[2]="Leona Lewis's Bleeding Love most played love song - Daily Telegraph
";
arnews[2] += "The X Factor winner's hit won first place in a poll of the most-played love songs in recent years. Lewis's 2007 track was followed by Whitney Houston classic I Will Always Love You in the survey by PRS For Music. Celine Dion's My Heart Will Go On ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:09:00 GMT";
arnews[2] += "
";
arnews[3]="Rod Stewart, Leona Lewis, Michael Buble lined up for Cowell’s Haiti ... - The Gaea Times
";
arnews[3] += "LONDON — Organizers say Rod Stewart, Leona Lewis and Michael Buble have agreed to sing on a charity single for victims of the earthquake in Haiti . The Sun newspaper is helping put together the single and says it will be a cover of R.E.M.’s 1993 ...";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[3] += "
";
arnews[4]="Leona Lewis sick of fur wearing people - Express India
";
arnews[4] += "London R&B star Leona Lewis has admitted that people who wear fur make her \"sick\", especially in the world of showbiz. The British singer, who is a vegetarian and public supporter of animal rights group PETA, thinks it is disgusting the way the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:11:00 GMT";
arnews[4] += "
";
arnews[5]="Leona Lewis - Chicago Tribune
";
arnews[5] += "LONDON (AP) — A star-studded British single to raise money for victims of the earthquake in Haiti has had its first radio airplay. The cover of R.E.M.'s 1993 ballad \"Everybody Hurts\" made its debut on breakfast-time broadcasts Tuesday. Susan";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 17:54: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("