var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Battle of the Bands: Citigroup Is Up Next - The Ledger
";
arnews[0] += "There were also rappers (Cypress Hill), guitar heroes (Slash and Dave Navarro) and a coffeehouse darling (Norah Jones). There was one person, however, whose absence was conspicuous ... After a string of successful deals together, the investor and his ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 10:55:00 GMT";
arnews[0] += "
";
totcount = 1;
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("