var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Game Talks Ashanti Collaboration, New Mixtape With DJ Drama
";
arnews[0] += "Just a few years ago, the Game was throwing straight lava at Ja Rule, Irv Gotti, Ashanti and the rest of Murder Inc.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:50:00 GMT";
arnews[0] += "
";
arnews[1]="The Game Talks Ashanti Collaboration, New Mixtape With DJ Drama
";
arnews[1] += "Just a few years ago, the Game was throwing straight lava at Ja Rule, Irv Gotti, Ashanti and the rest of Murder Inc.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:50:00 GMT";
arnews[1] += "
";
arnews[2]="Dead ... - T.i. / Justin Timberl...
";
arnews[2] += "Once dubbed \"the Jay-Z of the South\" by Pharrell Williams, T.I. gradually came into his own and established himself as one of rap's most successful MCs during the early 2000s.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:15:16 GMT";
arnews[2] += "
";
arnews[3]="The Game Says He Lost $1,000 To Dr. Dre On Super Bowl Bet
";
arnews[3] += "When Peyton Manning threw that interception in the fourth quarter of Super Bowl XLIV , the Game says he felt the $1,000 he put up on the Colts slipping through his fingers.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:36:00 GMT";
arnews[3] += "
";
arnews[4]="Reebok Launching New Campaign Featuring Jay-Z, 50 Cent,a
";
arnews[4] += "Reebok is launching a $50 million dollar ad campaign, \"I Am What I Am,\" which will feature rappers Jay-Z, 50 Cent, NBA stars Allen Iverson, Yao Ming, tennis star Andy Roddick, soccer star Iker, skater Stevie Williams and actress Lucy Liu.";
arnews[4] += "
Publ.Date : Thu, 10 Feb 2005 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Generation Love Organic Tees
";
arnews[5] += "Generation Love , a collaboration between two friends determined to create a range of fashion-forward tees while doing \"the right thing,\" joins the new wave of design with a conscience.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:58:52 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("