var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sternlicht says he's focused on buying deb...
";
arnews[0] += "While it's bad enough that the boom days of commercial real estate are over, Barry Sternlicht argues that investors are stuck with their tail between their legs in the wake of the market crash.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:09:10 GMT";
arnews[0] += "
";
arnews[1]="Silver Lake Not Scared of Ghost of LBOs Past
";
arnews[1] += "In addition to the news that the Skype deal has closed , I've got a few more insights, jokes, aphorisms, and numbers from Silver Lake's Chairman and Co-founder Jim Davidson at Buyouts West in Los Angeles.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:47:46 GMT";
arnews[1] += "
";
arnews[2]="Buyouts West: Live-Blogging LP Panel
";
arnews[2] += "Greetings from the Beverly Hills Hotel, where the Buyouts West conference is well underway.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:04:43 GMT";
arnews[2] += "
";
arnews[3]="PE-Backed Companies Cited as Internet Scammers
";
arnews[3] += "The Senate Committee on Commerce, Science and Transportation last week released a staff report on \"aggressive sales tactics on the Internet.\" The focus is on companies that essentially sign you up for paid services you didn't realize you had purchased until the credit card bill comes due .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:53:37 GMT";
arnews[3] += "
";
arnews[4]="Thursday Links: Custard Ken, (More) Media Layoffs, Chainsaw Guy
";
arnews[4] += "The Wall Street Journal has a very good page-one leder on Ken Griffin's giant hedge fund firm Citadel, which is not as giant as it was, cratering 55 percent last year .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:56:16 GMT";
arnews[4] += "
";
arnews[5]="Steve Schwarzman Starts Warming Up
";
arnews[5] += "At the height of the private equity boom, no firm was flying higher than Blackstone Group, the juggernaut founded by Pete Peterson and Steve Schwarzman.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:00:00 GMT";
arnews[5] += "
";
arnews[6]="Bloomberg Cuts Some Big Name Reporters From BusinessWeek
";
arnews[6] += "Bloomberg is letting BusinessWeek writers go today. So far, the names we've seen via Twitter are pretty big.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 21:11:47 GMT";
arnews[6] += "
";
arnews[7]="Family Centers honors Jan Dilenschneider for outstanding volunteer service
";
arnews[7] += "Family Centers recently honored Darien resident and past Board Chairman Jan Dilenschneider, a volunteer whose exemplary efforts have allowed Family Centers to continue to provide much-needed services to children, adults and families in Fairfield County.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 09:08:08 GMT";
arnews[7] += "
";
totcount = 8;
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("