document.write('
'); var heart_info_h = new Array(); var heart_info_p = new Array(); heart_info_h[1] = 'Chapter 1: Introduction [9:04]'; heart_info_p[1] = 'Why does America struggle with obesity? Rocky, an overweight teenager, begins the dialogue with his personal story. '; heart_info_h[2] = 'Chapter 2: The Weight Battle [7:10]'; heart_info_p[2] = 'Comedian Mary Dimino offers a frank look at her own obesity; Dr. Lee Kaplan gives an expert\'s insight.'; heart_info_h[3] = 'Chapter 3: Rebuilding Lives [8:20]'; heart_info_p[3] = 'Married couple Carla and David talk about their tandem journey toward better health. '; heart_info_h[4] = 'Chapter 4: How We Eat [7:27]'; heart_info_p[4] = 'It\'s a family affair: Food psychologist Brian Wansink shows how healthy eating begins in children\'s homes. '; heart_info_h[5] = 'Chapter 5: The Drive to Change [8:54]'; heart_info_p[5] = 'Mary chooses diligent exercise to maintain her healthy weight, newfound vitality, and commitment to herself. '; heart_info_h[6] = 'Chapter 6: Healthy, Fat and Funny [8:11]'; heart_info_p[6] = 'Living large: Stories about being active, vital, and overweight. '; heart_info_h[7] = 'Chapter 7: Messages from the Gut [7:28]'; heart_info_p[7] = 'The science, risks, and rewards of gastric bypass surgery. '; heart_info_h[8] = 'Chapter 8: Rosie\'s Story [12:43]'; heart_info_p[8] = 'Educator and grandmother Rosie talks about her happy, active—and obese—life, and describes her decision to transform her body. '; heart_info_h[9] = 'Chapter 9: The Power of Comfort Food [5:26]'; heart_info_p[9] = 'Carla and Rocky share thoughts on emotional eating; Dr. Kaplan discusses this all-too-familiar phenomenon.'; heart_info_h[10] = 'Chapter 10: Dealing with the Epidemic [4:38]'; heart_info_p[10] = 'Public health expert America Bracho defines obesity as a civic issue, and mobilizes communities toward better health.'; heart_info_h[11] = 'Chapter 11: The Complexity [10:12]'; heart_info_p[11] = 'No easy answers: Mary, Dr. Kaplan and the characters of FAT offer final thoughts on the epidemic.'; heart_info_h[12] = 'Chapter 12: Credits [4:38]'; heart_info_p[12] = 'Learn more about the creators of FAT: What No One Is Telling You.'; function video_roll_show(vin) { document.getElementById('vn-roll-h3').innerHTML = heart_info_h[vin]; document.getElementById('vn-roll-p').innerHTML = heart_info_p[vin]; document.getElementById('default-video-info').style.display = "none"; document.getElementById('default-video-info').style.display = "none"; document.getElementById('roll-video-info').style.display = "block"; } function video_roll_hide() { document.getElementById('roll-video-info').style.display = "none"; document.getElementById('default-video-info').style.display = "block"; }