var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Institutions 'too big to fail' too big to exist
";
arnews[0] += "We are in the midst of the worst economic crisis since the Great Depression. More than 27 million American workers are either unemployed, underemployed or have given up looking for work.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:36:15 GMT";
arnews[0] += "
";
arnews[1]="Making Their 'Presence' Felt
";
arnews[1] += "Faith and Fear in Flushing made its debut on Feb. 16, 2005, the brainchild of two longtime friends and lifelong Met fans.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:33:55 GMT";
arnews[1] += "
";
arnews[2]="Grayson on Auditing the Fed: We're About to See the Man Behind the Curtain in Emerald City
";
arnews[2] += "MSNBC's Dylan Ratigan talks to Rep. Alan Grayson about the amendment passed by the House Financial Services Committee to allow an independent audit of the Federal Reserve.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:17:04 GMT";
arnews[2] += "
";
arnews[3]="'We held to our credit culture well'; Wells Fargo going after earning
";
arnews[3] += "'We held to our credit culture well'; Wells Fargo going after earnings opportunities.; New loans, modifications roll on amid transition from Wachovia brand.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:00:18 GMT";
arnews[3] += "
";
arnews[4]="Suspect files brutality charge agains Providence police
";
arnews[4] += "A man who suffered a head injury while being arrested has filed a brutality complaint against a Providence police officer.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:20:03 GMT";
arnews[4] += "
";
totcount = 5;
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("