function _recipe_data_received(k){var i=document.getElementById("featured_recipe_of_the_day"),g=document.createElement("ul"),j=k[0],h;i.innerHTML='<a class="rod" href="'+j.link+'">  <img src="'+j.thumbnail+'" alt="'+j.name+'" /></a><p class="name"><a href="'+j.link+'">'+j.name+"</a></p>";for(var l=1;l<k.length;l++){j=k[l];h=document.createElement("li");h.innerHTML='<a href="'+j.link+'">'+j.name+"</a>";g.appendChild(h);}document.getElementById("other_recipes_of_the_day").appendChild(g);}if(typeof TIMEINC!="object"||!TIMEINC){window.TI=window.TIMEINC={};}if(typeof TIMEINC.NAV_WIDGET!="object"||!TIMEINC.NAV_WIDGET){var tinw=TIMEINC.NAV_WIDGET={topnav:function(){$("#nav li").hover(function(){var b=$(this).children("span").get(0);var a=$(this).find("ul");$(b).hover(function(){$(a).show();},function(){});$(this).addClass("selected");},function(){var a=$(this).find("ul");$(a).hide();$(this).removeClass("selected");});},toggler:function(){var b=$("h6.toggler").siblings().get(0);var a=$("h6.toggler").parent().get(0);$("h6.toggler").click(function(){if($(a).hasClass("toggle_on")){$(a).removeClass("toggle_on");$(b).hide();}else{$(a).addClass("toggle_on");$(b).show();}});},callFunctionOnWindowLoad:function(a){if(typeof window.addEventListener!="undefined"){window.addEventListener("load",a,false);}else{if(typeof document.addEventListener!="undefined"){document.addEventListener("load",a,false);}else{if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",a);}else{var b=window.onload;if(typeof window.onload!="function"){window.onload=a;}else{window.onload=function(){b();a();};}}}}},EnableTopNavOnElementLoad:function(b){var c=arguments;tinw.callFunctionOnWindowLoad(function(){window.loaded=true;});var a=document.getElementById(b);if(a==null&&!window.loaded){var d=setInterval(function(){if(window.loaded){clearInterval(d);}a=document.getElementById(b);if(a!=null){clearInterval(d);tinw.topnav();tinw.toggler();}},250);}}};}TIMEINC.NAV_WIDGET.EnableTopNavOnElementLoad("topnav");$(window).load(function(){TIMEINC.makeThisMyHomepage("#make_homepage a","http://www.health.com/health");});