// Some initialization; DO NOT MODIFY 
var episode_thumbnail = new Array();
var episode_title = new Array();
var episode_text = new Array();
var episode_video = new Array();
var number_of_episodes;	

// Specify # of Episodes
var number_of_episodes = 7;

// Index value of the episode to show on top -- usually 1 less than # of episodes.
var top_episode_index = 6;

//episode 01
episode_thumbnail[0] = "images/a_eps001.png";
episode_title[0] = "Episode One";
episode_text[0] = "Felicia Stoler, exercise physiologist and nutrition coordinator for the ING New York City Marathon discusses the Science of Meal Timing.";
episode_video[0] = "http://www.multisportcast.tv/video/MVP_050.flv";

//episode 02
episode_thumbnail[1] = "images/a_eps002.png";
episode_title[1] = "Episode Two";
episode_text[1] = "Wayne Westcott, Ph.D., fitness research director of South Shore YMCA in Quincy, Mass. and author of Building Strength and Stamina discuss why mixing it up is the key to training success.";
episode_video[1] = "http://www.multisportcast.tv/video/MVP_052.flv";

//episode 03
episode_thumbnail[2] = "images/a_eps003.png";
episode_title[2] = "Episode Three";
episode_text[2] = "Ben Gelfand, PT, SCS, Board Certified Sports Clinical Specialist and owner of Star Physical Therapy sets everyone straight on the misconceptions of stretching. Ben can be reached at www.starphysicaltherapy.com";
episode_video[2] = "http://www.multisportcast.tv/video/MVP_053.flv"

//episode 04
episode_thumbnail[3] = "images/a_eps004.png";
episode_title[3] = "Episode Four";
episode_text[3] = "Holly St. Lifer interviews Marion Nestle, nutrition professor at NYU and author of the bestselling book, WHAT TO EAT, about when you really need to buy organic and when plain conventional foods will do.";
episode_video[3] = "http://www.multisportcast.tv/video/MVP_054.flv"

//episode 05
episode_thumbnail[4] = "images/a_eps005.png";
episode_title[4] = "Episode Five";
episode_text[4] = "Holly St. Lifer talks with Mike Monroe, personal trainer, triathlete, marathon runner and program director of Push.tv about strategies to keep your body injury-free regardless of how hard or how frequently you train.";
episode_video[4] = "http://www.multisportcast.tv/video/MVP_055.flv"

//episode 06
episode_thumbnail[5] = "images/a_eps006.png";
episode_title[5] = "Episode Six";
episode_text[5] = "Holly St. Lifer gets advice from Janet Lee, deputy editor at SHAPE magazine, on the do's and don`ts of choosing a personal trainer.";
episode_video[5] = "http://www.multisportcast.tv/video/MVP_056.flv"

//episode 07
episode_thumbnail[6] = "images/a_eps007.png";
episode_title[6] = "Episode Seven";
episode_text[6] = "Health and fitness writer Holly St. Lifer talks with Mike Monroe, personal trainer, triathlete, marathon runner and program director of Push.tv about muscle soreness, why we get it, and how to avoid it.";
episode_video[6] = "http://www.multisportcast.tv/video/MVP_057.flv"


