var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cramer's 'Stop Trading': Coca Cola, Hasbro
";
arnews[0] += "Greece's debt isn't the end of the world, Jim Cramer said during Tuesday's Stop Trading! segment on CNBC.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:20:07 GMT";
arnews[0] += "
";
arnews[1]="Financials Paralyzed by DC
";
arnews[1] += "Don Dion's ETF Action: A concise two-step strategy for learning and trading in this increasingly lucrative area of investing.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:18:35 GMT";
arnews[1] += "
";
arnews[2]="Now Is the Time to Invest and Get Rich
";
arnews[2] += "Not my words. Those were Warren Buffett's. Back in 1974. He turned out to be right.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:03:34 GMT";
arnews[2] += "
";
arnews[3]="Stock Smackdown: Cramer vs. CAPS
";
arnews[3] += "There's no denying that \"Mad Money\" host Jim Cramer is entertaining, popular, and passionate .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:57:18 GMT";
arnews[3] += "
";
arnews[4]="Maybe Journalists Should Smoke More Crack?
";
arnews[4] += "In your brainstorming Tuesday media column: better journalism through crack, a Bob Schieffer vacation, Hugh Hefner gets sued, a star-studded media kid bar mitzvah, and newspapers discover a rich new source of advertising.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:10:15 GMT";
arnews[4] += "
";
arnews[5]="Food Stocks a Safe Buy
";
arnews[5] += "Don Dion's ETF Action: A concise two-step strategy for learning and trading in this increasingly lucrative area of investing.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:52:22 GMT";
arnews[5] += "
";
arnews[6]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[6] += "Following some smooches for the Super Bowl cameras and a night aboard Paul Allen's yacht, Brangelina issued a legal statement saying reports of their separation were \"false and intrusive,\" suing the News of the World newspaper for their false allegations .";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[6] += "
";
totcount = 7;
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("