// UPDATED: 2009-11-20 21:51:55
cbsLinks = new Array();
cbsHeads = new Array();
cbsAbs = new Array();
cbsImgs = new Array();
cbsLinks[0] = 'http://www.cbsnews.com/track/syndication/stories/2009/07/02/tech/real_technology/main5130280.shtml';
cbsHeads[0] = 'How To Buy Private Stock Like Facebook';
cbsAbs[0] = 'Want to own a piece of Facebook, Tesla Motors or LinkedIn\? Sharespost is a marketplace where people who own private shares of non-public companies can connect with investors who want that stock.';
cbsImgs[0] = 'http://wwwimage.cbsnews.com/images/2009/02/11/image4795312m.jpg';
cbsLinks[1] = 'http://www.cbsnews.com/track/syndication/stories/2009/07/02/national/main5131133.shtml';
cbsHeads[1] = 'Coming Soon: High Speed Rail to Vegas\?';
cbsAbs[1] = 'The clogged tourist travel route between Southern California and Las Vegas has been designated as a federal high-speed rail corridor.';
cbsImgs[1] = 'http://wwwimage.cbsnews.com/images/2009/06/18/image5095438m.jpg';
cbsLinks[2] = 'http://www.cbsnews.com/track/syndication/stories/2009/07/01/tech/main5127712.shtml';
cbsHeads[2] = 'Sears Tower Offers Visitors "The Ledge"';
cbsAbs[2] = 'The Sears Tower is offering a new way to push your fear of heights right over the edge.';
cbsImgs[2] = 'http://wwwimage.cbsnews.com/images/2009/07/01/image5127711m.jpg';
cbsLinks[3] = 'http://www.cbsnews.com/track/syndication/stories/2009/07/01/tech/main5127186.shtml';
cbsHeads[3] = 'Is Twitter the Face of 21st Century News\?';
cbsAbs[3] = 'In an Internet world that has for years eroded the distance between media and consumer, Twitter is a jolt of democratization to journalism.';
cbsImgs[3] = 'http://wwwimage.cbsnews.com/images/2009/06/19/image5097111m.jpg';
cbsLinks[4] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/27/eveningnews/main5118920.shtml';
cbsHeads[4] = 'Jackson Story Shows Speed Of Digital Age';
cbsAbs[4] = 'Word of Michael Jackson\'s death sent shockwaves through the Internet. And as people reached out to friends and strangers alike, the ripple effect reflected the pace of the digital age, reports <b> Daniel Sieberg</b>.';
cbsImgs[4] = 'http://wwwimage.cbsnews.com/images/2009/06/27/image5118918m.jpg';
cbsLinks[5] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/27/world/main5118465.shtml';
cbsHeads[5] = 'China Asked To Drop Web Filter Demand';
cbsAbs[5] = 'Global business groups have made an unusual direct appeal to Chinese Premier Wen Jiabao to scrap an order for PC makers to supply controversial Internet filtering software, citing security and privacy concerns.';
cbsImgs[5] = 'http://wwwimage.cbsnews.com/images/2009/06/27/image5118466m.jpg';
cbsLinks[6] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/27/tech/main5118403.shtml';
cbsHeads[6] = 'Google Thought Jackson Traffic Was Attack';
cbsAbs[6] = 'Google has confirmed that the surge of Michael Jackson-related searches on Google News Thursday was first interpreted as an attack on its service.';
cbsImgs[6] = 'http://wwwimage.cbsnews.com/images/2009/06/27/image5118387m.jpg';
cbsLinks[7] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/26/politics/main5117623.shtml';
cbsHeads[7] = 'House Passes Global Warming Bill';
cbsAbs[7] = 'In a triumph for President Barack Obama, the Democratic-controlled House has narrowly passed sweeping legislation calling for the nation\'s first-ever limits on pollution linked to global warming.';
cbsImgs[7] = 'http://wwwimage.cbsnews.com/images/2007/01/19/image2377064m.jpg';
cbsLinks[8] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/25/tech/cnettechnews/main5114709.shtml';
cbsHeads[8] = 'Reports Of Jackson\'s Death Roil Wikipedia';
cbsAbs[8] = 'As news organizations reported Michael Jackson\'s hospitalization on Thursday afternoon, Wikipedia editors were wrestling with the problem of whether to allow an unverified report of the singer\'s death to appear on the online encyclopedia.';
cbsImgs[8] = 'http://wwwimage.cbsnews.com/images/2007/09/10/image3246949m.jpg';
cbsLinks[9] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/25/politics/main5113836.shtml';
cbsHeads[9] = 'Obama Presses For Climate Bill';
cbsAbs[9] = 'President Barack Obama is pressing again for passage of U.S. legislation that would confront the problem of global warming head-on.';
cbsImgs[9] = 'http://wwwimage.cbsnews.com/images/2009/06/25/image5113814m.jpg';
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>');
		}
	}
}
