var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars gather to cover 'We Are the World' for Haiti - Wausau Daily Herald
";
arnews[0] += "Among those scheduled to perform on the revamped track the night after the Grammy Awards were Akon, Jason Mraz, Bono, Wyclef Jean, Carlos Santana, Enrique Iglesias, Usher, Toni Braxton and Lady Gaga. The session will be held at the same recording ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 14:34:00 GMT";
arnews[0] += "
";
arnews[1]="Wyclef, Lady Gaga Set For 'We Are The World' Redo - KIRO-TV
";
arnews[1] += "... Monday night to re-record the charity tune to benefit Haiti. Among those scheduled to perform on the revamped track the night after the Grammy Awards were Akon, Jason Mraz, Bono, Wyclef Jean, Carlos Santana, Enrique Iglesias, Usher, Toni Braxton ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 16:38:00 GMT";
arnews[1] += "
";
arnews[2]="Enrique Iglesias lends voice to "We Are The World" 2010 for Haiti - Expatica
";
arnews[2] += "Enrique Iglesias is one of the 80 artists invited to record a new version of \"We Are The World\", Michael Jackson's 25-year-old hit, to raise money for the victims of the Haiti earthquake. The orignal version of \"We Are The World\" was";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:53:00 GMT";
arnews[2] += "
";
arnews[3]="Anna Kournikova’s mum charged after brother found ‘crying ... - The Gaea Times
";
arnews[3] += "MELBOURNE - The mother of retired tennis player Anna Kournikova has been charged with child neglect after the star’s five-year-old half-brother was found crying and bleeding in Palm Beach, Florida. Little Allan jumped out of a second-storey window ...";
arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[3] += "
";
arnews[4]="Dave Matthews issues benefit disc - Variety
";
arnews[4] += "... a participant in \"Download to Donate For Haiti,\" a Web project mounted by Music For Relief; set includes contributions by Linkin Park, Alanis Morissette, Peter Gabriel, Enrique Iglesias and others. Matthews and Neil Young performed Hank Williams ...";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Court OKs donation of Spears’ dress to benefit Haiti relief - The Gaea Times
";
arnews[5] += "LOS ANGELES — Britney Spears is lending a hand, or rather a dress, to help out Haiti . A court commissioner on Friday approved a request allowing the singer to donate the dress she wore to the 2008 MTV Video Music Awards so it can be auctioned ...";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[5] += "
";
arnews[6]="Justin Bieber joins 'We Are the World' cover to benefit Haiti - Examiner
";
arnews[6] += "The 15 year old My World artist joins a growing list of superstars including Lady GaGa, Bono, Jason Mraz, Justin Timberlake, Jay-Z, Carlos Santana, Enrique Iglesias, Usher, and Toni Braxton to help the victims of the Haiti earthquake.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 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("