var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ozgur admin: WORD ON THE STREET: 11-13-09
";
arnews[0] += "WORD ON THE STREET: 11-13-09";
arnews[0] += "
";
arnews[1]="Dione Sants: Monique Coleman is Hot In Hollywood: Monique Coleman adds a burst of color to the red carpet as she attends the.. http://bit.ly/2SOmlk
";
arnews[1] += "Monique Coleman is Hot In Hollywood: Monique Coleman adds a burst of color to the red carpet as she attends the..";
arnews[1] += "
";
arnews[2]="Fansblog: Vanessa Hudgens esce con Zac Efron e… Monique Coleman
";
arnews[2] += "Vanessa Hudgens esce con Zac Efron e… Monique Coleman -";
arnews[2] += "
";
arnews[3]="SMCUV: Singer/Dancer Mya, Singer Leona Lewis and Actresses Anika Noni Rose and Monique Coleman pose for photos as they.. http://bit.ly/2VuIo3
";
arnews[3] += "Singer/Dancer Mya, Singer Leona Lewis and Actresses Anika Noni Rose and Monique Coleman pose for photos as they..";
arnews[3] += "
";
arnews[4]="Nelson Linda: New post, "Monique Coleman to Illuminate UNICEF Snowflake at Lighting Ceremony in Beverly Hills" - http://bit.ly/4JsRN0
";
arnews[4] += "New post, \"Monique Coleman to Illuminate UNICEF Snowflake at Lighting Ceremony in Beverly Hills\" -";
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("