var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Game
";
arnews[0] += "Being the wife or girlfriend of a pro-football player might sound like a glamorous and stress-free existence, but Melanie Barnett is about to discover the truth.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:35:18 GMT";
arnews[0] += "
";
arnews[1]="shanice
";
arnews[1] += "There are lots of questions leading to the CW show's season finale, with the biggest being: Will it get renewed? This week, the third season of \" The Game \" will come to an end aiming to answer several questions.";
arnews[1] += "
Publ.Date : Sat, 09 May 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Cast of 'The Game' appears on 'Mo'Nique Show' for reunion
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Actor/Model/DJ Nicholas Demps aka "The World Famous N.I.C" has the Spin on DJing
";
arnews[3] += "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[3] += "
Publ.Date : Thu, 12 Nov 2009 06:05:50 GMT";
arnews[3] += "
";
arnews[4]="What's on TV this weekend?
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="TV this weekend: 'Nature: Born Wild'
";
arnews[5] += "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[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("