// VideoPodController Setup
var VPC = {};
VPC.videoPodController = {
	HowToBrush: {
		videoName: "HowToBrush",
		videoTitle: "How to Brush",
		videoDescription: "Learning the proper brushing technique is key to avoiding cavities and gum disease.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_How-to-Brush.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_How-to-Brush.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/How-to-Brush.flv",
		videoRelatedOne: "HowToFreshenBadBreath",
		videoRelatedTwo: "HowToCareForChildrensTeeth",
		videoRelatedThree: "HowToFloss",
		videoRelatedFour: "UnderstandingToothSensitivity",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?HowToBrush,How-to-Brush"
	},
	HowToFloss: {
		videoName: "HowToFloss",
		videoTitle: "How to Floss",
		videoDescription: "Know the safest way to floss away plaque and avoid gum disease.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_How-to-Floss.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_How-to-Floss.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/How-to-Floss.flv",
		videoRelatedOne: "HowToBrush",
		videoRelatedTwo: "HowToFreshenBreath",
		videoRelatedThree: "UnderstandingToothSensitivity",
		videoRelatedFour: "IntroductionToToothWhitening",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?HowToFloss,How-to-Floss"
	},
	HowToFreshenBadBreath: {
		videoName: "HowToFreshenBadBreath",
		videoTitle: "How to Freshen Bad Breath",
		videoDescription: "Learn how common morning breath develops and simple ways to help prevent it.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_How-to-Freshen-Bad-Breath.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_How-to-Freshen-Bad-Breath.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/How-to-Freshen-Bad-Breath.flv",
		videoRelatedOne: "HowToBrush",
		videoRelatedTwo: "HowToCareForChildrensTeeth",
		videoRelatedThree: "HowToFloss",
		videoRelatedFour: "IntroductionToToothWhitening",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?HowToFreshenBadBreath,How-to-Freshen-Bad-Breath"
	},
	HowToCareForChildrensTeeth: {
		videoName: "HowToCareForChildrensTeeth",
		videoTitle: "How to Care for Children's Teeth",
		videoDescription: "This short guide teaches you the correct way to brush children's teeth giving them a healthy start towards a lifetime of good oral health.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_How-to-Care-for-Childrens-Teeth.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_How-to-Care-for-Childrens-Teeth.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/How-to-Care-for-Childrens-Teeth.flv",
		videoRelatedOne: "HowToFreshenBadBreath",
		videoRelatedTwo: "HowToBrush",
		videoRelatedThree: "HowToFloss",
		videoRelatedFour: "UnderstandingToothSensitivity",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?HowToCareForChildrensTeeth,How-to-Care-for-Children's-Teeth"
	},
	UnderstandingToothSensitivity: {
		videoName: "UnderstandingToothSensitivity",
		videoTitle: "Understanding Tooth Sensitivity",
		videoDescription: "Discover the cause of tooth sensitivity, how to prevent future occurrence and how to treat and existing case.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_Understanding-Tooth-Sensitivity.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_Understanding-Tooth-Sensitivity.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/Understanding-Tooth-Sensitivity.flv",
		videoRelatedOne: "IntroductionToToothWhitening",
		videoRelatedTwo: "HowToBrush",
		videoRelatedThree: "HowToFloss",
		videoRelatedFour: "HowToFreshenBadBreath",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?UnderstandingToothSensitivity,Understanding-Tooth-Sensitivity"
	},
	IntroductionToToothWhitening: {
		videoName: "IntroductionToToothWhitening",
		videoTitle: "Introduction to Tooth Whitening",
		videoDescription: "Explore options for whitening teeth safely and effectively and learn what causes discoloration to being with.",
		videoThumbnail: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/thumb_Introduction-to-Tooth-Whitening.png",
		videoHero: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/videoHero_Introduction-to-Tooth-Whitening.jpg",
		videoFlv: "/Colgate/US/OC/Information/Popular-Topics/Common/VideoPlayer/Introduction-to-Tooth-Whitening.flv",
		videoRelatedOne: "UnderstandingToothSensitivity",
		videoRelatedTwo: "HowToBrush",
		videoRelatedThree: "HowToFreshenBadBreath",
		videoRelatedFour: "HowToFloss",
		videoRelatedURL: "/app/Colgate/US/OC/Information/Video-Library.cvsp?IntroductionToToothWhitening,Introduction-to-Tooth-Whitening"
	}
};

// set initial playList
//var playList = new Array("HowToBrush","HowToFloss","HowToFreshenBadBreath","HowToCareForChildrensTeeth","UnderstandingToothSensitivity","IntroductionToToothWhitening");
