// UPDATED: 2011-10-11 15:02:30
cbsLinks = new Array();
cbsHeads = new Array();
cbsAbs = new Array();
cbsImgs = new Array();
cbsLinks[0] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/celebspot/main5089487.shtml';
cbsHeads[0] = 'Michelle, Queen Elizabeth: Fast Friends!';
cbsAbs[0] = '<b>CBS News</b> correspondent <b>Sheila McVicker</b> at Buckingham Palace tells of the new royal odd couple, the First Lady and the Queen.';
cbsImgs[0] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089551m.jpg';
cbsLinks[1] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/main5089472.shtml';
cbsHeads[1] = 'Calvin Klein Places Billboard Of "Orgy"';
cbsAbs[1] = 'Dr. Jenn Berman, author of "The A to Z Guide to Raising Happy, Confident Kids," said on <b><i>The Early Show</b></i> the five-story advertisement in Manhattan has a "detrimental message."';
cbsImgs[1] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089428m.jpg';
cbsLinks[2] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/health/main5088835.shtml';
cbsHeads[2] = 'ADHD Meds May Hike Kids\' Heart Risks';
cbsAbs[2] = 'Dr. Jennifer Ashton discusses research released by The American Journal of Psychiatry that links ADHD drugs with a possible rise in sudden death in children.';
cbsImgs[2] = 'http://wwwimage.cbsnews.com/images/2004/04/23/image613304m.jpg';
cbsLinks[3] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/celebspot/main5089631.shtml';
cbsHeads[3] = 'Denzel Returns To NYC Roots In "Pelham"';
cbsAbs[3] = '<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[3] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089628m.jpg';
cbsLinks[4] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/gamesgadgetsgizmos/main5088668.shtml';
cbsHeads[4] = 'Iran Protesters Using Tech To Skirt Curbs';
cbsAbs[4] = 'Opposition groups are using Twitter and Facebook and other means to get around the government clampdown and get supporters out to rallies.';
cbsImgs[4] = 'http://wwwimage.cbsnews.com';
cbsLinks[5] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/living/recipes/main5088728.shtml';
cbsHeads[5] = 'Lose Weight By Tweaking Grandma\'s Recipes';
cbsAbs[5] = 'The authors of "Cook Yourself Thin" take out half the calories on grandma\'s dishes with some recipe ingredient changes.';
cbsImgs[5] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089196m.jpg';
cbsLinks[6] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/gamesgadgetsgizmos/main5089640.shtml';
cbsHeads[6] = 'Gift Gadgets For Dads And Grads';
cbsAbs[6] = '<b>CBS News</b> science and technology correspondent <b>Daniel Sieberg</b> brought his ideas for giving the high-tech way to <b><i>The Early Show</b></i>.';
cbsImgs[6] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089658m.jpg';
cbsLinks[7] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/contributors/main5089947.shtml';
cbsHeads[7] = 'Reverse Mortgages: "Loan Of Last Resort"';
cbsAbs[7] = '<b><i>Early Show</b></i> contributor <b>Vera Gibbons</b> discusses the pros and cons of turning to special mortgages to keep afloat in this bad economy.';
cbsImgs[7] = 'http://wwwimage.cbsnews.com/images/2009/01/22/image4747148m.jpg';
cbsLinks[8] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/earlyshow/leisure/boxoffice/main5088793.shtml';
cbsHeads[8] = '"Hangover" Nurses Lead At Box Office';
cbsAbs[8] = 'Warner Bros.\' comedy "The Hangover" won for the second straight weekend at the box office with $33.4 million in receipts, and Disney\'s animated feature "Up" was a close second, bringing in $30.5 million.';
cbsImgs[8] = 'http://wwwimage.cbsnews.com/images/2009/06/09/image5074998m.jpg';
cbsLinks[9] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/15/world/main5088598.shtml';
cbsHeads[9] = 'Mousavi Joins Masses At Tehran Protest';
cbsAbs[9] = 'Iranian authorities have banned anti-government protesters from staging a planned rally as the country\'s supreme leader reportedly gave his tacit support for an investigation into claims of election fraud.';
cbsImgs[9] = 'http://wwwimage.cbsnews.com/images/2009/06/15/image5089489m.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>');
		}
	}
}

