var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spotted: Ciara & Lala / Common / Robin & Paula / Reggie & Kim / Danger / Ja Rule / Eve
";
arnews[0] += "Singer Ciara and T.V. Personality Lala Vazquez were spotted leaving dinner in Los Angeles.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:50:09 GMT";
arnews[0] += "
";
arnews[1]="ResQNet.com, Inc. v. Lansa at the CAFC
";
arnews[1] += "ResQNet.com, Inc prevailed over Lansa, except on the amount of damages. The district court judge was Senior Judge Robert W. Sweet.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:37:00 GMT";
arnews[1] += "
";
arnews[2]="The Game Talks Ashanti Collaboration, New Mixtape With DJ Drama
";
arnews[2] += "Just a few years ago, the Game was throwing straight lava at Ja Rule, Irv Gotti, Ashanti and the rest of Murder Inc.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:50:00 GMT";
arnews[2] += "
";
arnews[3]="The Next Million-Dollar Penny Stock
";
arnews[3] += "Penny stocks can make you rich . Need proof? Every one of these multibaggers was once a penny stock: The promise of outrageous returns has periodically made even the world's best stock pickers penny stock investors.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:48:17 GMT";
arnews[3] += "
";
arnews[4]="3 Stocks That Blew the Market Away
";
arnews[4] += "Why settle for ordinary quarterly reports? Every week I take a look at three companies that beat market expectations, since I believe that it's the biggest factor in a stock beating the market.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:45:45 GMT";
arnews[4] += "
";
arnews[5]="7 Reasons Not to Worry This Week
";
arnews[5] += "It's been a rough start to 2010, but five sluggish trading weeks don't make up a year.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:42:06 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("