var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cast of 'The Game' appears on 'Mo'Nique Show' for reunion
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Actor/Model/DJ Nicholas Demps aka "The World Famous N.I.C" has the Spin on DJing
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 12 Nov 2009 06:05:50 GMT";
arnews[1] += "
";
arnews[2]="What's on TV this weekend?
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV this weekend: 'Nature: Born Wild'
";
arnews[3] += "Nature has some bad mothers who ignore their babies. It also has some bad baby spiders who team up to literally devour their mother.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Series moves to Philadelphia today
";
arnews[4] += "TONIGHT'S MUST-SEE: World Series, 4:30 p.m., Fox. Now the series moves to Philadelphia, where the Phillies are trying to repeat as champions.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Marshall native shares pageantry experience
";
arnews[5] += "Meet Anda Hitt, director of Gingerbread Productions of America, a pageant system that has provided girls and boys opportunities to showcase their beauty, talents and personalities for 27 years.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 04:05:49 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("