document.write('<div id="roll-video-info" style="display: none;"><h3 id="vn-roll-h3"></h3><p id="vn-roll-p" class="player_blurb"></p></div>');

var heart_info_h = new Array();
var heart_info_p = new Array();

heart_info_h[1] = 'Chapter 1: Introduction  <span class="timecode">[9:04]</span>';
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  <span class="timecode">[7:10]</span>';
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  <span class="timecode">[8:20]</span>';
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  <span class="timecode">[7:27]</span>';
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  <span class="timecode">[8:54]</span>';
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   <span class="timecode">[8:11]</span>';
heart_info_p[6] = 'Living large: Stories about being active, vital, and overweight. ';

heart_info_h[7] = 'Chapter 7: Messages from the Gut   <span class="timecode">[7:28]</span>';
heart_info_p[7] = 'The science, risks, and rewards of gastric bypass surgery. ';

heart_info_h[8] = 'Chapter 8: Rosie\'s Story   <span class="timecode">[12:43]</span>';
heart_info_p[8] = 'Educator and grandmother Rosie talks about her happy, active&#8212;and obese&#8212;life, and describes her decision to transform her body. ';

heart_info_h[9] = 'Chapter 9: The Power of Comfort Food   <span class="timecode">[5:26]</span>';
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   <span class="timecode">[4:38]</span>';
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   <span class="timecode">[10:12]</span>';
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   <span class="timecode">[4:38]</span>';
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";
}