var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Queen Latifah - Chicago Tribune
";
arnews[0] += "CHICAGO (AP) — For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night. Now she's ready to say goodbye, leaving a huge void for";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[0] += "
";
arnews[1]="Queen Latifah to headline 51st Hope Classic Ball - Desert Sun
";
arnews[1] += "Queen Latifah, a star of music, film, television and an author and entrepreneur, will headline the annual Classic Ball at the 51st Bob Hope Classic Saturday, Jan. 17. The ball will be at the Renaissance Esmeralda Resort and Spa the weekend before the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:08:00 GMT";
arnews[1] += "
";
arnews[2]="Queen Latifah to headline Classic Ball - Desert Sun
";
arnews[2] += "Queen Latifah, star of music, film and TV, will headline the annual Classic Ball at the 51st Bob Hope Classic on Saturday, Jan. 17, 2010 at the Renaissance Esmeralda Resort and Spa. Comedian Tom Dreesen will serve as emcee for the black-tie event ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:28:00 GMT";
arnews[2] += "
";
arnews[3]="Queen Latifah Coming Out Of The Closet And Getting Engaged - TheInsider.com
";
arnews[3] += "“Which big Hollywood actress is about to come out the closet? She’s been living with her girlfriend in a small town, where all the neighbors know, and the two are now engaged to be married.” Page Six ran a blind this blind item yesterday ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Gavin Creel, Norm Lewis, Rosie O'Donnell, et al. to Honor Queen ... - TheaterMania.com
";
arnews[4] += "Nikki Blonsky, Gavin Creel, Melinda Doolittle, Montego Glover, and Norm Lewis will help Rosie O'Donnell honor Queen Latifah as part of a benefit evening to support Rosie's Broadway Kids, to be held at the Palace Theater on Monday, November 23. The ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 17:19:00 GMT";
arnews[4] += "
";
arnews[5]="Oprah's departure presents problem for TV stations - WKOW-TV.com
";
arnews[5] += "CHICAGO (AP) - For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night. Now she's ready to say goodbye, leaving a huge void for ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[5] += "
";
arnews[6]="Lauren Hutton - Chicago Tribune
";
arnews[6] += "Magic Johnson, Queen Latifah, Martin Short, John McEnroe, Megan Mullally, Whoopi Goldberg and Tony Danza all have a common talking point. When it came to hosting a television talk show, they walked the walk, but could not talk the talk.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[6] += "
";
arnews[7]="Rosie Welcomes Queen Latifah to the Palace with Creel, Blonsky ... - Broadway World
";
arnews[7] += "Rosie O’Donnell will be hosting A Broadway Extravaganza, a benefit for Rosie’s Broadway Kids at 8PM on Monday, November 23. This years celebration includes a star-studded tribute performance honoring the one and only Queen Latifa h at the world ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 15:46:00 GMT";
arnews[7] += "
";
arnews[8]="Pixies Play Fallon, Fans Pick Second Song on Twitter - Paste Magazine
";
arnews[8] += "Aside from his penchant for starring in bad Queen Latifah movies , Jimmy Fallon’s usually got the public’s interest in mind. A man of the people, if you will. With his affable persona and regular-dude smile, he emits a charming you-went-to-high ...";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 22:15:00 GMT";
arnews[8] += "
";
totcount = 9;
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("