(function(){


loadjscssfile("http://www.herchannel.com/stylesheets/nav.css", "css");
if (navigator.appName.toLowerCase().match("internet explorer")) {
	loadjscssfile("http://www.herchannel.com/stylesheets/nav-ie.css","css");
}
loadjscssfile("http://www.herchannel.com/javascripts/dropDown.js", "js");

//---Sponsored jsonp---
var SPONSORED_VID = false;
var pixelFire = function (url) {
    var img = document.createElement('img');
    img.style.width = "1px";
    img.style.height = "1px";
    img.src = url;
    document.body.appendChild(img);
    img.style.display = "none";
};

var HTML_embed = "";

var ROOT_DOMAIN = "http://www.herchannel.com";


(function(){
      var interval = setInterval(function(){
            if (window.dropDownMediaBar) {
	            clearInterval(interval);
				var dropDownGroup = {},
	     			items 	  	  =	null;
				dropDownGroup.showDisabled = false;
				dropDownGroup.lastOpenedDropDown = null;

				for(var cat in DROPDOWN_MENUS) {
					if (DROPDOWN_MENUS.hasOwnProperty(cat)) {

						new dropDownMediaBar (
							"li_" + cat, //ID <li>
							dropDownGroup, // DropDownGroup
							"http://www.herchannel.com/vehicle/widget/iframePlayer.html",
							DROPDOWN_MENUS[cat] // Items
						);
					}
				}
			}
    }, 1);
})();

function hcStats(location){
    var div = document.getElementById('hc_stats');
    if(window.location.hostname != "www.herchannel.com"){
        var ifrm = "<iframe src='" + ROOT_DOMAIN + "/nav_stats/partner/educatedpalate/"+location+"' width='0' height='0' style='display:none;'></iframe>"
    }else{
        var ifrm = "<iframe src='" + ROOT_DOMAIN + "/nav_stats/partner/educatedpalate/"+location+"-herchannel' width='0' height='0' style='display:none;'></iframe>"
    }
    if(div != null){
        div.innerHTML = ifrm;
    }
}
function hcVideoPlay(catName, vidID, videoTitle, vidTitle, vidDesc){
	document.getElementById('hcnavPlayer').style.marginTop='0px';
	document.getElementById('deca_video').style.marginTop='0px';
	
	document.getElementById('dropdownMenu_food').style.visibility='hidden';
	
	
	document.getElementById('deca_video').setQueryStringParameters({embedCode:vidID,hide:'sharing,embed,endscreen',autoplay:1,'thruParam_freewheel[siteSectionID]':'educatedpalate_menus','thruParam_freewheel_ads_manager[siteSectionID]':'educatedpalate_menus','thruParam_freewheel[mrmNetworkID]':'','thruParam_freewheel-ads-manager[mrmNetworkID]':''});
	var vidInfo = '<strong>'+vidTitle+'</strong><br />'+seriesName+'<br />'+vidDesc+'<br />'+companionLink+brandLink;
	document.getElementById('playerInfo').innerHTML=vidInfo;
    hcStats('played-'+videoTitle);

	return false;
}
function hcCloseVideo(){
	document.getElementById('deca_video').pauseMovie();
	document.getElementById('hcnavPlayer').style.marginTop='-999em';
	document.getElementById('deca_video').style.marginTop='-999em';
	
	document.getElementById('dropdownMenu_food').style.visibility='visible';
	
	
	return false;
}

function loadjscssfile(filename, filetype){
 if (filetype=="js"){ //if filename is a external JavaScript file
  var fileref=document.createElement('script')
  fileref.setAttribute("type","text/javascript")
  fileref.setAttribute("src", filename)
 }
 else if (filetype=="css"){ //if filename is an external CSS file
  var fileref=document.createElement("link")
  fileref.setAttribute("rel", "stylesheet")
  fileref.setAttribute("type", "text/css")
  fileref.setAttribute("href", filename)
 }
 if (typeof fileref!="undefined")
  document.getElementsByTagName("head")[0].appendChild(fileref)
}
HTML_embed += ('<div id="hc_stats" style="visibility:hidden;"></div>');
HTML_embed += ('<div class="hc_wrapper"><div id="hcnav" style="visibility:hidden;">');
HTML_embed += ('<ul>');


if(window.location.hostname == "www.herchannel.com"){
    HTML_embed += ('<li><a href="http://www.herchannel.com/" class="hcnav_navLogo"><img src="http://www.herchannel.com/images/logo_mini.png" class="hcnav_mini" title="Her Channel" /></a></li>')
}else{
    HTML_embed += ('<li><a href="http://www.herchannel.com/" target="_blank" class="hcnav_navLogo"><img src="http://www.herchannel.com/images/logo_mini.png" class="hcnav_mini" title="Her Channel" /></a></li>')
}

var DROPDOWN_MENUS = {};


//***************DropDown Player********************


		
	HTML_embed += ("<li id='li_food'><a href='http://www.herchannel.com/educatedpalate/food/' target='_blank' class='hcnav_dropMenu'>Food</a>");
    HTML_embed += ('</li>');
	//Adding Categories
	 DROPDOWN_MENUS['food'] = [];

         

         console.log('');
         console.log('');

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8',
          vidID			: 'A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8',
          videoTitle		: 'Perfect Panini',
          vidTitle		: 'Perfect Panini',
          vidDesc 		: 'Buddy cooks his favorite paninis: A delicious bruschetta and pepper panini and a mouth watering chicken pesto panini grilled to perfection.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8/promo151873762',
          itemDesc		: 'Buddy cooks his favorite paninis: A delicious bruschetta and pepper panini and a mouth watering...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8',
          vidID			: 'g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8',
          videoTitle		: 'Homemade Cappuccino Banana Smoothie',
          vidTitle		: 'Homemade Cappuccino Banana Smoothie',
          vidDesc 		: 'Buddy’s cappuccino smoothie is refreshing, low in calories, and ready in minutes. It’s your morning cappuccino with a twist!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8/promo151875894',
          itemDesc		: 'Buddy’s cappuccino smoothie is refreshing, low in calories, and ready in minutes. It’s your morning...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn',
          vidID			: 'JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn',
          videoTitle		: 'Seafood Fra Diavolo',
          vidTitle		: 'Seafood Fra Diavolo',
          vidDesc 		: 'Mussels, clams, calamari, and shrimp; this dish is spicy hot. Diavolo doesn’t mean ’ the devil ’ for nothing!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn/promo148780355',
          itemDesc		: 'Mussels, clams, calamari, and shrimp; this dish is spicy hot. Diavolo doesn’t mean ’ the...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com/tv/kitchen-boss" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: '9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb',
          vidID			: '9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb',
          videoTitle		: 'Sharing that Warm, Cozy Feeling',
          vidTitle		: 'Sharing that Warm, Cozy Feeling',
          vidDesc 		: 'Kleenex: With a new baby at home, Big Sister Isa is beginning to share...her love, her clothes, and even her toys. Now Caroline Murphy is going to keep that sharing feeling going by sending a...',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb/promo153190985',
          itemDesc		: 'Kleenex: With a new baby at home, Big Sister Isa is beginning to share...her love,...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'Momversation',
          seriesName		: '',
          brandLink		: '<a href="http://www.momversation.com" target="_blank"><img alt="Momversation" src="http://cdn.herchannel.com/logos/branding/momversation.png" /></a>',
          companionLink	: '| <a href="" target="_blank"> &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/momversation.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'cyNWg1Mzr-etceu2eF9pb-wkIoMmeZ2H',
          vidID			: 'cyNWg1Mzr-etceu2eF9pb-wkIoMmeZ2H',
          videoTitle		: 'Dream Cheesecake',
          vidTitle		: 'Dream Cheesecake',
          vidDesc 		: 'Watch as the Cake Boss himself gets schooled by Aunt Nina and her mouth-watering Ricotta Cheesecake!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/cyNWg1Mzr-etceu2eF9pb-wkIoMmeZ2H/Ut_HKthATH4eww8X5hMDoxOjI0O1ehIv',
          itemDesc		: 'Watch as the Cake Boss himself gets schooled by Aunt Nina and her mouth-watering Ricotta...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com/tv/kitchen-boss" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'tkY2xkMzqiIUxVoEzsPg5ZnxkGLzHVDR',
          vidID			: 'tkY2xkMzqiIUxVoEzsPg5ZnxkGLzHVDR',
          videoTitle		: 'Pear Pan Sauce Pork Rub',
          vidTitle		: 'Pear Pan Sauce Pork Rub',
          vidDesc 		: 'This Pork Loin with Pear Pan Sauce recipe is a delicious way to serve a classic entree.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/tkY2xkMzqiIUxVoEzsPg5ZnxkGLzHVDR/promo151874630',
          itemDesc		: 'This Pork Loin with Pear Pan Sauce recipe is a delicious way to serve a...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com/tv/home-made-simple" target="_blank">Home Made Simple</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'gzYWxkMzp2eWAcUDhsJt85BJ-bmk_0sk',
          vidID			: 'gzYWxkMzp2eWAcUDhsJt85BJ-bmk_0sk',
          videoTitle		: 'Spinach with Polenta and Poached Eggs',
          vidTitle		: 'Spinach with Polenta and Poached Eggs',
          vidDesc 		: 'Buddy whips up a creamy breakfast of Italian-style grits with spinach and eggs!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/gzYWxkMzp2eWAcUDhsJt85BJ-bmk_0sk/promo151874242',
          itemDesc		: 'Buddy whips up a creamy breakfast of Italian-style grits with spinach and eggs!',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'Y0YmxkMzrCfg7O409-WGVFZRPmURuWrX',
          vidID			: 'Y0YmxkMzrCfg7O409-WGVFZRPmURuWrX',
          videoTitle		: 'Remoulade Sauce',
          vidTitle		: 'Remoulade Sauce',
          vidDesc 		: 'This Remoulade Sauce goes great with crab cakes or other seafood.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/Y0YmxkMzrCfg7O409-WGVFZRPmURuWrX/promo151874554',
          itemDesc		: 'This Remoulade Sauce goes great with crab cakes or other seafood.',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com/tv/home-made-simple" target="_blank">Home Made Simple</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'lyZ3B0MjqcatMnUVtlYXeXFQtdMcsjkV',
          vidID			: 'lyZ3B0MjqcatMnUVtlYXeXFQtdMcsjkV',
          videoTitle		: 'Green Goddess Dressing',
          vidTitle		: 'Green Goddess Dressing',
          vidDesc 		: 'How to make Green Goddess Dressing. Video recipe for TLC Cooking by Handmade TV.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/lyZ3B0MjqcatMnUVtlYXeXFQtdMcsjkV/promo142541845',
          itemDesc		: 'How to make Green Goddess Dressing. Video recipe for TLC Cooking by Handmade TV.',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://recipes.howstuffworks.com/" target="_blank">TLC Cooking Summer Kitchen</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.discovery.com/videos" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'Q0aHB0MjqA_-YHXjtlQgPSE73dpQKcva',
          vidID			: 'Q0aHB0MjqA_-YHXjtlQgPSE73dpQKcva',
          videoTitle		: 'Wasabi Party Mix',
          vidTitle		: 'Wasabi Party Mix',
          vidDesc 		: 'This Wasabi Party Mx gives a kick to an old get-together snack.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/Q0aHB0MjqA_-YHXjtlQgPSE73dpQKcva/bQUsMTALX8D6FX5H5hMDoxOjA0O88asB',
          itemDesc		: 'This Wasabi Party Mx gives a kick to an old get-together snack.',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com/tv/home-made-simple" target="_blank">Home Made Simple</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.discovery.com/videos/home-made-simple/" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: '14d2luMjr0XfOtDHVHDVdsqNkS1oIIkU',
          vidID			: '14d2luMjr0XfOtDHVHDVdsqNkS1oIIkU',
          videoTitle		: 'Great Ideas for Your Kids’ Lunches!',
          vidTitle		: 'Great Ideas for Your Kids’ Lunches!',
          vidDesc 		: 'Her Say: We’ve got creative and cute ideas for your kids’ lunches from Lisa Leconte, author of The Mini Book of Grandwiches.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/14d2luMjr0XfOtDHVHDVdsqNkS1oIIkU/promo135035598',
          itemDesc		: 'Her Say: We’ve got creative and cute ideas for your kids’ lunches from Lisa Leconte,...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'Her Say',
          seriesName		: '<a href="http://www.hersay.com/her-say" target="_blank">Her Say</a>',
          brandLink		: '<a href="http://www.hersay.com" target="_blank"><img alt="Hersay" src="http://cdn.herchannel.com/logos/branding/hersay.png" /></a>',
          companionLink	: '| <a href="" target="_blank"> &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/hersay.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8',
          vidID			: 'A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8',
          videoTitle		: 'Perfect Panini',
          vidTitle		: 'Perfect Panini',
          vidDesc 		: 'Buddy cooks his favorite paninis: A delicious bruschetta and pepper panini and a mouth watering chicken pesto panini grilled to perfection.',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/A4ZGxkMzr5lzNp1WqdicWLPJpWkwgDc8/promo151873762',
          itemDesc		: 'Buddy cooks his favorite paninis: A delicious bruschetta and pepper panini and a mouth watering...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8',
          vidID			: 'g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8',
          videoTitle		: 'Homemade Cappuccino Banana Smoothie',
          vidTitle		: 'Homemade Cappuccino Banana Smoothie',
          vidDesc 		: 'Buddy’s cappuccino smoothie is refreshing, low in calories, and ready in minutes. It’s your morning cappuccino with a twist!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/g1YWxkMzp9JcNJ2EE96Uwa6GyvHD4WT8/promo151875894',
          itemDesc		: 'Buddy’s cappuccino smoothie is refreshing, low in calories, and ready in minutes. It’s your morning...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: 'JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn',
          vidID			: 'JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn',
          videoTitle		: 'Seafood Fra Diavolo',
          vidTitle		: 'Seafood Fra Diavolo',
          vidDesc 		: 'Mussels, clams, calamari, and shrimp; this dish is spicy hot. Diavolo doesn’t mean ’ the devil ’ for nothing!',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/JyZXI1MzqCWxPTzzkHYhOgERR83FqFjn/promo148780355',
          itemDesc		: 'Mussels, clams, calamari, and shrimp; this dish is spicy hot. Diavolo doesn’t mean ’ the...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'TLC',
          seriesName		: '<a href="http://tlc.howstuffworks.com" target="_blank">Kitchen Boss</a>',
          brandLink		: '<a href="http://www.tlc.com" target="_blank"><img alt="Tlc" src="http://cdn.herchannel.com/logos/branding/tlc.png" /></a>',
          companionLink	: '| <a href="http://tlc.howstuffworks.com/tv/kitchen-boss" target="_blank">Watch more videos! &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/tlc.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	

	//***************DropDown ********************
        var item = {
          catName			: 'dropdownMenu_food',
          embededCode		: '9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb',
          vidID			: '9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb',
          videoTitle		: 'Sharing that Warm, Cozy Feeling',
          vidTitle		: 'Sharing that Warm, Cozy Feeling',
          vidDesc 		: 'Kleenex: With a new baby at home, Big Sister Isa is beginning to share...her love, her clothes, and even her toys. Now Caroline Murphy is going to keep that sharing feeling going by sending a...',
          thumbnail		: 'http://decatv.cdn.c.ooyala.com.edgesuite.net/9kbzQ4MzoaPlKgCPdXtc85_SToQIPomb/promo153190985',
          itemDesc		: 'Kleenex: With a new baby at home, Big Sister Isa is beginning to share...her love,...',
          siteSectionID	: 'educatedpalate_menus',
          mrmNetworkID	: '144154',
          brandName		: 'Momversation',
          seriesName		: '',
          brandLink		: '<a href="http://www.momversation.com" target="_blank"><img alt="Momversation" src="http://cdn.herchannel.com/logos/branding/momversation.png" /></a>',
          companionLink	: '| <a href="" target="_blank"> &raquo;</a>',
          brandLogo		: 'http://cdn.herchannel.com/logos/branding/momversation.png'
        };

        

        DROPDOWN_MENUS['food'].push(item);

	//***************DropDown ********************

	


HTML_embed += ('</ul>');




HTML_embed += ('<div class="hcnav_posPlayer"><div id="hcnavPlayer"><div class="hcnav_playerClose"><a href="#" onClick="hcCloseVideo();"><img src="http://www.herchannel.com/images/close.png" /></a></div>');
HTML_embed += ('<div id="playerInfo"></div></div></div></div></div>');

//***************DropDown********************

//Here running the DropDown Implementation

//***************DropDown********************

/* call stats function */
if(window.location.hostname != ("www.herchannel.com"||"localhost")){
    HTML_embed += ("<iframe src='" + ROOT_DOMAIN + "/nav_stats/partner/educatedpalate/nav' width='0' height='0' style='display:none;'></iframe>");
}

/* Call deca's stats */
    HTML_embed += ("<iframe src='http://stats.deca.tv/l/v1/pix?e=mbd&v=media-bar&h=giulianohazan.com/blog/&dp=educatedpalate&i=e31c70fac0a8491e9b92fbdeda0eee03&c1=food' width='0' height='0' style='display:none;'></iframe>");

//Get the current script
var thisScript = document.getElementById('herchannel_mediabar');

if (!thisScript) {
	scripts = document.getElementsByTagName('script');
	var length = scripts.length;
	for (var i = 0 ; i < length; i ++)
	{
		if (scripts[i].src) {
			var srcTmp = scripts[i].src;
			if(srcTmp.match(/herchannel/) && srcTmp.match(/nav_loader/)) {
				thisScript = scripts[i];
				break;
			}
		}
	}
}

if (!thisScript) {
	thisScript = {};
	thisScript.async = false;
}

if (thisScript.async) {
	var divContainer = document.createElement('div');
	divContainer.innerHTML = HTML_embed;
	thisScript.parentNode.insertBefore(divContainer,thisScript.nextSibling);
} else {
	document.write(HTML_embed);
}

})();

