// UPDATED: 2010-02-10 01:11:01
cbsLinks = new Array();
cbsHeads = new Array();
cbsAbs = new Array();
cbsImgs = new Array();
cbsLinks[0] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/29/entertainment/main5120974.shtml';
cbsHeads[0] = '"Transformers" Triumph At The Box Office';
cbsAbs[0] = 'Alien robots have transformed into box-office superstars with $200 million in domestic ticket sales in just five days.';
cbsImgs[0] = 'http://wwwimage.cbsnews.com/images/2009/06/22/image5104732m.jpg';
cbsLinks[1] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/26/entertainment/main5117078.shtml';
cbsHeads[1] = '911 Caller: Jackson "Not Breathing"';
cbsAbs[1] = 'A 911 caller from Michael Jackson\'s home says the singer was "not breathing" or responding to efforts to revive him.';
cbsImgs[1] = 'http://wwwimage.cbsnews.com/images/2009/06/26/image5117229m.jpg';
cbsLinks[2] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/26/entertainment/main5116666.shtml';
cbsHeads[2] = 'Coroner: Cause Of Jackson Death Deferred';
cbsAbs[2] = 'Los Angeles County coroner\'s spokesman Craig Harvey says determining the cause of Michael Jackson\'s death will require further tests that will take six to eight weeks.';
cbsImgs[2] = 'http://wwwimage.cbsnews.com/images/2009/06/26/image5117557m.jpg';
cbsLinks[3] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/25/world/main5115248.shtml';
cbsHeads[3] = 'From Sydney To Bogota, Fans Mourn Jackson';
cbsAbs[3] = 'Morning television shows from Sydney to Tokyo interrupted programs Friday to report the news of Michael Jackson\'s death, while online fan pages dedicated to the King of Pop became impromptu memorial sites.';
cbsImgs[3] = 'http://wwwimage.cbsnews.com/images/2009/06/26/image5115987m.jpg';
cbsLinks[4] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/26/earlyshow/leisure/boxoffice/main5116793.shtml';
cbsHeads[4] = 'Sketches Brought "Transformers" To Life';
cbsAbs[4] = 'Giant alien robots don\'t actually exist. So the dozens featured in "Transformers: Revenge of the Fallen" had to be built from the ground up.';
cbsImgs[4] = 'http://wwwimage.cbsnews.com/images/2009/06/26/image5116947m.jpg';
cbsLinks[5] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/26/earlyshow/leisure/celebspot/main5116722.shtml';
cbsHeads[5] = 'Perez Hilton: Sorry For Using Gay Slur';
cbsAbs[5] = 'Perez Hilton, the openly gay gossip blogger, apologized for using a gay slur during a nightclub altercation Monday with Black Eyed Peas frontman will.i.am.';
cbsImgs[5] = 'http://wwwimage.cbsnews.com/images/2009/06/22/image5103477m.jpg';
cbsLinks[6] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/celebspot/main5089631.shtml';
cbsHeads[6] = 'Denzel Returns To NYC Roots In "Pelham"';
cbsAbs[6] = '<b>Harry Smith</b> sat down with two-time Oscar winner Denzel Washington to talk about his new film, "The Taking of Pelham 1 2 3," which opened to big box office numbers this weekend.';
cbsImgs[6] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089628m.jpg';
cbsLinks[7] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/link/blog/main5090275.shtml';
cbsHeads[7] = 'Michelle Obama Hosts Jazz Studio';
cbsAbs[7] = 'First Lady Michelle Obama kicked off a White House music series Monday with a Jazz Studio, honoring her commitment to the arts.';
cbsImgs[7] = 'http://wwwimage.cbsnews.com';
cbsLinks[8] = '';
cbsHeads[8] = '';
cbsAbs[8] = '';
cbsImgs[8] = '';
if (cbs_maxRows == null) { var cbs_maxRows = 99; }
if (cbs_bullet == null) { var cbs_bullet = "&#149;&nbsp;"; }
if (cbs_abCnt == null) { var cbs_abCnt = 0; }
if (cbs_showImg == null) { var cbs_showImg = false; }
if (cbs_hdStyle == null) { var cbs_hdStyle = "sf_hdln_sm"; }
if (cbs_abStyle == null) { var cbs_abStyle = "sf_abstrct_sm"; }
for (i = 0; i < cbsHeads.length; i++) {
	if (i < cbs_maxRows) {
		if (cbs_bullet != "" && i >= cbs_abCnt) {
			document.write(cbs_bullet);
		}
		if (i < cbs_abCnt && cbs_showImg && cbsImgs[i] != "") {
			document.write('<img src="' + cbsImgs[i] + '" width="100" height="75" alt="" align="left" border="1" hspace="4">');
		}
		document.write('<a href="' + cbsLinks[i] + '" class="' + cbs_hdStyle + '" target="cbs">' + cbsHeads[i] + '</a>');
		if (i < cbs_abCnt) {
			document.write('<br><span class="' + cbs_abStyle + '">' + cbsAbs[i] + '<br clear="all"><br></span>');
		}
		else {
		document.write('<br>');
		}
	}
}
