var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Little '90s Family Sitcom Stars That Couldn't
";
arnews[0] += "When we heard that Melissa Joan Hart and Joey Lawrence were getting their own sitcom, we thought of a few '90s family comedy stars who are even less deserving of their own shows, due to their ultra-campy acting and unforgettable awkwardness.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 20:07:55 GMT";
arnews[0] += "
";
arnews[1]="Legendary R&B Singer Jill Scott to Star in Lifetime Movie Network's Sins of the Mother
";
arnews[1] += "A Based on author Carleen Brice's moving novel, Orange Mint and Honey , the film features Scott as reformed alcoholic Nona, Nicole Beharie as her daughter Shay and Mimi Rogers as Nona's sponsor Lois.";
arnews[1] += "
Publ.Date : Sun, 17 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Legendary R&B Singer Jill Scott to Star in Lifetime Movie Network's Sins of the Mother
";
arnews[2] += "Famed R&B singer and actress Jill Scott is set to headline the Lifetime Movie Network Original Movie Sins of the Mother, a touching story about the harsh realities of love, forgiveness and the closest of bonds between mother and daughter.";
arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 20:46:33 GMT";
arnews[2] += "
";
arnews[3]="Cast of 'The Game' appears on 'Mo'Nique Show' for reunion
";
arnews[3] += "The cast of 'The Game' reunited on 'The Mo'Nique Show' on Friday Fans of \"The Game\" were treated to a reunion on \" The Mo'Nique Show, \" as Tia Mowry, Pooch Hall and the rest of the cast appeared on BET's late-night talk show.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Actor/Model/DJ Nicholas Demps aka "The World Famous N.I.C" has the Spin on DJing
";
arnews[4] += "Los Angeles, CA - Nicholas is one of those multifaceted talents who bred his career during his youth and is noted for his appreciation in the sports and entertainment industry.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 06:05:50 GMT";
arnews[4] += "
";
arnews[5]="What's on TV this weekend?
";
arnews[5] += "World Series, 7:30 p.m. Fox. It's game three in the Philadelphia Phillies' best-of-seven with the New York Yankees, with another game at 8 p.m. Sunday.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 07:00: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("