var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Monique Coleman to Illuminate UNICEF Snowflake at Lighting Ceremony in ... - Big Hollywood
";
arnews[0] += "BEVERLY HILLS, Calif., Nov. 20 /PRNewswire-USNewswire/ -- The U.S. Fund for UNICEF announced that actress and UNICEF supporter Monique Coleman will light the UNICEF Snowflake on Saturday, November 21 at the 2009 Beverly Hills UNICEF Snowflake ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT";
arnews[0] += "
";
arnews[1]="Website for Groundbreaking Interactive Docu-Reality Web Series 'To Be ... - Earthtimes
";
arnews[1] += "'To Be A Star' is a groundbreaking interactive web series that chronicles the journey of 6 aspiring stars as they spend 2 months in New York City with 15 top professionals, learning what it takes to break into and have success in show biz. Through ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:03:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays on Nov. 6 - Miami Herald
";
arnews[2] += "Actress Monique Coleman ( High School Musical ) is 29. Actor David Morse ( St. Elsewhere) is 56. Actor Stephen Spinella ( 24) is 53. Actress Joan Cusack is 47. Actor Sean Patrick Flanery is 44. Actor Luke Perry is 43. Actor Artie Lange ( MADtv) is 42 ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 14:42:00 GMT";
arnews[2] += "
";
arnews[3]="High School Musical 3: Senior Year - San Diego weekly Reader
";
arnews[3] += "The well-scrubbed cast — Zac Efron, Vanessa Hudgens, Ashley Tisdale, Lucas Grabeel, Corbin Bleu, Monique Coleman — looks unsettlingly like a collection of dolls. It would not be surprising to find them for sale, singly or as a set, at the Disney ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT";
arnews[3] += "
";
arnews[4]="Lady Roadrunner George signs with Southern Miss - Lufkin Daily News
";
arnews[4] += "George is the daughter of Monique Coleman of Baton Rouge.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:26:00 GMT";
arnews[4] += "
";
totcount = 5;
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("