// UPDATED: 2011-10-11 15:01:12
cbsLinks = new Array();
cbsHeads = new Array();
cbsAbs = new Array();
cbsImgs = new Array();
cbsLinks[0] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/25/health/main5113472.shtml';
cbsHeads[0] = 'Study Links Child Abuse, Cancer Risk';
cbsAbs[0] = 'A new study suggests children and adolescents who are physically abused have a greater chance of developing cancer later in life than those who are not abused.';
cbsImgs[0] = 'http://wwwimage.cbsnews.com/images/2003/08/01/image566320m.jpg';
cbsLinks[1] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/24/health/main5110674.shtml';
cbsHeads[1] = 'Senators Seek Funds For Sick 9/11 Workers';
cbsAbs[1] = 'Lawmakers are asking Congress to provide $12 billion in long-term medical care and monitoring to thousands of Sept. 11 workers who became sick after being exposed to toxic dust and debris at the World Trade Center site.';
cbsImgs[1] = 'http://wwwimage.cbsnews.com/images/2009/06/24/image5110669m.jpg';
cbsLinks[2] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/24/politics/main5109046.shtml';
cbsHeads[2] = 'Obama Open To Health Care Financing Ideas';
cbsAbs[2] = 'Health and Human Services Secretary Kathleen Sebelius told lawmakers Wednesday that President Barack Obama is willing to listen to suggestions on how to pay for a health care overhaul, as long as they don\'t increase the deficit.';
cbsImgs[2] = 'http://wwwimage.cbsnews.com';
cbsLinks[3] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/18/earlyshow/health/main5095775.shtml';
cbsHeads[3] = 'Combating Heart Disease In Women';
cbsAbs[3] = '<b>Dr. Jennifer Ashton</b> shares the top three heart tests every woman should know about with <b>Maggie Rodriguez</b>.';
cbsImgs[3] = 'http://wwwimage.cbsnews.com/images/2009/06/18/image5095769m.jpg';
cbsLinks[4] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/24/national/main5109081.shtml';
cbsHeads[4] = 'Dr. In S. Pole Rescue Loses Cancer Battle';
cbsAbs[4] = 'Dr. Jerri Nielsen FitzGerald, whose struggle against breast cancer during a winter at the South Pole captivated the world, has died. She was 57.';
cbsImgs[4] = 'http://wwwimage.cbsnews.com/images/2009/06/24/image5109098m.jpg';
cbsLinks[5] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/24/health/main5108910.shtml';
cbsHeads[5] = 'Study: Baby Facial Defects Unnerve Women';
cbsAbs[5] = 'Puzzling new research suggests women have a harder time than men looking at babies with facial birth defects.';
cbsImgs[5] = 'http://wwwimage.cbsnews.com/images/2006/03/15/image1404642m.jpg';
cbsLinks[6] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/24/health/main5108832.shtml';
cbsHeads[6] = 'Millions Inhaling Toxic Air, EPA Reports';
cbsAbs[6] = 'Millions of people living in nearly 600 neighborhoods across the country are breathing concentrations of toxic air pollutants that put them at a much greater risk of contracting cancer, according to new data from the EPA.';
cbsImgs[6] = 'http://wwwimage.cbsnews.com/images/2005/12/16/image1132330m.jpg';
cbsLinks[7] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/23/eveningnews/main5107995.shtml';
cbsHeads[7] = 'Would An Overhaul Hurt Health Care\?';
cbsAbs[7] = 'Some experts say that if President Obama\'s health care reform is passed, some employers might drop plans, and the doctor of your choice might not want to accept lower payments from government insurance, reports <b>Sharyl Attkisson</b>.';
cbsImgs[7] = 'http://wwwimage.cbsnews.com';
cbsLinks[8] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/23/cbsnews_investigates/main5108025.shtml';
cbsHeads[8] = 'Cigna Whistleblower to Testify';
cbsAbs[8] = 'CBS News has learned a former executive for a major health insurance company, Cigna, is going before Congress tomorrow to speak out for the first time on practices that he will characterize as deceptive by the health insurance industry.';
cbsImgs[8] = 'http://wwwimage.cbsnews.com';
cbsLinks[9] = 'http://www.cbsnews.com/track/syndication/stories/2009/06/23/health/main5106577.shtml';
cbsHeads[9] = '60,000 Inmates Sexually Abused Every Year';
cbsAbs[9] = 'A federal commission on prison rape has concluded that the risk of being attacked depends greatly on the type of prisoner, and where the inmate is locked up.';
cbsImgs[9] = 'http://wwwimage.cbsnews.com/images/2007/03/15/image2573590m.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>');
		}
	}
}

