var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Banks in US still under fire
";
arnews[0] += "Bank of America, Ken Lewis and Joe Price face a law suit related to the Merrill Lynch merger, while Goldman Sachs pays each of its head honchos a $9 million bonus for 2009.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:56:37 GMT";
arnews[0] += "
";
arnews[1]="No More Peanut-Butter Pay
";
arnews[1] += "Wall Street gives out more bonuses, but it spreads the amounts less evenly than before.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Hope College hosts health care career discussion
";
arnews[2] += "A panel discussion on health care careers is Wednesday night at Hope College. \"Charting Your Future: A Diverse Panel of Perspectives Preparing for Careers Related to Health Care\" is 6:30-8 p.m. in the Maas Center auditorium, 264 Columbia Ave.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:33:51 GMT";
arnews[2] += "
";
arnews[3]="A Ban on Banks Could Be Boon for Other Traders
";
arnews[3] += "If banks are banned from running their own proprietary trading desks, that will neither dampen trading activity nor its profitability.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:23 GMT";
arnews[3] += "
";
arnews[4]="Amsterdam no longer deserves its seedy reputation
";
arnews[4] += "Cyclists make their way through the city streets in Amsterdam, Netherlands. The 750,000 people who live in Amsterdam own over 600,000 bicycles.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 05:34:09 GMT";
arnews[4] += "
";
arnews[5]="Banks fail to groom leaders
";
arnews[5] += "Eight days before Christmas, Ken Lewis took the stage for his last public act as chief executive officer of Bank of America.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 10:36:36 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("