var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Diddy, Queen Latifah to host BET concert for Haiti - Buffalo News
"; arnews[0] += "Sean \"Diddy\" Combs, Queen Latifah and Pharrell are set to host a two-hour concert and telethon to benefit Haiti on Feb. 5. Wyclef Jean, Chris Brown and Lil Wayne will perform. The concert is titled \"SOS Saving OurSelves - Help for Haiti.\" It will be ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:37:00 GMT"; arnews[0] += "
"; arnews[1]="Queen Latifah - Chicago Tribune
"; arnews[1] += "NEW YORK (AP) — Sean \"Diddy\" Combs, Queen Latifah and Pharrell are set to host a two-hour concert and telethon to benefit Haiti on Feb. 5. Wyclef Jean, Chris Brown and Lil Wayne will perform. The concert is titled \"SOS Saving OurSelves"; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:37:00 GMT"; arnews[1] += "
"; arnews[2]="Queen Latifah wants to adopt Haitian children - The Gaea Times
"; arnews[2] += "WASHINGTON - While most celebrities are doing their bit by donating money to the Haiti earthquake relief fund, actress Queen Latifah has said she would like to adopt a Haitian baby. Queen Latifah, 39, real name Dana Elaine Owens, said on the Today ..."; arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 02:51:00 GMT"; arnews[2] += "
"; arnews[3]="Queen Latifah Producing Movie For VH1 - allhiphop.com
"; arnews[3] += "(AllHipHop News) Queen Latifah’s Flavor Unit has inked a deal with VH1 to produce a made for TV comedic drama about two best friends and their views on relationships. The untitled flick is set in Atlanta and revolves around two African-American ..."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 19:39:00 GMT"; arnews[3] += "
"; arnews[4]="Fab at 40, Queen Latifah Reveals Diet Secrets - Softpedia
"; arnews[4] += "Rapper, singer and actress, Queen Latifah has more awards under her belt from both music and film than others get in a lifetime. Another thing she can also brag about is that she’s managed to lose considerable weight and to keep it off, thanks to ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:14:00 GMT"; arnews[4] += "
"; arnews[5]="MTV cancels Mexico airing of 'South Park' episode - Fresno Bee
"; arnews[5] += "MTV's \"Jersey Shore\" will be back for a second season. The network's president of programming Tony DiSanto said Friday that 12 new episodes will air this summer. According to the network, Pauly D, Mike, Snooki, Jenni, Sammi, Ronnie and Vinny escape ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:27: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("
");document.write("
");