var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wyclef Jean and Mary J. Blige are Full of Hope for Haiti - TheInsider.com
";
arnews[0] += "Wyclef Jean has tapped into his Haitian spirit by using music and festivities to shed light on the dire need for help and funds in his homeland. He was on hand for the launch of Hope, Help, & Relief Haiti in New York on Monday. Throughout his career ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:48:00 GMT";
arnews[0] += "
";
arnews[1]="Wyclef Jean and Mary J. Blige are Full of Hope for Haiti - Daily Oklahoman
";
arnews[1] += "Throughout his career, Wyclef has used his celebrity to bring awareness to the needs of Haiti, a nation that faced struggles even prior to the earthquake. Following this natural disaster, Wyclef found his \"true destiny,\" he told ET. Mary J. Blige ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:19:00 GMT";
arnews[1] += "
";
arnews[2]="Wyclef Jean denies Haitian charity wrongdoing - The Gaea Times
";
arnews[2] += "LONDON - Wyclef Jean is fuming over reports suggesting that the singer used money raised by his Haiti charity for his own enterprises. The Haitian-American rapper’s NGO YELE managed to raise 1 million dollars to help victims struck by the massive ...";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[2] += "
";
arnews[3]="International Superstar and Humanitarian Wyclef Jean In Live Online ... - Forbes
";
arnews[3] += "Who: International Superstar and Humanitarian Wyclef Jean What: \"Live Sets\" performance brought to you by Sony make.believe (pronounced \"make-dot-believe\") Where: Canal Room 285 West Broadway New York, NY 10013 Streaming live at: Facebook.com/sony ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 17:27:00 GMT";
arnews[3] += "
";
arnews[4]="WYCLEF JEAN VIDEOS - Contactmusic.com
";
arnews[4] += "WYCLEF JEAN opened Friday night's (05Feb10) SOS Save OurSelves - Help For Haiti benefit in Miami, Florida with a musical tribute to his homeland. Performing in English and his native tongue, the former Fugees star shared the stage at the American ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 01:45:00 GMT";
arnews[4] += "
";
arnews[5]="Wyclef Jean canta en concierto por Haití - Houston Chronicle
";
arnews[5] += "Wyclef Jean participa en la ceremonia de los premios Grammy el domingo 31 de enero del 2010 en Los Angeles. (AP Foto/Matt Sayles) Sean \"Diddy\" Combs, Queen Latifah y Pharrell tienen previsto encabezar un concierto y teletón de dos horas a beneficio ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:38: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("