載入套件


In [3]:
#解析html套件 BeautifulSoup 、 網路庫 requests
from bs4 import BeautifulSoup as bs
import requests

In [5]:
from collections import OrderedDict as od

In [6]:
import json

In [7]:
import traceback
import re

In [ ]:


In [ ]:


In [11]:
HOST = 'http://allrecipes.com'

In [10]:
url = HOST + "/recipes/"

In [13]:
res_ls = requests.get(url)

In [14]:
res_ls


Out[14]:
<Response [200]>

In [16]:
soup_ls = bs(res_ls.text, 'lxml')

In [18]:
soup_ls


Out[18]:
<!DOCTYPE html>
<html>
<head>
<title>Recipes - Allrecipes.com</title>
<meta content="Recipes" property="og:title"/>
<meta content="Allrecipes" property="og:site_name"/>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="Find and share everyday cooking inspiration on Allrecipes. Discover recipes, cooks, videos, and how-tos based on the food you love and the friends you follow." id="metaDescription" name="description"/>
<meta content="Find and share everyday cooking inspiration on Allrecipes. Discover recipes, cooks, videos, and how-tos based on the food you love and the friends you follow." property="og:description"/>
<meta content="noodp,noydir" name="robots"/>
<link href="http://allrecipes.com/recipes/" id="canonicalUrl" rel="canonical"/>
<meta content="http://allrecipes.com/recipes/" property="og:url"/>
<link href="http://css01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/main-css.bundled.Css" rel="stylesheet"/>
<link href="http://css01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/recipe-print-css.bundled.Css" rel="stylesheet"/>
<link href="http://allrecipes.com/recipes/?page=2" rel="next"/>
<meta content="66102450266" property="fb:app_id"/>
<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"55db0cb698","applicationID":"33298262","transactionName":"YwABYUUDXUIABRZbCVpKLmN0TWFUAg8SVxV3Cg1BRQ1fXQQUTWADVwwTUEQ=","queueTime":0,"applicationTime":54,"agent":"","atts":""}</script><script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"XQ4OVVdaGwADVlhaBQcF"};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{c.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(19),c={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(c.console=!0,o.indexOf("dev")!==-1&&(c.dev=!0),o.indexOf("nr_dev")!==-1&&(c.nrDev=!0))}catch(s){}c.nrDev&&i.on("internal-error",function(t){r(t.stack)}),c.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),c.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(c,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,o){try{h?h-=1:i("err",[o||new UncaughtException(t,e,n)])}catch(c){try{i("ierr",[c,(new Date).getTime(),!0])}catch(s){}}return"function"==typeof f&&f.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t){i("err",[t,(new Date).getTime()])}var i=t("handle"),a=t(20),c=t("ee"),s=t("loader"),f=window.onerror,u=!1,h=0;s.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(d){"stack"in d&&(t(12),t(11),"addEventListener"in window&&t(6),s.xhrWrappable&&t(13),u=!0)}c.on("fn-start",function(t,e,n){u&&(h+=1)}),c.on("fn-err",function(t,e,n){u&&(this.thrown=!0,o(n))}),c.on("fn-end",function(){u&&!this.thrown&&h>0&&(h-=1)}),c.on("internal-error",function(t){i("ierr",[t,(new Date).getTime(),!0])})},{}],3:[function(t,e,n){t("loader").features.ins=!0},{}],4:[function(t,e,n){function r(){j++,S=y.hash,this[u]=Date.now()}function o(){j--,y.hash!==S&&i(0,!0);var t=Date.now();this[l]=~~this[l]+t-this[u],this[h]=t}function i(t,e){x.emit("newURL",[""+y,e])}function a(t,e){t.on(e,function(){this[e]=Date.now()})}var c="-start",s="-end",f="-body",u="fn"+c,h="fn"+s,d="cb"+c,p="cb"+s,l="jsTime",m="fetch",v="addEventListener",w=window,y=w.location;if(w[v]){var g=t(9),b=t(10),x=t(8),E=t(6),T=t(12),O=t(7),R=t(13),P=t("ee"),D=P.get("tracer");t(14),t("loader").features.spa=!0;var S,N=w[v],j=0;P.on(u,r),P.on(d,r),P.on(h,o),P.on(p,o),P.buffer([u,h,"xhr-done","xhr-resolved"]),E.buffer([u]),T.buffer(["setTimeout"+s,"clearTimeout"+c,u]),R.buffer([u,"new-xhr","send-xhr"+c]),O.buffer([m+c,m+"-done",m+f+c,m+f+s]),x.buffer(["newURL"]),g.buffer([u]),b.buffer(["propagate",d,p,"executor-err","resolve"+c]),D.buffer([u,"no-"+u]),a(R,"send-xhr"+c),a(P,"xhr-resolved"),a(P,"xhr-done"),a(O,m+c),a(O,m+"-done"),x.on("pushState-end",i),x.on("replaceState-end",i),N("hashchange",i,!0),N("load",i,!0),N("popstate",function(){i(0,j>1)},!0)}},{}],5:[function(t,e,n){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(12),c=t(11),s="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",h="bstResource",d="resource",p="-start",l="-end",m="fn"+p,v="fn"+l,w="bstTimer",y="pushState";t("loader").features.stn=!0,t(8);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&&(this.bstStart=Date.now())}),o.on(v,function(t,e){var n=t[0];n instanceof g&&i("bst",[n,e,this.bstStart,Date.now()])}),a.on(m,function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),a.on(v,function(t,e){i(w,[e,this.bstStart,Date.now(),this.bstType])}),c.on(m,function(){this.bstStart=Date.now()}),c.on(v,function(t,e){i(w,[e,this.bstStart,Date.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=Date.now(),this.startPath=location.pathname+location.hash}),o.on(y+l,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+s]?window.performance[f](u,function(t){i(h,[window.performance.getEntriesByType(d)]),window.performance["c"+s]()},!1):window.performance[f]("webkit"+u,function(t){i(h,[window.performance.getEntriesByType(d)]),window.performance["webkitC"+s]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],6:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){c.inPlace(t,[u,h],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),c=t(21)(a,!0),s=t("gos"),f=XMLHttpRequest,u="addEventListener",h="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){var n=t[1],r=s(n,"nr@wrapped",function(){function t(){if("function"==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,"function":n}[typeof n];return e?c(e,"fn-",null,e.name||"anonymous"):n});this.wrapped=t[1]=r}),a.on(h+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],7:[function(t,e,n){function r(t,e,n){var r=t[e];"function"==typeof r&&(t[e]=function(){var t=r.apply(this,arguments);return o.emit(n+"start",arguments,t),t.then(function(e){return o.emit(n+"end",[null,e],t),e},function(e){throw o.emit(n+"end",[e],t),e})})}var o=t("ee").get("fetch"),i=t(19);e.exports=o;var a=window,c="fetch-",s=c+"body-",f=["arrayBuffer","blob","json","text","formData"],u=a.Request,h=a.Response,d=a.fetch,p="prototype";u&&h&&d&&(i(f,function(t,e){r(u[p],e,s),r(h[p],e,s)}),r(a,"fetch",c),o.on(c+"end",function(t,e){var n=this;e?e.clone().arrayBuffer().then(function(t){n.rxSize=t.byteLength,o.emit(c+"done",[null,e],n)}):o.emit(c+"done",[t],n)}))},{}],8:[function(t,e,n){var r=t("ee").get("history"),o=t(21)(r);e.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],9:[function(t,e,n){var r=t("ee").get("mutation"),o=t(21)(r),i=NREUM.o.MO;e.exports=r,i&&(window.MutationObserver=function(t){return this instanceof i?new i(o(t,"fn-")):i.apply(this,arguments)},MutationObserver.prototype=i.prototype)},{}],10:[function(t,e,n){function r(t){var e=a.context(),n=c(t,"executor-",e),r=new f(n);return a.context(r).getCtx=function(){return e},a.emit("new-promise",[r,e],e),r}function o(t,e){return e}var i=t(21),a=t("ee").get("promise"),c=i(a),s=t(19),f=NREUM.o.PR;e.exports=a,f&&(window.Promise=r,["all","race"].forEach(function(t){var e=f[t];f[t]=function(n){function r(t){return function(){a.emit("propagate",[null,!o],i),o=o||!t}}var o=!1;s(n,function(e,n){Promise.resolve(n).then(r("all"===t),r(!1))});var i=e.apply(f,arguments),c=f.resolve(i);return c}}),["resolve","reject"].forEach(function(t){var e=f[t];f[t]=function(t){var n=e.apply(f,arguments);return t!==n&&a.emit("propagate",[t,!0],n),n}}),f.prototype["catch"]=function(t){return this.then(null,t)},f.prototype=Object.create(f.prototype,{constructor:{value:r}}),s(Object.getOwnPropertyNames(f),function(t,e){try{r[e]=f[e]}catch(n){}}),a.on("executor-start",function(t){t[0]=c(t[0],"resolve-",this),t[1]=c(t[1],"resolve-",this)}),a.on("executor-err",function(t,e,n){t[1](n)}),c.inPlace(f.prototype,["then"],"then-",o),a.on("then-start",function(t,e){this.promise=e,t[0]=c(t[0],"cb-",this),t[1]=c(t[1],"cb-",this)}),a.on("then-end",function(t,e,n){this.nextPromise=n;var r=this.promise;a.emit("propagate",[r,!0],n)}),a.on("cb-end",function(t,e,n){a.emit("propagate",[n,!0],this.nextPromise)}),a.on("propagate",function(t,e,n){this.getCtx&&!e||(this.getCtx=function(){if(t instanceof Promise)var e=a.context(t);return e&&e.getCtx?e.getCtx():this})}),r.toString=function(){return""+f})},{}],11:[function(t,e,n){var r=t("ee").get("raf"),o=t(21)(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],12:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration="number"==typeof t[1]?t[1]:0,t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t(21)(i),c="setTimeout",s="setInterval",f="clearTimeout",u="-start",h="-";e.exports=i,a.inPlace(window,[c,"setImmediate"],c+h),a.inPlace(window,[s],s+h),a.inPlace(window,[f,"clearImmediate"],f+h),i.on(s+u,r),i.on(c+u,o)},{}],13:[function(t,e,n){function r(t,e){h.inPlace(e,["onreadystatechange"],"fn-",c)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),h.inPlace(t,v,"fn-",c)}function i(t){w.push(t),l&&(g=-g,b.data=g)}function a(){for(var t=0;t<w.length;t++)r([],w[t]);w.length&&(w=[])}function c(t,e){return e}function s(t,e){for(var n in t)e[n]=t[n];return e}t(6);var f=t("ee"),u=f.get("xhr"),h=t(21)(u),d=NREUM.o,p=d.XHR,l=d.MO,m="readystatechange",v=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],w=[];e.exports=u;var y=window.XMLHttpRequest=function(t){var e=new p(t);try{u.emit("new-xhr",[e],e),e.addEventListener(m,o,!1)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(s(p,y),y.prototype=p.prototype,h.inPlace(y.prototype,["open","send"],"-xhr-",c),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),l){var g=1,b=document.createTextNode(g);new l(a).observe(b,{characterData:!0})}else f.on("fn-end",function(t){t[0]&&t[0].type===m||a()})},{}],14:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<h;r++)t.removeEventListener(u[r],this.listener,!1);if(!e.aborted){if(n.duration=(new Date).getTime()-this.startTime,4===t.readyState){e.status=t.status;var i=o(t,this.lastSize);if(i&&(n.rxSize=i),this.sameOrigin){var a=t.getResponseHeader("X-NewRelic-App-Data");a&&(e.cat=a.split(", ").pop())}}else e.status=0;n.cbTime=this.cbTime,f.emit("xhr-done",[t],t),c("xhr",[e,n,this.startTime])}}}function o(t,e){var n=t.responseType;if("json"===n&&null!==e)return e;var r="arraybuffer"===n||"blob"===n||"json"===n?t.response:t.responseText;return l(r)}function i(t,e){var n=s(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}var a=t("loader");if(a.xhrWrappable){var c=t("handle"),s=t(15),f=t("ee"),u=["load","error","abort","timeout"],h=u.length,d=t("id"),p=t(18),l=t(17),m=window.XMLHttpRequest;a.features.xhr=!0,t(13),f.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,p&&(p>34||p<10)||window.opera||t.addEventListener("progress",function(t){e.lastSize=t.loaded},!1)}),f.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),f.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=l(r);i&&(n.txSize=i)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{f.emit("internal-error",[n])}catch(r){}}};for(var a=0;a<h;a++)e.addEventListener(u[a],this.listener,!1)}),f.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),f.on("xhr-load-added",function(t,e){var n=""+d(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),f.on("xhr-load-removed",function(t,e){var n=""+d(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),f.on("addEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-added",[t[1],t[2]],e)}),f.on("removeEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-removed",[t[1],t[2]],e)}),f.on("fn-start",function(t,e,n){e instanceof m&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),f.on("fn-end",function(t,e){this.xhrCbStart&&f.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{}],15:[function(t,e,n){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&&e.port===n.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],16:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[(new Date).getTime()].concat(c(arguments)),e?null:this,n),e?void 0:this}}var i=t("handle"),a=t(19),c=t(20),s=t("ee").get("tracer"),f=NREUM;"undefined"==typeof window.newrelic&&(newrelic=f);var u=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],h="api-",d=h+"ixn-";a(u,function(t,e){f[e]=o(h+e,!0,"api")}),f.addPageAction=o(h+"addPageAction",!0),f.setCurrentRouteName=o(h+"routeName",!0),e.exports=newrelic,f.interaction=function(){return(new r).get()};var p=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(d+"tracer",[Date.now(),t,n],r),function(){if(s.emit((o?"":"no-")+"fn-start",[Date.now(),r,o],n),o)try{return e.apply(this,arguments)}finally{s.emit("fn-end",[Date.now()],n)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){p[e]=o(d+e)}),newrelic.noticeError=function(t){"string"==typeof t&&(t=new Error(t)),i("err",[t,(new Date).getTime()])}},{}],17:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],18:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],19:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],20:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],21:[function(t,e,n){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(20),a="nr@original",c=Object.prototype.hasOwnProperty,s=!1;e.exports=function(t,e){function n(t,e,n,o){function nrWrapper(){var r,a,c,s;try{a=this,r=i(arguments),c="function"==typeof n?n(r,a):n||{}}catch(f){d([f,"",[r,a,o],c])}u(e+"start",[r,a,o],c);try{return s=t.apply(a,r)}catch(h){throw u(e+"err",[r,a,h],c),h}finally{u(e+"end",[r,a,s],c)}}return r(t)?t:(e||(e=""),nrWrapper[a]=t,h(t,nrWrapper),nrWrapper)}function f(t,e,o,i){o||(o="");var a,c,s,f="-"===o.charAt(0);for(s=0;s<e.length;s++)c=e[s],a=t[c],r(a)||(t[c]=n(a,f?c+o:o,i,c))}function u(n,r,o){if(!s||e){var i=s;s=!0;try{t.emit(n,r,o)}catch(a){d([a,n,r,o])}s=i}}function h(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){d([r])}for(var o in t)c.call(t,o)&&(e[o]=t[o]);return e}function d(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=o),n.inPlace=f,n.flag=a,n}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?s(t,c,i):i()}function n(n,r,o){if(!d.aborted){t&&t(n,r,o);for(var i=e(o),a=l(n),c=a.length,s=0;s<c;s++)a[s].apply(i,r);var f=u[y[n]];return f&&f.push([g,n,r,i]),i}}function p(t,e){w[t]=l(t).concat(e)}function l(t){return w[t]||[]}function m(t){return h[t]=h[t]||o(n)}function v(t,e){f(t,function(t,n){e=e||"feature",y[n]=e,e in u||(u[e]=[])})}var w={},y={},g={on:p,emit:n,get:m,listeners:l,context:e,buffer:v,abort:a,aborted:!1};return g}function i(){return new r}function a(){(u.api||u.feature)&&(d.aborted=!0,u=d.backlog={})}var c="nr@context",s=t("gos"),f=t(19),u={},h={},d=e.exports=o();d.backlog=u},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!b++){var t=g.info=NREUM.info,e=h.getElementsByTagName("script")[0];if(setTimeout(f.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&e))return f.abort();s(w,function(e,n){t[e]||(t[e]=n)}),c("mark",["onload",a()],null,"api");var n=h.createElement("script");n.src="https://"+t.agent,e.parentNode.insertBefore(n,e)}}function o(){"complete"===h.readyState&&i()}function i(){c("mark",["domContent",a()],null,"api")}function a(){return(new Date).getTime()}var c=t("handle"),s=t(19),f=t("ee"),u=window,h=u.document,d="addEventListener",p="attachEvent",l=u.XMLHttpRequest,m=l&&l.prototype;NREUM.o={ST:setTimeout,CT:clearTimeout,XHR:l,REQ:u.Request,EV:u.Event,PR:u.Promise,MO:u.MutationObserver},t(16);var v=""+location,w={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-spa-1016.min.js"},y=l&&m&&m[d]&&!/CriOS/.test(navigator.userAgent),g=e.exports={offset:a(),origin:v,features:{},xhrWrappable:y};h[d]?(h[d]("DOMContentLoaded",i,!1),u[d]("load",r,!1)):(h[p]("onreadystatechange",o),u[p]("onload",r)),c("mark",["firstbyte",a()],null,"api");var b=0},{}]},{},["loader",2,14,5,3,4]);</script>
<!-- Begin comScore Tag - Part 1 -->
<script>
        var _comscore = _comscore || [];
        _comscore.push({ c1: "2", c2: "6036305" });
        (function() {
            var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
            s.async = true;
            s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
            el.parentNode.insertBefore(s, el);
        })();
    </script>
<!-- End comScore Tag Part 1-->
<link href="/apple-touch-icon-180x180-precomposed.png" rel="apple-touch-icon-precomposed" sizes="180x180"/>
<link href="/apple-touch-icon-152x152-precomposed.png" rel="apple-touch-icon-precomposed" sizes="152x152"/>
<link href="/apple-touch-icon-120x120-precomposed.png" rel="apple-touch-icon-precomposed" sizes="120x120"/>
<link href="/apple-touch-icon-114x114-precomposed.png" rel="apple-touch-icon-precomposed" sizes="114x114"/>
<link href="/apple-touch-icon-76x76-precomposed.png" rel="apple-touch-icon-precomposed" sizes="76x76"/>
<link href="/apple-touch-icon-72x72-precomposed.png" rel="apple-touch-icon-precomposed" sizes="72x72"/>
<link href="/apple-touch-icon-60x60-precomposed.png" rel="apple-touch-icon-precomposed" sizes="60x60"/>
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" sizes="57x57"/>
<link href="/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"/>
<link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
<meta content="#ffffff" name="msapplication-TileColor"/>
<!-- Maxymiser script start -->
<script src="//service.maxymiser.net/cdn/allrecipes/js/mmcore.js" type="text/javascript"></script>
<!-- Maxymiser script end -->
<script src="//assets.adobedtm.com/1c2ad567a53f27e563c4dc2c278a904b84dc5fde/satelliteLib-a07d47e4668bf3c3fa98aff5b2fc6d3f1d0981a3.js"></script>
<script src="http://js01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/main-top.bundled.js"></script>
<meta content="1210af8b-62a4-46f9-8277-5e6fa0ad47e4" name="correlationId"/>
</head>
<!-- ARLOG SERVER: RD0003FFA8D30A LOCAL_IP: 10.255.18.12 MERCH_KEY: MerchData_6_1_1_1_***_11_51_63_66_68 -->
<body ng-app="allrecipes">
<a id="top"></a>
<a class="newThisMonth" href="/new-this-month/" rel="nofollow">New this month</a>
<!-- Begin comScore Tag - Part 2 -->
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=6036305&amp;cv=2.0&amp;cj=1"/>
</noscript>
<!-- End comScore Tag - Part 2 -->
<div class="slider-container" global-ui-events="">
<div class="ad-non-mobile-only" id="div-opa__pushdown-wrapper" style="display:none;">
<div class="opa__pushdown" id="ad-pushdown-placeholder"></div>
</div>
<div class="site-content">
<header class="header new-nav">
<section ng-controller="ar_controllers_top_nav" ng-init="init()">
<ul class="ar-nav-section">
<li class="ar-logo-tab">
<a href="/">
<div class="ar-logo" ng-click="setAnalyticsCookie('ARlogo')">
<img alt="Allrecipes" height="36" src="http://images.media-allrecipes.com/ar-images/ARlogo.svg" width="96"/> </div>
</a>
</li>
<li class="browse-recipes">
<a class="recipes-txt {active:topBrowseRecipePanel_showing}" href="" id="navmenu_recipes" popup-trigger="topBrowseRecipePanel"><span>BROWSE</span><span class="icon--chevron-down"></span></a>
</li>
<li class="search-tab" ng-controller="ar_controllers_search">
<div class="nav-search">
<input id="searchText" ng-keypress="isEnterKey($event) &amp;&amp; performSearch()" ng-model="search.keywords" placeholder="Find a recipe" type="text"/>
<button class="btn-basic--small search-button" ng-click="performSearch()">
<span class="icon svg-icon--top-nav-bar--search-magnify svg-icon--top-nav-bar--search-magnify-dims"></span>
</button>
<div ar-event-focus="click" ar-event-focus-id="setFocus-keywordSearch" class="ingredient-searchtxt" id="ingredientSearch" popup-trigger="topNavSearchMenu">Ingredient Search</div>
</div>
</li>
<li class="social-notification" ng-class="{active: notifications_showing}" popup-trigger="notifications">
<div class="socialNotification" ng-click="setNotificationsViewed()" ng-cloak="" ng-controller="ar_controllers_notifications">
<span class="svg-icon--top-nav-bar--nav-bell svg-icon--top-nav-bar--nav-bell-dims"></span>
<span class="notification-count" ng-bind="notificationCount" ng-show="displayCount"></span>
</div>
</li>
<li class="nav-favorites" ng-click="setAnalyticsCookie('favorites')">
<a href="/cook/my/favorites/">
<span class="svg-icon--top-nav-bar--grey-heart svg-icon--top-nav-bar--grey-heart-dims"></span>
</a>
</li>
<li class="nav-profile anonymous-user">
<a href="/account/authenticationwelcome/">
<div class="login-state">
<div class="img-profile icon svg-icon--top-nav-bar--userhead svg-icon--top-nav-bar--userhead-dims" ng-click="setAnalyticsCookie('profile|profile')"></div>
<span class="username icon-user--default" id="offCanvasDisplayName" ng-click="setAnalyticsCookie('create profile|sign up')">Create a profile</span>
</div>
</a>
</li>
<li class="small-screen search-phone--landscape" ng-class="{active:topNavSearchMenu_showing}">
<a ar-event-focus="click" ar-event-focus-id="setFocus-keywordSearch" href="" popup-trigger="topNavSearchMenu">
<div class="nav-search">
<span><img alt="search" height="23" src="http://images.media-allrecipes.com/ar-images/icons/NavSearchIcon.svg" width="23"/></span>
</div>
</a>
</li>
<li class="small-screen profile-phone--landscape" ng-class="{active:topNavProfileMenu_showing}" popup-trigger="topNavProfileMenu">
<a href="">
<div class="login-state">
<div class="img-profile icon svg-icon--top-nav-bar--userhead svg-icon--top-nav-bar--userhead-dims"></div>
</div>
</a>
</li>
<li class="hamburger-tab" ng-class="{active: topNavHamburgerMenu_showing}" popup-trigger="topNavHamburgerMenu">
<a href="">
<div class="hamburger-nav">
<span class="browse-recipes-iconbar"></span>
<span class="browse-recipes-iconbar"></span>
<span class="browse-recipes-iconbar"></span>
</div>
</a>
</li>
</ul>
<social-notification ng-cloak="" popup-panel="notifications"></social-notification>
<div class="nav-tab nav-tab__search ng-hide" ng-cloak="" popup-panel="topNavSearchMenu">
<form>
<div data-ng-controller="ar_controllers_search">
<span class="icon--close" hidewhenclicked="" title="Close Ingredient Search"></span>
<div class="input-wrap--home">
<span class="search-spyglass"><img alt="Allrecipes" height="23" src="http://images.media-allrecipes.com/ar-images/icons/NavSearchIcon.svg" width="23"/></span>
<input class="setFocus-keywordSearch" id="searchText" ng-model="search.keywords" placeholder="Keywords" type="text"/>
</div>
<div ar-assign-scrollable-classes="{ outermostWrapper: 'ingredients', clippingFrame: 'ingredient-clipping-frame', draggableElement: 'ingredient-scroller' }" class="input-wrap--home ingredients">
<div class="ingredient-clipping-frame">
<ul ar-touchend="touchEnd($event)" ar-touchstart="touchStart($event)" class="ingredient-scroller" ng-mousedown="mouseDown($event)" ng-mouseup="mouseUp($event)" onselectstart="return false;" unselectable="on">
<li ng-repeat="ingredient in search.ingredientsInclude">
<span>
<span ng-bind="::ingredient"></span>
<span class="icon--x ignore-ar-touchstart ignore-ar-touchend" ng-click="removeIngredientInclude(ingredient, $event)" unsubscribe-global-click-handler="">✕</span>
</span>
</li>
</ul>
</div>
<div class="ingredient-add-exclude">
<input class="setFocus-includeIng" id="includeIngText" name="txtIncludeIng" ng-attr-placeholder="{{includeIngPlaceholderText}}" ng-blur="showAds()" ng-focus="hideAds();" ng-keydown="(isBackspaceKey($event) &amp;&amp; removeLastIngredientInclude($event)) || (isTabKey($event) &amp;&amp; addIngredientInclude($event))" ng-model="includeIngredient" type="text"/>
</div>
<a ar-event-focus="click" ar-event-focus-id="setFocus-includeIng" class="btn-basic--small include" ng-class="{ 'grayed-out': includeIngHitMax }" ng-click="addIngredientInclude($event)"><span>+</span></a>
</div>
<div ar-assign-scrollable-classes="{ outermostWrapper: 'ingredients', clippingFrame: 'ingredient-clipping-frame', draggableElement: 'ingredient-scroller' }" class="input-wrap--home ingredients">
<div class="ingredient-clipping-frame">
<ul ar-touchend="touchEnd($event)" ar-touchstart="touchStart($event)" class="ingredient-scroller" ng-mousedown="mouseDown($event)" ng-mouseup="mouseUp($event)" onselectstart="return false;" unselectable="on">
<li ng-repeat="ingredient in search.ingredientsExclude">
<span class="exclude-item">
<span ng-bind="::ingredient"></span>
<span class="icon--x ignore-ar-touchstart ignore-ar-touchend" ng-click="removeIngredientExclude(ingredient, $event)" unsubscribe-global-click-handler="">✕</span>
</span>
</li>
</ul>
</div>
<div class="ingredient-add-exclude">
<input class="setFocus-excludeIng" id="excludeIngText" name="txtExcludeIng" ng-attr-placeholder="{{excludeIngPlaceholderText}}" ng-blur="showAds()" ng-focus="hideAds();" ng-keydown="(isBackspaceKey($event) &amp;&amp; removeLastIngredientExclude($event)) || (isTabKey($event) &amp;&amp; addIngredientExclude($event))" ng-model="excludeIngredient" type="text"/>
</div>
<a ar-event-focus="click" ar-event-focus-id="setFocus-excludeIng" class="btn-basic--small exclude" ng-class="{ 'grayed-out': excludeIngHitMax }" ng-click="addIngredientExclude($event)"><span>—</span></a>
</div>
<div class="nav-tab__buttons">
<button class="btn-basic--small btn-search" ng-click="performSearch()" ng-cloak="">Go</button>
</div>
</div>
<ar-notification></ar-notification>
</form>
</div>
<div class="browse-recipe-tab social ng-hide" id="topBrowseRecipePanel" ng-cloak="" popup-panel="topBrowseRecipePanel">
<section class="hero-link nav-tab__options recipe-nav-tab__options">
<div class="grid underline_hero_link">
<ul class="browse-hubs">
<li class="browse-hubs__categories">
<h3>
                        Meal Type
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/76/appetizers-and-snacks/" ng-click="setAnalyticsCookie('browse|appetizers \u0026 snacks')" title="Appetizers &amp; Snacks Recipes">
                                    Appetizers &amp; Snacks
                                </a>
</li>
<li>
<a href="/recipes/78/breakfast-and-brunch/" ng-click="setAnalyticsCookie('browse|breakfast \u0026 brunch')" title="Breakfast &amp; Brunch Recipes">
                                    Breakfast &amp; Brunch
                                </a>
</li>
<li>
<a href="/recipes/79/desserts/" ng-click="setAnalyticsCookie('browse|desserts')" title="Desserts Recipes">
                                    Desserts
                                </a>
</li>
<li>
<a href="/recipes/17562/dinner/" ng-click="setAnalyticsCookie('browse|dinner')" title="Dinner Recipes">
                                    Dinner
                                </a>
</li>
<li>
<a href="/recipes/77/drinks/" ng-click="setAnalyticsCookie('browse|drinks')" title="Drinks Recipes">
                                    Drinks
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Ingredient
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/200/meat-and-poultry/beef/" ng-click="setAnalyticsCookie('browse|beef')" title="Beef Recipes">
                                    Beef
                                </a>
</li>
<li>
<a href="/recipes/201/meat-and-poultry/chicken/" ng-click="setAnalyticsCookie('browse|chicken')" title="Chicken Recipes">
                                    Chicken
                                </a>
</li>
<li>
<a href="/recipes/95/pasta-and-noodles/" ng-click="setAnalyticsCookie('browse|pasta')" title="Pasta Recipes">
                                    Pasta
                                </a>
</li>
<li>
<a href="/recipes/205/meat-and-poultry/pork/" ng-click="setAnalyticsCookie('browse|pork')" title="Pork Recipes">
                                    Pork
                                </a>
</li>
<li>
<a href="/recipes/416/seafood/fish/salmon/" ng-click="setAnalyticsCookie('browse|salmon')" title="Salmon Recipes">
                                    Salmon
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Diet &amp; Health
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/739/healthy-recipes/diabetic/" ng-click="setAnalyticsCookie('browse|diabetic')" title="Diabetic Recipes">
                                    Diabetic
                                </a>
</li>
<li>
<a href="/recipes/741/healthy-recipes/gluten-free/" ng-click="setAnalyticsCookie('browse|gluten free')" title="Gluten Free Recipes">
                                    Gluten Free
                                </a>
</li>
<li>
<a href="/recipes/84/healthy-recipes/" ng-click="setAnalyticsCookie('browse|healthy')" title="Healthy Recipes">
                                    Healthy
                                </a>
</li>
<li>
<a href="/recipes/1232/healthy-recipes/low-calorie/" ng-click="setAnalyticsCookie('browse|low calorie')" title="Low Calorie Recipes">
                                    Low Calorie
                                </a>
</li>
<li>
<a href="/recipes/1231/healthy-recipes/low-fat/" ng-click="setAnalyticsCookie('browse|low fat')" title="Low Fat Recipes">
                                    Low Fat
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Seasonal
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="http://allrecipes.com/recipes/199/holidays-and-events/valentines-day/" ng-click="setAnalyticsCookie('browse|valentine\u0027s day')" title="Valentine's Day Recipes">
                                    Valentine's Day
                                </a>
</li>
<li>
<a href="http://allrecipes.com/recipes/192/holidays-and-events/mardi-gras/" ng-click="setAnalyticsCookie('browse|mardi gras')" title="Mardi Gras Recipes">
                                    Mardi Gras
                                </a>
</li>
<li>
<a href="http://allrecipes.com/recipes/197/holidays-and-events/st-patricks-day/" ng-click="setAnalyticsCookie('browse|st. patrick\u0027s day')" title="St. Patrick's Day Recipes">
                                    St. Patrick's Day
                                </a>
</li>
<li>
<a href="http://allrecipes.com/recipes/188/holidays-and-events/easter/" ng-click="setAnalyticsCookie('browse|easter')" title="Easter Recipes">
                                    Easter
                                </a>
</li>
<li>
<a href="http://allrecipes.com/recipes/85/holidays-and-events/" ng-click="setAnalyticsCookie('browse|more holidays and events')" title="More Holidays and Events Recipes">
                                    More Holidays and Events
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Dish Type
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/156/bread/" ng-click="setAnalyticsCookie('browse|breads')" title="Breads Recipes">
                                    Breads
                                </a>
</li>
<li>
<a href="/recipes/276/desserts/cakes/" ng-click="setAnalyticsCookie('browse|cakes')" title="Cakes Recipes">
                                    Cakes
                                </a>
</li>
<li>
<a href="/recipes/96/salad/" ng-click="setAnalyticsCookie('browse|salads')" title="Salads Recipes">
                                    Salads
                                </a>
</li>
<li>
<a href="/recipes/138/drinks/smoothies/" ng-click="setAnalyticsCookie('browse|smoothies')" title="Smoothies Recipes">
                                    Smoothies
                                </a>
</li>
<li>
<a href="/recipes/94/soups-stews-and-chili/" ng-click="setAnalyticsCookie('browse|soups, stews \u0026 chili')" title="Soups, Stews &amp; Chili Recipes">
                                    Soups, Stews &amp; Chili
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Cooking Style
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/88/bbq-grilling/" ng-click="setAnalyticsCookie('browse|bbq \u0026 grilling')" title="BBQ &amp; Grilling Recipes">
                                    BBQ &amp; Grilling
                                </a>
</li>
<li>
<a href="/recipes/1947/everyday-cooking/quick-and-easy/" ng-click="setAnalyticsCookie('browse|quick \u0026 easy')" title="Quick &amp; Easy Recipes">
                                    Quick &amp; Easy
                                </a>
</li>
<li>
<a href="/recipes/253/everyday-cooking/slow-cooker/" ng-click="setAnalyticsCookie('browse|slow cooker')" title="Slow Cooker Recipes">
                                    Slow Cooker
                                </a>
</li>
<li>
<a href="/recipes/1227/everyday-cooking/vegan/" ng-click="setAnalyticsCookie('browse|vegan')" title="Vegan Recipes">
                                    Vegan
                                </a>
</li>
<li>
<a href="/recipes/87/everyday-cooking/vegetarian/" ng-click="setAnalyticsCookie('browse|vegetarian')" title="Vegetarian Recipes">
                                    Vegetarian
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        World Cuisine
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="/recipes/227/world-cuisine/asian/" ng-click="setAnalyticsCookie('browse|asian')" title="Asian Recipes">
                                    Asian
                                </a>
</li>
<li>
<a href="/recipes/233/world-cuisine/asian/indian/" ng-click="setAnalyticsCookie('browse|indian')" title="Indian Recipes">
                                    Indian
                                </a>
</li>
<li>
<a href="/recipes/723/world-cuisine/european/italian/" ng-click="setAnalyticsCookie('browse|italian')" title="Italian Recipes">
                                    Italian
                                </a>
</li>
<li>
<a href="/recipes/728/world-cuisine/latin-american/mexican/" ng-click="setAnalyticsCookie('browse|mexican')" title="Mexican Recipes">
                                    Mexican
                                </a>
</li>
<li>
<a href="/recipes/15876/us-recipes/southern/" ng-click="setAnalyticsCookie('browse|southern')" title="Southern Recipes">
                                    Southern
                                </a>
</li>
</ul>
</li>
<li class="browse-hubs__categories">
<h3>
                        Special Collections
                    </h3><span class="icon--chevron-right"></span>
<ul class="browse-hubs__subcategories">
<li>
<a href="http://allrecipes.com/recipes/17235/everyday-cooking/allrecipes-magazine-recipes/" ng-click="setAnalyticsCookie('browse|allrecipes magazine recipes')" title="Allrecipes Magazine Recipes">
                                    Allrecipes Magazine Recipes
                                </a>
</li>
<li>
<a href="http://allrecipes.com/recipes/16791/everyday-cooking/special-collections/web-show-recipes/food-wishes/" ng-click="setAnalyticsCookie('browse|food wishes with chef john')" title="Food Wishes with Chef John Recipes">
                                    Food Wishes with Chef John
                                </a>
</li>
<li>
<a href="http://dish.allrecipes.com/trusted-brand-pages/" ng-click="setAnalyticsCookie('browse|trusted brands')" title="Trusted Brands Recipes">
                                    Trusted Brands
                                </a>
</li>
</ul>
</li>
</ul>
</div>
<a class="recipe-hero-link__item__text" href="/recipes?grouping=all" ng-click="setAnalyticsCookie('browse|all categories')">All Categories</a>
</section>
</div>
<!-- user sign in area -->
<div class="nav-tab social profile-nav ng-hide" ng-cloak="" popup-panel="topNavProfileMenu">
<ul class="nav-tab__options">
<li ng-click="setAnalyticsCookie('profile|feed', 'menu')">
<a href="/account/authenticationwelcome/?loginReferrerUrl=/home" id="navmenu_myFeed">
<span class="iconContainer"><span class="icon svg-icon--top-nav-bar--home svg-icon--top-nav-bar--home-dims"></span></span>
<span class="itemText">Feed</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('profile|profile', 'menu')">
<a href="/cook/my/" id="navmenu_myprofile">
<span class="iconContainer"><span class="icon svg-icon--top-nav-bar--nav-profile svg-icon--top-nav-bar--nav-profile-dims"></span></span>
<span class="itemText">Profile</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('profile|favorites', 'menu')">
<a href="/cook/my/favorites/" id="navmenu_recipebox" rel="nofollow">
<span class="iconContainer">
<span class="icon svg-icon--top-nav-bar--grey-heart svg-icon--top-nav-bar--grey-heart-dims"></span>
</span>
<span class="itemText">Favorites</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('profile|friends', 'menu')">
<a href="/cook/my/findfriends/" id="navmenu_findfriends" rel="nofollow">
<span class="iconContainer">
<span class="icon svg-icon--top-nav-bar--nav-friends svg-icon--top-nav-bar--nav-friends-dims"></span>
</span>
<span class="itemText">Friends</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('profile|shopping list', 'menu')">
<a href="/my/shopping-lists/" id="navmenu_shoppinglist" rel="nofollow">
<span class="iconContainer">
<span class="icon svg-icon--top-nav-bar--grey-shopping svg-icon--top-nav-bar--grey-shopping-dims"></span>
</span>
<span class="itemText">Shopping List</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('profile|settings', 'menu')">
<a href="/cook/my/account-settings/" id="navmenu_settings" rel="nofollow">
<span class="iconContainer">
<span class="icon svg-icon--top-nav-bar--nav-settings svg-icon--top-nav-bar--nav-settings-dims"></span>
</span>
<span class="itemText">Settings</span>
</a>
</li>
</ul>
<div class="signin" ng-click="setAnalyticsCookie('profile|sign in ', 'menu')">
<button class="btn-basic--large btn-gold" id="navmenu_signin_signup" onclick=" location.href='/account/authenticationwelcome/?actionsource=' +(typeof dataLayer !=='undefined' ? dataLayer.page.category.contentType : '' ) ">Sign In <em>or</em> Sign Up</button>
</div>
</div>
<!-- hub links, etc. -->
<div class="nav-tab last ng-hide" ng-cloak="" popup-panel="topNavHamburgerMenu">
<ul class="nav-tab__options">
<li class="underline_link">
<a href="" id="navmenu_recipes" ng-click="browseNav()" popup-trigger="browseRecipePanel">
<span class="icon svg-icon--top-nav-bar--nav-browse-orange svg-icon--top-nav-bar--nav-browse-orange-dims" ng-class="{'active': isActive}"></span>
<span class="icon svg-icon--top-nav-bar--nav-browse svg-icon--top-nav-bar--nav-browse-dims" ng-class="{'hidden': isActive}"></span>
<span class="nav-link-text">Browse Recipes</span>
<span class="icon-chevron" ng-class="{'active': isActive}"></span>
</a>
</li>
<li class="browse-div-option ng-hide" id="mobile-nav-container" popup-panel="browseRecipePanel">
<ul class="nav-tab__mobile-browse">
<li>
<input id="Meal Type" type="checkbox"/><label for="Meal Type">Meal Type<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/76/appetizers-and-snacks/" ng-click="setAnalyticsCookie('browse|appetizers \u0026 snacks')" title="Appetizers &amp; Snacks Recipes">Appetizers &amp; Snacks</a></li>
<li><a href="/recipes/78/breakfast-and-brunch/" ng-click="setAnalyticsCookie('browse|breakfast \u0026 brunch')" title="Breakfast &amp; Brunch Recipes">Breakfast &amp; Brunch</a></li>
<li><a href="/recipes/79/desserts/" ng-click="setAnalyticsCookie('browse|desserts')" title="Desserts Recipes">Desserts</a></li>
<li><a href="/recipes/17562/dinner/" ng-click="setAnalyticsCookie('browse|dinner')" title="Dinner Recipes">Dinner</a></li>
<li><a href="/recipes/77/drinks/" ng-click="setAnalyticsCookie('browse|drinks')" title="Drinks Recipes">Drinks</a></li>
</ul>
</li>
<li>
<input id="Ingredient" type="checkbox"/><label for="Ingredient">Ingredient<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/200/meat-and-poultry/beef/" ng-click="setAnalyticsCookie('browse|beef')" title="Beef Recipes">Beef</a></li>
<li><a href="/recipes/201/meat-and-poultry/chicken/" ng-click="setAnalyticsCookie('browse|chicken')" title="Chicken Recipes">Chicken</a></li>
<li><a href="/recipes/95/pasta-and-noodles/" ng-click="setAnalyticsCookie('browse|pasta')" title="Pasta Recipes">Pasta</a></li>
<li><a href="/recipes/205/meat-and-poultry/pork/" ng-click="setAnalyticsCookie('browse|pork')" title="Pork Recipes">Pork</a></li>
<li><a href="/recipes/416/seafood/fish/salmon/" ng-click="setAnalyticsCookie('browse|salmon')" title="Salmon Recipes">Salmon</a></li>
</ul>
</li>
<li>
<input id="Diet &amp; Health" type="checkbox"/><label for="Diet &amp; Health">Diet &amp; Health<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/739/healthy-recipes/diabetic/" ng-click="setAnalyticsCookie('browse|diabetic')" title="Diabetic Recipes">Diabetic</a></li>
<li><a href="/recipes/741/healthy-recipes/gluten-free/" ng-click="setAnalyticsCookie('browse|gluten free')" title="Gluten Free Recipes">Gluten Free</a></li>
<li><a href="/recipes/84/healthy-recipes/" ng-click="setAnalyticsCookie('browse|healthy')" title="Healthy Recipes">Healthy</a></li>
<li><a href="/recipes/1232/healthy-recipes/low-calorie/" ng-click="setAnalyticsCookie('browse|low calorie')" title="Low Calorie Recipes">Low Calorie</a></li>
<li><a href="/recipes/1231/healthy-recipes/low-fat/" ng-click="setAnalyticsCookie('browse|low fat')" title="Low Fat Recipes">Low Fat</a></li>
</ul>
</li>
<li>
<input id="Seasonal" type="checkbox"/><label for="Seasonal">Seasonal<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="http://allrecipes.com/recipes/199/holidays-and-events/valentines-day/" ng-click="setAnalyticsCookie('browse|valentine\u0027s day')" title="Valentine's Day Recipes">Valentine's Day</a></li>
<li><a href="http://allrecipes.com/recipes/192/holidays-and-events/mardi-gras/" ng-click="setAnalyticsCookie('browse|mardi gras')" title="Mardi Gras Recipes">Mardi Gras</a></li>
<li><a href="http://allrecipes.com/recipes/197/holidays-and-events/st-patricks-day/" ng-click="setAnalyticsCookie('browse|st. patrick\u0027s day')" title="St. Patrick's Day Recipes">St. Patrick's Day</a></li>
<li><a href="http://allrecipes.com/recipes/188/holidays-and-events/easter/" ng-click="setAnalyticsCookie('browse|easter')" title="Easter Recipes">Easter</a></li>
<li><a href="http://allrecipes.com/recipes/85/holidays-and-events/" ng-click="setAnalyticsCookie('browse|more holidays and events')" title="More Holidays and Events Recipes">More Holidays and Events</a></li>
</ul>
</li>
<li>
<input id="Dish Type" type="checkbox"/><label for="Dish Type">Dish Type<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/156/bread/" ng-click="setAnalyticsCookie('browse|breads')" title="Breads Recipes">Breads</a></li>
<li><a href="/recipes/276/desserts/cakes/" ng-click="setAnalyticsCookie('browse|cakes')" title="Cakes Recipes">Cakes</a></li>
<li><a href="/recipes/96/salad/" ng-click="setAnalyticsCookie('browse|salads')" title="Salads Recipes">Salads</a></li>
<li><a href="/recipes/138/drinks/smoothies/" ng-click="setAnalyticsCookie('browse|smoothies')" title="Smoothies Recipes">Smoothies</a></li>
<li><a href="/recipes/94/soups-stews-and-chili/" ng-click="setAnalyticsCookie('browse|soups, stews \u0026 chili')" title="Soups, Stews &amp; Chili Recipes">Soups, Stews &amp; Chili</a></li>
</ul>
</li>
<li>
<input id="Cooking Style" type="checkbox"/><label for="Cooking Style">Cooking Style<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/88/bbq-grilling/" ng-click="setAnalyticsCookie('browse|bbq \u0026 grilling')" title="BBQ &amp; Grilling Recipes">BBQ &amp; Grilling</a></li>
<li><a href="/recipes/1947/everyday-cooking/quick-and-easy/" ng-click="setAnalyticsCookie('browse|quick \u0026 easy')" title="Quick &amp; Easy Recipes">Quick &amp; Easy</a></li>
<li><a href="/recipes/253/everyday-cooking/slow-cooker/" ng-click="setAnalyticsCookie('browse|slow cooker')" title="Slow Cooker Recipes">Slow Cooker</a></li>
<li><a href="/recipes/1227/everyday-cooking/vegan/" ng-click="setAnalyticsCookie('browse|vegan')" title="Vegan Recipes">Vegan</a></li>
<li><a href="/recipes/87/everyday-cooking/vegetarian/" ng-click="setAnalyticsCookie('browse|vegetarian')" title="Vegetarian Recipes">Vegetarian</a></li>
</ul>
</li>
<li>
<input id="World Cuisine" type="checkbox"/><label for="World Cuisine">World Cuisine<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="/recipes/227/world-cuisine/asian/" ng-click="setAnalyticsCookie('browse|asian')" title="Asian Recipes">Asian</a></li>
<li><a href="/recipes/233/world-cuisine/asian/indian/" ng-click="setAnalyticsCookie('browse|indian')" title="Indian Recipes">Indian</a></li>
<li><a href="/recipes/723/world-cuisine/european/italian/" ng-click="setAnalyticsCookie('browse|italian')" title="Italian Recipes">Italian</a></li>
<li><a href="/recipes/728/world-cuisine/latin-american/mexican/" ng-click="setAnalyticsCookie('browse|mexican')" title="Mexican Recipes">Mexican</a></li>
<li><a href="/recipes/15876/us-recipes/southern/" ng-click="setAnalyticsCookie('browse|southern')" title="Southern Recipes">Southern</a></li>
</ul>
</li>
<li>
<input id="Special Collections" type="checkbox"/><label for="Special Collections">Special Collections<span class="icon-chevron"></span></label>
<ul class="mobile-browse-subnav">
<li><a href="http://allrecipes.com/recipes/17235/everyday-cooking/allrecipes-magazine-recipes/" ng-click="setAnalyticsCookie('browse|allrecipes magazine recipes')" title="Allrecipes Magazine Recipes">Allrecipes Magazine Recipes</a></li>
<li><a href="http://allrecipes.com/recipes/16791/everyday-cooking/special-collections/web-show-recipes/food-wishes/" ng-click="setAnalyticsCookie('browse|food wishes with chef john')" title="Food Wishes with Chef John Recipes">Food Wishes with Chef John</a></li>
<li><a href="http://dish.allrecipes.com/trusted-brand-pages/" ng-click="setAnalyticsCookie('browse|trusted brands')" title="Trusted Brands Recipes">Trusted Brands</a></li>
</ul>
</li>
</ul>
<div class="see-all"><a href="/recipes/?grouping=all" target="_self">See all categories</a></div>
</li>
<li ng-click="setAnalyticsData('allrecipes magazine')">
<a href="http://armagazine.com/mobile-site" id="navmenu_magazine" target="_blank">
<span class="icon svg-icon--top-nav-bar--nav-magazine svg-icon--top-nav-bar--nav-magazine-dims"></span>
<span>Magazine - Just $7.99</span>
</a>
</li>
<li ng-click="setAnalyticsData('dinner spinner tv')">
<a href="http://allrecipes.com/DinnerSpinnerTV/" id="navmenu_tv">
<span class="icon svg-icon--top-nav-bar--tv_icon svg-icon--top-nav-bar--tv_icon-dims"></span>
<span>Dinner Spinner TV</span>
</a>
</li>
<li ng-click="setAnalyticsData('shop')">
<a href="http://shop.allrecipes.com/shop" id="navmenu_shop" target="_blank">
<span class="icon svg-icon--top-nav-bar--nav-shop svg-icon--top-nav-bar--nav-shop-dims"></span>
<span>Shop</span>
</a>
</li>
<li class="underline_link" ng-click="setAnalyticsData('cooking school')">
<a href="http://cookingschool.allrecipes.com/" id="navmenu_cooking_school" target="_blank">
<span class="icon svg-icon--top-nav-bar--nav-cookingschool svg-icon--top-nav-bar--nav-cookingschool-dims"></span>
<span>Cooking School</span>
</a>
</li>
<li ng-click="setAnalyticsData('articles and tips')">
<a href="http://dish.allrecipes.com/" id="navmenu_articles" target="_self">
<span class="icon svg-icon--top-nav-bar--nav-article svg-icon--top-nav-bar--nav-article-dims"></span>
<span>Articles &amp; Tips</span>
</a>
</li>
<li ng-click="setAnalyticsData('profile|blogs')">
<a href="http://dish.allrecipes.com/blogs/" id="navmenu_blogs" rel="nofollow" target="_self">
<span class="iconContainer">
<span class="icon svg-icon--top-nav-bar--nav-blog svg-icon--top-nav-bar--nav-blog-dims"></span>
</span>
<span class="itemText">Blogs</span>
</a>
</li>
<li ng-click="setAnalyticsCookie('newsletters')">
<a href="/cook/my/account-settings/#NewslettersSubscription" id="navmenu_social_gallery">
<span class="icon svg-icon--top-nav-bar--nav-newsletters svg-icon--top-nav-bar--nav-newsletters-dims"></span>
<span>Newsletters</span>
</a>
</li>
<li ng-click="setAnalyticsData('ask the community')">
<a href="http://dish.allrecipes.com/ask-the-community/" id="navmenu_dish" target="_self">
<span class="icon svg-icon--top-nav-bar--nav-community svg-icon--top-nav-bar--nav-community-dims"></span>
<span>Ask the Community</span>
</a>
</li>
<li class="underline_link" ng-click="setAnalyticsData('help')">
<a href="http://dish.allrecipes.com/customer-service/" id="navmenu_help" target="_self">
<span class="icon svg-icon--top-nav-bar--nav-help svg-icon--top-nav-bar--nav-help-dims"></span>
<span>Help</span>
</a>
</li>
<li>
<a href="http://dish.allrecipes.com/allrecipes-jobs-2/" ng-click="setAnalyticsData('jobs')" target="_self">Jobs</a>
<a href="http://press.allrecipes.com/" ng-click="setAnalyticsData('newsroom')">Newsroom</a>
</li>
</ul>
</div>
</section>
</header>
<div class="container-content body-content">
<div id="ad-is-mobile"></div>
<div id="ad-is-tablet"></div>
<script>
    (function($) {
        
        window.adConfiguration = {
            "settings": {
                "responsiveGridSlots": 3 }
        };

        
        var mobileAdElem = document.getElementById('ad-is-mobile');
        var isMobileAds = !(mobileAdElem.offsetWidth === 0 && mobileAdElem.offsetHeight === 0);


        var isTablet = $ && $('#ad-is-tablet').css('display') === 'none';

         
        window.adService = {
            allTiersAllTheTime: true,
            isDesktop: window.innerWidth > 1024,
            mobileAds: isMobileAds,
            tabletAds: isTablet,
            unitValues: {
                channel: "recipe"
            },
            pageTargetingValues: {
                type: "recipe_hub",
                "status": "unrecognized",
                "oid": "",
                "fit": "1",
                "h": "1",
                "id": "1",
                "k": [639]
            },
            suppressInterstitial: true
        };

         
        var krux = new AR.Ads.Krux();
        krux.InjectControlTag("H1gAR3V7");
    })($ || window.jQuery);
</script>
<div class="ad-siteskin" id="ad-siteskin" style="display: none">
<div data-tier="1" id="div-gpt-mob-siteSkin"></div>
</div>
<section class="recipe_hub full-page" ng-controller="ar_controllers_recipehub_recipes" ng-init="init(1, 1, 20, 'p', 61678, 'Popular')">
<div class="oldView">
<div>
<div class="title-section">
<h1>
<span class="title-section__text title">Recipes</span>
</h1>
<span class="title-section__text subtitle">Find and share everyday cooking inspiration on Allrecipes. Discover recipes, cooks, videos, and how-tos based on the food you love and the friends you follow.</span>
</div>
<div class="hub-sponsor" id="karma-lazy-sponsorLogo"> </div>
</div>
<section class="hero-link" id="herolinks">
<h2 class="heading__h2 heading__h2--search-results" id="sort" ng-cloak="">
<div>
<span class="iphone-5">Categories</span><!--iphone 5 portrait view-->
<span ng-bind="groupingText + ' Categories'"></span>
<a class="toggle-similar view" popup-trigger="showHubsMenu">
<span class="toggle-similar__view__text" ng-bind="groupingText"></span><span class="icon--chevron-down"></span>
</a>
<span class="toggle-similar drop-down-label">Show:</span>
</div>
<ul class="sort-nav ng-hide" ng-cloak="" popup-panel="showHubsMenu">
<li>
<a hidewhenclicked="" ng-class="{'btn-grey': showAll===true }" ng-click="showAllHubs()">All</a>
</li>
<li>
<a hidewhenclicked="" ng-class="{'btn-grey': showAll===false }" ng-click="showPopularHubs()">Popular</a>
</li>
</ul>
</h2>
<div class="grid ng-hide" ng-cloak="" ng-show="showAll===false">
<a class="hero-link__item" href="http://allrecipes.com/recipes/appetizers-and-snacks/?prop24=hn_slide0&amp;evt19=1" title="Appetizer Recipes">
<img alt="Appetizer Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60583.png"/>
<span class="hero-link__item__text">Appetizer</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/breakfast-and-brunch/?prop24=hn_slide0&amp;evt19=1" title="Breakfast &amp; Brunch Recipes">
<img alt="Breakfast &amp; Brunch Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60586.png"/>
<span class="hero-link__item__text">Breakfast &amp; Brunch</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/meat-and-poultry/chicken/?prop24=hn_slide0&amp;evt19=1" title="Chicken Recipes">
<img alt="Chicken Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60628.png"/>
<span class="hero-link__item__text">Chicken</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/desserts/?prop24=hn_slide0&amp;evt19=1" title="Dessert Recipes">
<img alt="Dessert Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60587.png"/>
<span class="hero-link__item__text">Dessert</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/healthy-recipes/?prop24=hn_slide0&amp;evt19=1" title="Healthy Recipes">
<img alt="Healthy Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60592.png"/>
<span class="hero-link__item__text">Healthy</span>
</a>
<a class="hero-link__item" href="http://m.allrecipes.com/recipes/85/holidays-and-events/" title="Holidays and Events Recipes">
<img alt="Holidays and Events Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60593.png"/>
<span class="hero-link__item__text">Holidays and Events</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/17235/everyday-cooking/allrecipes-magazine-recipes/" title="Magazine Favorites Recipes">
<img alt="Magazine Favorites Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/61721.png"/>
<span class="hero-link__item__text">Magazine Favorites</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/main-dish/?prop24=hn_slide0&amp;evt19=1" title="Main Dish Recipes">
<img alt="Main Dish Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60596.png"/>
<span class="hero-link__item__text">Main Dish</span>
</a>
<a class="hero-link__item" href="/recipes/1947/everyday-cooking/quick-and-easy/" title="Quick &amp; Easy Recipes">
<img alt="Quick &amp; Easy Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60629.png"/>
<span class="hero-link__item__text">Quick &amp; Easy</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/Recipes/Everyday-Cooking/Slow-Cooker/?prop24=hn_slide0&amp;evt19=1" title="Slow Cooker Recipes">
<img alt="Slow Cooker Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60630.png"/>
<span class="hero-link__item__text">Slow Cooker</span>
</a>
<a class="hero-link__item" href="http://dish.allrecipes.com/trusted-brand-pages/" title="Trusted Brands Recipes">
<img alt="Trusted Brands Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58574.png"/>
<span class="hero-link__item__text">Trusted Brands</span>
</a>
<a class="hero-link__item" href="http://allrecipes.com/recipes/everyday-cooking/vegetarian/?prop24=hn_slide0&amp;evt19=1" title="Vegetarian Recipes">
<img alt="Vegetarian Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/60631.png"/>
<span class="hero-link__item__text">Vegetarian</span>
</a>
</div>
<div class="grid ng-hide" ng-cloak="" ng-show="showAll===true">
<a class="hero-link__item" href="/recipes/76/appetizers-and-snacks/" title="Appetizers and Snacks">
<img alt="Appetizers and Snacks" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56559.png"/>
<span class="hero-link__item__text">Appetizers and Snacks</span>
</a>
<a class="hero-link__item" href="/recipes/88/bbq-grilling/" title="BBQ &amp; Grilling">
<img alt="BBQ &amp; Grilling" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56594.png"/>
<span class="hero-link__item__text">BBQ &amp; Grilling</span>
</a>
<a class="hero-link__item" href="/recipes/156/bread/" title="Bread Recipes">
<img alt="Bread Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56560.png"/>
<span class="hero-link__item__text">Bread Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/78/breakfast-and-brunch/" title="Breakfast and Brunch">
<img alt="Breakfast and Brunch" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56561.png"/>
<span class="hero-link__item__text">Breakfast and Brunch</span>
</a>
<a class="hero-link__item" href="/recipes/79/desserts/" title="Desserts">
<img alt="Desserts" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56562.png"/>
<span class="hero-link__item__text">Desserts</span>
</a>
<a class="hero-link__item" href="/recipes/17562/dinner/" title="Dinner Recipes">
<img alt="Dinner Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58654.png"/>
<span class="hero-link__item__text">Dinner Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/77/drinks/" title="Drinks">
<img alt="Drinks" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56563.png"/>
<span class="hero-link__item__text">Drinks</span>
</a>
<a class="hero-link__item" href="/recipes/1642/everyday-cooking/" title="Everyday Cooking">
<img alt="Everyday Cooking" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58655.png"/>
<span class="hero-link__item__text">Everyday Cooking</span>
</a>
<a class="hero-link__item" href="/recipes/1116/fruits-and-vegetables/" title="Fruits, Vegetables and Other Produce">
<img alt="Fruits, Vegetables and Other Produce" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56586.png"/>
<span class="hero-link__item__text">Fruits, Vegetables and Other Produce</span>
</a>
<a class="hero-link__item" href="/recipes/84/healthy-recipes/" title="Healthy Recipes">
<img alt="Healthy Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56597.png"/>
<span class="hero-link__item__text">Healthy Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/85/holidays-and-events/" title="Holidays and Events">
<img alt="Holidays and Events" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58447.png"/>
<span class="hero-link__item__text">Holidays and Events</span>
</a>
<a class="hero-link__item" href="/recipes/17567/ingredients/" title="Ingredients">
<img alt="Ingredients" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56569.png"/>
<span class="hero-link__item__text">Ingredients</span>
</a>
<a class="hero-link__item" href="/recipes/17561/lunch/" title="Lunch Recipes">
<img alt="Lunch Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58652.png"/>
<span class="hero-link__item__text">Lunch Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/80/main-dish/" title="Main Dishes">
<img alt="Main Dishes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56564.png"/>
<span class="hero-link__item__text">Main Dishes</span>
</a>
<a class="hero-link__item" href="/recipes/92/meat-and-poultry/" title="Meat and Poultry">
<img alt="Meat and Poultry" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56568.png"/>
<span class="hero-link__item__text">Meat and Poultry</span>
</a>
<a class="hero-link__item" href="/recipes/95/pasta-and-noodles/" title="Pasta and Noodles">
<img alt="Pasta and Noodles" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56589.png"/>
<span class="hero-link__item__text">Pasta and Noodles</span>
</a>
<a class="hero-link__item" href="/recipes/96/salad/" title="Salad Recipes">
<img alt="Salad Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56565.png"/>
<span class="hero-link__item__text">Salad Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/93/seafood/" title="Seafood Recipes">
<img alt="Seafood Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56591.png"/>
<span class="hero-link__item__text">Seafood Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/81/side-dish/" title="Side Dishes">
<img alt="Side Dishes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56566.png"/>
<span class="hero-link__item__text">Side Dishes</span>
</a>
<a class="hero-link__item" href="/recipes/94/soups-stews-and-chili/" title="Soups, Stews and Chili">
<img alt="Soups, Stews and Chili" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56567.png"/>
<span class="hero-link__item__text">Soups, Stews and Chili</span>
</a>
<a class="hero-link__item" href="/recipes/82/trusted-brands-recipes-and-tips/" title="Trusted Brands">
<img alt="Trusted Brands" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56617.png"/>
<span class="hero-link__item__text">Trusted Brands</span>
</a>
<a class="hero-link__item" href="/recipes/236/us-recipes/" title="U.S. Recipes">
<img alt="U.S. Recipes" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/58656.png"/>
<span class="hero-link__item__text">U.S. Recipes</span>
</a>
<a class="hero-link__item" href="/recipes/86/world-cuisine/" title="World Cuisine">
<img alt="World Cuisine" class="hero-link__item__image" src="http://images.media-allrecipes.com/images/56610.png"/>
<span class="hero-link__item__text">World Cuisine</span>
</a>
</div>
</section>
</div>
<div>
<form>
<h2 class="heading__h2 heading__h2--search-results" id="sort" ng-cloak="">
<div>
<span ng-bind="headerLabelText"></span>
<a class="toggle-similar view" popup-trigger="recipeHubSort">
<span class="toggle-similar__view__text" ng-bind="sortTypeText ? sortTypeText : 'Sort'"></span><span class="icon--chevron-down"></span>
</a>
<span class="toggle-similar drop-down-label">Sort by:</span>
</div>
<ul class="sort-nav ng-hide" ng-cloak="" popup-panel="recipeHubSort">
<li>
<a hidewhenclicked="" ng-class="{'btn-grey': sortType == 'p' }" ng-click="getSortedResults ('p')">Popular</a>
</li>
<li>
<a hidewhenclicked="" ng-class="{'btn-grey': sortType == 'n' }" ng-click="getSortedResults ('n')">Newest</a>
</li>
<li>
<a hidewhenclicked="" ng-class="{'btn-grey': sortType == 't' }" ng-click="getSortedResults ('t')">Title</a>
</li>
</ul>
</h2>
</form>
<style type="text/css">
        #grid[data-columns]::before {
            visibility: hidden;
        }

        @media screen and (max-width:625px) {
            #grid[data-columns]::before {
                content: '1 .column.size-1of1';
            }
            .right-rail #grid[data-columns]::before {
                content: '2 .column.size-1of2';
            }
        }

        @media screen and (min-width: 626px) and (max-width: 767px) {
            #grid[data-columns]::before {
                content: '2 .column.size-1of2';
            }
            .right-rail #grid[data-columns]::before {
                content: '4 .column.size-1of4';
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {
            #grid[data-columns]::before {
                content: '2 .column.size-1of2';
            }
        }

        @media screen and (min-width: 1024px) and (max-width: 1269px) {
            #grid[data-columns]::before {
                content: '3 .column.size-1of3';
            }
        }

        @media screen and (min-width: 1270px) {
            #grid[data-columns]::before {
                content: '4 .column.size-1of4';
            }
        }

        /*For related recipes right rail*/
        @media screen and (min-width: 960px) {
            .right-rail #grid[data-columns]::before {
                content: '2 .column.size-1of2';
            }
        }
    </style>
<section class="grid salvattore-grid grid-fixed" data-columns="" id="grid">
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Djohnsonville_earned_impression&amp;c=7c929cee-6d02-4640-8772-f29242be2771"/>
<ar-save-item class="favorite" data-id="231315" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/04/46/72/4467234.jpg'" data-name='"1-2-3 Jambalaya"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 1" data-internal-referrer-link="rotd" href="/recipe/231315/1-2-3-jambalaya/">
<img alt="1-2-3 Jambalaya Recipe - Enjoy some Creole comfort the quick and easy way with this Johnsonville creation. Using your favorite Jambalaya rice and Creole seasoning, add in some succulent shrimp, olive oil, tomatoes and hot pepper sauce to get the celebration started. Add Johnsonville's Andouille Dinner Sausage to bring everything together for a truly authentic taste experience. Taking a trip to the Big Easy has never been so simple!" class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/04/46/72/4467234.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="1-2-3 Jambalaya Recipe"/>
<span class="grid-col__header-text">Recipe of the Day</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            1-2-3 Jambalaya
        </h3>
</a>
<a data-click-id="cardslot 1" data-internal-referrer-link="rotd" href="/recipe/231315/1-2-3-jambalaya/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.32999992370605" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="30"></format-large-number></span>
<div class="rec-card__description">Enjoy some Creole comfort the quick and easy way with this Johnsonville creation. Using your favorite Jambalaya rice and Creole seasoning, add in some succulent shrimp, olive oil, tomatoes and hot pepper sauce to get the celebration started. Add Johnsonville's Andouille Dinner Sausage to bring everything together for a truly authentic taste experience. Taking a trip to the Big Easy has never been so simple!</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 1" data-internal-referrer-link="rotd" href="/cook/johnsonville/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/4424815.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> Johnsonville</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="11481"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="65"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=13323c55-9c31-42f8-8dd0-a4335b679016"/>
<ar-save-item class="favorite" data-id="136525" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/51/08/510854.jpg'" data-name='"Sexy Shrimp Scampi"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 2" data-internal-referrer-link="staff pick" href="/recipe/136525/sexy-shrimp-scampi/">
<img alt="Sexy Shrimp Scampi Recipe - Butter and garlic make this simple but flavorful Scampi a big hit." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/51/08/510854.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Sexy Shrimp Scampi Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Sexy Shrimp Scampi
        </h3>
</a>
<a data-click-id="cardslot 2" data-internal-referrer-link="staff pick" href="/recipe/136525/sexy-shrimp-scampi/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.6399998664856" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="99"></format-large-number></span>
<div class="rec-card__description">Butter and garlic make this simple but flavorful Scampi a big hit.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 2" data-internal-referrer-link="staff pick" href="/cook/221819/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/109452.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> TRAILINDAWG</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="253"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="71"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="8681" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/01/08/49/1084963.jpg'" data-name='"Chicken and Sausage with Bowties"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 3" data-internal-referrer-link="staff pick" href="/recipe/8681/chicken-and-sausage-with-bowties/">
<img alt="Chicken and Sausage with Bowties Recipe and Video - An easy meal made with boneless skinless chicken breasts, with spicy turkey sausage, tomatoes, and herbs over pasta. This recipe is just the start--don't hesitate to add more vegetables, or substitute rice for the noodles." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/01/08/49/1084963.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Chicken and Sausage with Bowties Recipe and Video"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Chicken and Sausage with Bowties
                <div class="grid-col__video">
<a data-click-id="cardslot 3" data-internal-referrer-link="staff pick" href="/video/3192/chicken-and-sausage-with-bowties"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 3" data-internal-referrer-link="staff pick" href="/recipe/8681/chicken-and-sausage-with-bowties/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.3600001335144" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="248"></format-large-number></span>
<div class="rec-card__description">An easy meal made with boneless skinless chicken breasts, with spicy turkey sausage, tomatoes, and herbs over pasta. This recipe is just the start--don't hesitate to add more vegetables, or substitute rice for the noodles.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by</span> Patricia Rogers</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles gridad" data-ad-container-masonry-autocollapse="" id="dfp_container" style="text-align: center;">
<div class="ad-search-grid">
<div id="ad-recipe-grid-responsive-1" style="margin: 0 auto;">
<div data-tier="1" id="div-gpt-square-fixed-1"></div>
<div data-tier="1" id="div-gpt-mob-square-fixed-1"></div>
</div>
<span class="advertisement">ADVERTISEMENT</span>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="40403" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/03/20/65/3206572.jpg'" data-name='"Best of the Best Blueberry Muffins"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 4" data-internal-referrer-link="staff pick" href="/recipe/40403/best-of-the-best-blueberry-muffins/">
<img alt="Best of the Best Blueberry Muffins Recipe - Big Blueberry muffins with a crusty sugar topping. A recipe I got from my Grandma. The blueberries and the sweet batter are fabulous together. Favorites of all who have tried them. Quick and easy, made with few ingredients. Remember to use paper liners!" class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/03/20/65/3206572.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Best of the Best Blueberry Muffins Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Best of the Best Blueberry Muffins
        </h3>
</a>
<a data-click-id="cardslot 4" data-internal-referrer-link="staff pick" href="/recipe/40403/best-of-the-best-blueberry-muffins/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.57000017166138" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="603"></format-large-number></span>
<div class="rec-card__description">Big Blueberry muffins with a crusty sugar topping. A recipe I got from my Grandma. The blueberries and the sweet batter are fabulous together. Favorites of all who have tried them. Quick and easy, made with few ingredients. Remember to use paper liners!</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 4" data-internal-referrer-link="staff pick" href="/cook/279373/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> AUNTLYNNIE</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="1"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="223361" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/94/53/945340.jpg'" data-name='"Eggplant Parmesan with Fresh Basil and Smoked Mozzarella"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 5" data-internal-referrer-link="staff pick" href="/recipe/223361/eggplant-parmesan-with-fresh-basil-and-smoked-mozzarella/">
<img alt="Eggplant Parmesan with Fresh Basil and Smoked Mozzarella Recipe - A gourmet version of the Italian-inspired favorite dish has plenty of fresh basil, smoked mozzarella cheese, and rich marinara sauce covering delicious fried eggplant slices." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/94/53/945340.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Eggplant Parmesan with Fresh Basil and Smoked Mozzarella Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Eggplant Parmesan with Fresh Basil and Smoked Mozzarella
        </h3>
</a>
<a data-click-id="cardslot 5" data-internal-referrer-link="staff pick" href="/recipe/223361/eggplant-parmesan-with-fresh-basil-and-smoked-mozzarella/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.59999990463257" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="40"></format-large-number></span>
<div class="rec-card__description">A gourmet version of the Italian-inspired favorite dish has plenty of fresh basil, smoked mozzarella cheese, and rich marinara sauce covering delicious fried eggplant slices.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 5" data-internal-referrer-link="staff pick" href="/cook/5033888/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/429437.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> lindseytr0n</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="4"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=bff29de2-1734-4872-a5ed-b8a65138b9af"/>
<ar-save-item class="favorite" data-id="153660" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/67/02/670212.jpg'" data-name='"Shaved Brussels Sprouts with Bacon and Almonds"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 6" data-internal-referrer-link="staff pick" href="/recipe/153660/shaved-brussels-sprouts-with-bacon-and-almonds/">
<img alt="Shaved Brussels Sprouts with Bacon and Almonds Recipe - Brussels Sprouts are shredded like cabbage and quickly sauteed in bacon drippings with garlic and almonds.  This recipe has made Brussels sprouts lovers out of haters." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/67/02/670212.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Shaved Brussels Sprouts with Bacon and Almonds Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Shaved Brussels Sprouts with Bacon and Almonds
        </h3>
</a>
<a data-click-id="cardslot 6" data-internal-referrer-link="staff pick" href="/recipe/153660/shaved-brussels-sprouts-with-bacon-and-almonds/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.48999977111816" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="71"></format-large-number></span>
<div class="rec-card__description">Brussels Sprouts are shredded like cabbage and quickly sauteed in bacon drippings with garlic and almonds.  This recipe has made Brussels sprouts lovers out of haters.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 6" data-internal-referrer-link="staff pick" href="/cook/1623924/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> Boomdog02</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="4"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="9405" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/47/09/470934.jpg'" data-name='"Baked Rice Pudding"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 7" data-internal-referrer-link="staff pick" href="/recipe/9405/baked-rice-pudding/">
<img alt="Baked Rice Pudding Recipe - This rice pudding is lovely served warm. It has the appeal of homemade comfort food." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/47/09/470934.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Baked Rice Pudding Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Baked Rice Pudding
        </h3>
</a>
<a data-click-id="cardslot 7" data-internal-referrer-link="staff pick" href="/recipe/9405/baked-rice-pudding/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.17000007629395" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/empty-star.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="187"></format-large-number></span>
<div class="rec-card__description">This rice pudding is lovely served warm. It has the appeal of homemade comfort food.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 7" data-internal-referrer-link="staff pick" href="/cook/10013/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> Emtmom</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="1"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="193585" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/25/99/259951.jpg'" data-name='"Authentic Bangladeshi Beef Curry"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 8" data-internal-referrer-link="staff pick" href="/recipe/193585/authentic-bangladeshi-beef-curry/">
<img alt="Authentic Bangladeshi Beef Curry Recipe - This spicy beef curry is best served with plain basmati rice or eaten with naan or pita bread. It can be made on the stovetop, in a slow cooker, or in a pressure cooker." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/25/99/259951.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Authentic Bangladeshi Beef Curry Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Authentic Bangladeshi Beef Curry
        </h3>
</a>
<a data-click-id="cardslot 8" data-internal-referrer-link="staff pick" href="/recipe/193585/authentic-bangladeshi-beef-curry/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.15000009536743" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/empty-star.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="54"></format-large-number></span>
<div class="rec-card__description">This spicy beef curry is best served with plain basmati rice or eaten with naan or pita bread. It can be made on the stovetop, in a slow cooker, or in a pressure cooker.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 8" data-internal-referrer-link="staff pick" href="/cook/3560256/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/global/features/mini/121.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> maishadewan</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="65"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles" data-ng-cloak="">
<ar-save-item class="favorite" data-id="222643" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/88/07/880716.jpg'" data-name='"Alfredo and Cheese Stuffed Potatoes"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 9" data-internal-referrer-link="staff pick" href="/recipe/222643/alfredo-and-cheese-stuffed-potatoes/">
<img alt="Alfredo and Cheese Stuffed Potatoes Recipe - These cheesy stuffed potatoes make a great side dish or a meal in themselves." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/88/07/880716.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Alfredo and Cheese Stuffed Potatoes Recipe"/>
<span class="grid-col__header-text">Staff Pick</span>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Alfredo and Cheese Stuffed Potatoes
        </h3>
</a>
<a data-click-id="cardslot 9" data-internal-referrer-link="staff pick" href="/recipe/222643/alfredo-and-cheese-stuffed-potatoes/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.55999994277954" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7"></format-large-number></span>
<div class="rec-card__description">These cheesy stuffed potatoes make a great side dish or a meal in themselves.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 9" data-internal-referrer-link="staff pick" href="/cook/bigdaddycooks/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/1218116.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> Big Daddy Cooks</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="84"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="3"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles gridad" data-ad-container-masonry-autocollapse="" id="dfp_container" style="text-align: center;">
<div class="ad-search-grid">
<div id="ad-recipe-grid-responsive-2" style="margin: 0 auto;">
<div data-tier="3" id="div-gpt-square-fixed-2"></div>
<div data-tier="3" id="div-gpt-mob-square-fixed-2"></div>
</div>
<span class="advertisement">ADVERTISEMENT</span>
</div>
</article>
<article class="grid-col--fixed-tiles marketing-card">
<a class="ng-isolate-scope video-link" data-click-id="cardslot 10" data-internal-referrer-link="marketcard" href="https://secure.allrecipesmagazine.com/order/?containerName=i71vtar01&amp;psrc=I701TRDW398DFA">
<img alt="Allrecipes Magazine" class="grid-col__rec-image marketing-card-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/images/74319.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Allrecipes Magazine"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Allrecipes Magazine
        </h3>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 10" data-internal-referrer-link="marketcard" href="https://secure.allrecipesmagazine.com/order/?containerName=i71vtar01&amp;psrc=I701TRDW398DFA" target="_self">
<div class="rec-card__description">Handpicked recipes, party ideas, how-to articles and cooking tips—with gorgeous, full-page photos to inspire you. Get a full year for $7.99.</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 10" href="/cook/allrecipes/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/2400622.jpg"/>
</li>
<li>
<h4><span>Posted by </span> Allrecipes </h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2620711"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="1141"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="61"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles video-card">
<a class="ng-isolate-scope" data-click-id="cardslot 11" data-internal-referrer-link="videocard" href="/video/663/chocolate-covered-strawberries">
<img alt="Chocolate Covered Strawberries" class="grid-col__rec-image video-card__image" data-lazy-load="" data-original-src="http://brightcove.vo.llnwd.net/d22/unsecured/media/1033249144001/1033249144001_1558880170001_ari-origin05-arc-174-1334248219388.jpg?pubId=1033249144001" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Chocolate Covered Strawberries"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
                Chocolate Covered Strawberries
            </h3>
<div class="rec-card__description">See how to make luscious chocolate-covered strawberries.</div>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 11" data-internal-referrer-link="videocard" href="/video/663/chocolate-covered-strawberries" target="_self">
<div class="rec-card__description video-card__count"><format-large-number number="225137"></format-large-number> plays</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Kitten</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=2b388cab-70ad-4054-a4ae-0a193dc964d5"/>
<ar-save-item class="favorite" data-id="23600" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/03/35/96/3359675.jpg'" data-name="&quot;World's Best Lasagna&quot;" data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 12" data-internal-referrer-link="hub recipe" href="/recipe/23600/worlds-best-lasagna/">
<img alt="World's Best Lasagna Recipe and Video - Filling and satisfying, John Chandler's lasagna is our most popular recipe. With basil, sausage, ground beef and three types of cheese, it lives up to its name." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/03/35/96/3359675.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="World's Best Lasagna Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            World's Best Lasagna
                <div class="grid-col__video">
<a data-click-id="cardslot 12" data-internal-referrer-link="hub recipe" href="/video/672/worlds-best-lasagna"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 12" data-internal-referrer-link="hub recipe" href="/recipe/23600/worlds-best-lasagna/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.78999996185303" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="10431"></format-large-number></span>
<div class="rec-card__description">Filling and satisfying, John Chandler's lasagna is our most popular recipe. With basil, sausage, ground beef and three types of cheese, it lives up to its name.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 12" data-internal-referrer-link="hub recipe" href="/cook/177901/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/3873464.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> John Chandler</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="901"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="26"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="11"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=be1b6748-0b41-408a-bfce-f9241e79fafb"/>
<ar-save-item class="favorite" data-id="17652" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/42/84/428420.jpg'" data-name='"Banana Crumb Muffins"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 13" data-internal-referrer-link="hub recipe" href="/recipe/17652/banana-crumb-muffins/">
<img alt="Banana Crumb Muffins Recipe and Video - A basic banana muffin is made extraordinary with a brown sugar crumb topping that will melt in your mouth." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/42/84/428420.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Banana Crumb Muffins Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Banana Crumb Muffins
                <div class="grid-col__video">
<a data-click-id="cardslot 13" data-internal-referrer-link="hub recipe" href="/video/1233/banana-crumb-muffins"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 13" data-internal-referrer-link="hub recipe" href="/recipe/17652/banana-crumb-muffins/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.80000019073486" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="9460"></format-large-number></span>
<div class="rec-card__description">A basic banana muffin is made extraordinary with a brown sugar crumb topping that will melt in your mouth.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Lisa Kreft</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="56927" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/96/26/962656.jpg'" data-name='"Delicious Ham and Potato Soup"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 14" data-internal-referrer-link="hub recipe" href="/recipe/56927/delicious-ham-and-potato-soup/">
<img alt="Delicious Ham and Potato Soup Recipe and Video - A hearty, easy soup that's ready in 45 minutes. Perfect for using up leftover ham." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/96/26/962656.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Delicious Ham and Potato Soup Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Delicious Ham and Potato Soup
                <div class="grid-col__video">
<a data-click-id="cardslot 14" data-internal-referrer-link="hub recipe" href="/video/994/delicious-ham-and-potato-soup"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 14" data-internal-referrer-link="hub recipe" href="/recipe/56927/delicious-ham-and-potato-soup/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.84000015258789" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="9480"></format-large-number></span>
<div class="rec-card__description">A hearty, easy soup that's ready in 45 minutes. Perfect for using up leftover ham.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 14" data-internal-referrer-link="hub recipe" href="/cook/myplate/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> MyPlate</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="82"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="458"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=2a5dc10e-6c3c-4181-8fd4-1c20f1c464c6"/>
<ar-save-item class="favorite" data-id="162760" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/84/23/842371.jpg'" data-name='"Fluffy Pancakes"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 15" data-internal-referrer-link="hub recipe" href="/recipe/162760/fluffy-pancakes/">
<img alt="Fluffy Pancakes Recipe and Video - Tall, fluffy pancakes make the best breakfast, especially when there's plenty of butter and syrup. Make it extra special with berries and whipped cream!" class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/84/23/842371.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Fluffy Pancakes Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Fluffy Pancakes
                <div class="grid-col__video">
<a data-click-id="cardslot 15" data-internal-referrer-link="hub recipe" href="/video/888/fluffy-pancakes"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 15" data-internal-referrer-link="hub recipe" href="/recipe/162760/fluffy-pancakes/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.82000017166138" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="9102"></format-large-number></span>
<div class="rec-card__description">Tall, fluffy pancakes make the best breakfast, especially when there's plenty of butter and syrup. Make it extra special with berries and whipped cream!</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 15" data-internal-referrer-link="hub recipe" href="/cook/2846149/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/266396.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> kris</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="196"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="209"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="65"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles gridad" data-ad-container-masonry-autocollapse="" id="dfp_container" style="text-align: center;">
<div class="ad-search-grid">
<div id="ad-recipe-grid-responsive-3" style="margin: 0 auto;">
<div data-tier="4" id="div-gpt-square-fixed-3"></div>
<div data-tier="4" id="div-gpt-mob-square-fixed-3"></div>
</div>
<span class="advertisement">ADVERTISEMENT</span>
</div>
</article>
<article class="product_card" data-ar-recipe-id="231315" ng-cloak="" ng-controller="ar_controllers_ProductCard">
<div class="grid-col--fixed-tiles product-card" ng-cloak="" ng-if="haveProduct">
<img class="tracking-element" data-ng-repeat="trackingUrl in trackingPixels track by $index" data-ng-src="{{trackingUrl}}"/>
<img class="tracking-element" data-ng-repeat="clickUrl in clickPixels track by $index" data-ng-src="{{clickUrl}}"/>
<span class="advertisement" ng-cloak="" ng-if="isOffSiteVendor">ADVERTISEMENT</span>
<a data-click-id="cardslot 16" data-internal-referrer-link="productcard" data-internal-tracking-id="productcard" data-ng-click="addClickPixel()" data-ng-href="{{productCard.ctaUrl}}" target="_blank">
<img class="grid-col__rec-image" data-ng-src="{{productCard.productImageUrl}}"/>
<div class="product-card--ctaWrap">
<h3 class="grid-col__h3 grid-col__h3--recipe-grid" data-ng-bind="productCard.heading"></h3>
<span class="btns-one-small btn-orange" data-ng-bind-html="productCard.ctaText" ng-if="haveCtaText"></span>
</div>
<p class="rec-card__description" data-ng-bind-html="productCard.description"></p>
<div class="product-card__retailer">
<ul class="info">
<li> <span data-ng-bind-html="productCard.onSalePrice"></span></li>
</ul>
<div class="logo">
<img data-ng-src="{{productCard.storeImage}}"/>
</div>
</div>
</a>
<div class="profile profile--recipe-card product-card" ng-if="haveCook">
<a data-click-id="cardslot 16" data-internal-referrer-link="productcard" data-internal-tracking-id="productcard" data-ng-href="{{productCard.arCookUrl}}" target="_self">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" data-ng-src="{{cookStatistics.cookPhoto}}"/>
</li>
<li>
<h4><span>Product by </span>{{cookStatistics.cookName}}</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span>{{cookStatistics.followersCount}}</span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span>{{cookStatistics.favoritesCount}}</span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span>{{cookStatistics.madeRecipesCount}}</span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</div>
</article>
<article class="grid-col--fixed-tiles video-card">
<a class="ng-isolate-scope" data-click-id="cardslot 17" data-internal-referrer-link="videocard" href="/video/4289/easy-yet-romantic-filet-mignon">
<img alt="Easy Yet Romantic Filet Mignon" class="grid-col__rec-image video-card__image" data-lazy-load="" data-original-src="http://brightcove.vo.llnwd.net/d21/unsecured/media/1033249144001/201401/888/1033249144001_3028070833001_video-still-for-video-3023843610001.jpg?pubId=1033249144001" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Easy Yet Romantic Filet Mignon"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
                Easy Yet Romantic Filet Mignon
            </h3>
<div class="rec-card__description">All you need are a few minutes to make perfect bacon-wrapped filet mignon.</div>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 17" data-internal-referrer-link="videocard" href="/video/4289/easy-yet-romantic-filet-mignon" target="_self">
<div class="rec-card__description video-card__count"><format-large-number number="22524"></format-large-number> plays</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 17" href="/cook/2233378/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/28368.jpg"/>
</li>
<li>
<h4><span>Posted by </span> chef in the making </h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="51"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=d4a9f8da-98b0-483b-8556-fb160d2c0b27"/>
<ar-save-item class="favorite" data-id="20144" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/91/49/914962.jpg'" data-name='"Banana Banana Bread"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 18" data-internal-referrer-link="hub recipe" href="/recipe/20144/banana-banana-bread/">
<img alt="Banana Banana Bread Recipe and Video - This banana bread recipe is moist and delicious, with loads of banana flavor. It's wonderful toasted!" class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/91/49/914962.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Banana Banana Bread Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Banana Banana Bread
                <div class="grid-col__video">
<a data-click-id="cardslot 18" data-internal-referrer-link="hub recipe" href="/video/673/banana-banana-bread"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 18" data-internal-referrer-link="hub recipe" href="/recipe/20144/banana-banana-bread/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.57000017166138" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="9420"></format-large-number></span>
<div class="rec-card__description">This banana bread recipe is moist and delicious, with loads of banana flavor. It's wonderful toasted!</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 18" data-internal-referrer-link="hub recipe" href="/cook/3434/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> Shelley Albeluhn</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="287"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="609"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="11"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=0c05b4b0-ca88-4d79-bc12-695eccc15e1a"/>
<ar-save-item class="favorite" data-id="10813" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/02/51/41/2514148.jpg'" data-name='"Best Chocolate Chip Cookies"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 19" data-internal-referrer-link="hub recipe" href="/recipe/10813/best-chocolate-chip-cookies/">
<img alt="Best Chocolate Chip Cookies Recipe and Video - Crisp edges, chewy middles, and so, so easy to make. Try this wildly-popular chocolate chip cookie recipe for yourself." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/02/51/41/2514148.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Best Chocolate Chip Cookies Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Best Chocolate Chip Cookies
                <div class="grid-col__video">
<a data-click-id="cardslot 19" data-internal-referrer-link="hub recipe" href="/video/626/best-chocolate-chip-cookies"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 19" data-internal-referrer-link="hub recipe" href="/recipe/10813/best-chocolate-chip-cookies/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.59999990463257" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="8559"></format-large-number></span>
<div class="rec-card__description">Crisp edges, chewy middles, and so, so easy to make. Try this wildly-popular chocolate chip cookie recipe for yourself.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Dora</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=f1439d74-7ced-4323-9824-37b0a75bc51c"/>
<ar-save-item class="favorite" data-id="6865" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/66/29/662908.jpg'" data-name='"To Die For Blueberry Muffins"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 20" data-internal-referrer-link="hub recipe" href="/recipe/6865/to-die-for-blueberry-muffins/">
<img alt="To Die For Blueberry Muffins Recipe and Video - Extra big blueberry muffins are topped with a sugary-cinnamon crumb mixture in this souped-up blueberry muffin recipe." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/66/29/662908.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="To Die For Blueberry Muffins Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            To Die For Blueberry Muffins
                <div class="grid-col__video">
<a data-click-id="cardslot 20" data-internal-referrer-link="hub recipe" href="/video/2654/to-die-for-blueberry-muffins"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 20" data-internal-referrer-link="hub recipe" href="/recipe/6865/to-die-for-blueberry-muffins/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.6399998664856" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="8526"></format-large-number></span>
<div class="rec-card__description">Extra big blueberry muffins are topped with a sugary-cinnamon crumb mixture in this souped-up blueberry muffin recipe.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Colleen</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=15061e7d-06b0-40d8-975c-6cd641a39cc2"/>
<ar-save-item class="favorite" data-id="21014" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/02/24/92/2249254.jpg'" data-name='"Good Old Fashioned Pancakes"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 21" data-internal-referrer-link="hub recipe" href="/recipe/21014/good-old-fashioned-pancakes/">
<img alt="Good Old Fashioned Pancakes Recipe and Video - Make delicious, fluffy pancakes from scratch. This recipe uses 7 ingredients you probably already have." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/02/24/92/2249254.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Good Old Fashioned Pancakes Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Good Old Fashioned Pancakes
                <div class="grid-col__video">
<a data-click-id="cardslot 21" data-internal-referrer-link="hub recipe" href="/video/2619/good-old-fashioned-pancakes"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 21" data-internal-referrer-link="hub recipe" href="/recipe/21014/good-old-fashioned-pancakes/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.59999990463257" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="8731"></format-large-number></span>
<div class="rec-card__description">Make delicious, fluffy pancakes from scratch. This recipe uses 7 ingredients you probably already have.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 21" data-internal-referrer-link="hub recipe" href="/cook/663357/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> dakota kelly</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="48"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="2"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles video-card">
<a class="ng-isolate-scope" data-click-id="cardslot 22" data-internal-referrer-link="videocard" href="/video/3181/grand-marnier-souffle">
<img alt="Grand Marnier Soufflé" class="grid-col__rec-image video-card__image" data-lazy-load="" data-original-src="http://brightcove.vo.llnwd.net/d21/unsecured/media/1033249144001/1033249144001_2160782341001_900944612-181-1360711192529.jpg?pubId=1033249144001" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Grand Marnier Soufflé"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
                Grand Marnier Soufflé
            </h3>
<div class="rec-card__description">See how to make an airy and impressive but surprisingly simple dessert.  </div>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 22" data-internal-referrer-link="videocard" href="/video/3181/grand-marnier-souffle" target="_self">
<div class="rec-card__description video-card__count"><format-large-number number="21620"></format-large-number> plays</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 22" href="/cook/foodwisheswithchefjohn/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/2267470.jpg"/>
</li>
<li>
<h4><span>Posted by </span> Chef John </h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="41278"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="401"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="309"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=77f09dc3-9abe-4865-88b2-1b441eaad381"/>
<ar-save-item class="favorite" data-id="26317" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/14/23/142350.jpg'" data-name='"Chicken Pot Pie IX"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 23" data-internal-referrer-link="hub recipe" href="/recipe/26317/chicken-pot-pie-ix/">
<img alt="Chicken Pot Pie IX Recipe and Video - A delicious chicken pot pie made from scratch with carrots, peas, and celery for a comfort food classic." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/14/23/142350.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Chicken Pot Pie IX Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Chicken Pot Pie IX
                <div class="grid-col__video">
<a data-click-id="cardslot 23" data-internal-referrer-link="hub recipe" href="/video/2567/chicken-pot-pie-ix"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 23" data-internal-referrer-link="hub recipe" href="/recipe/26317/chicken-pot-pie-ix/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.80999994277954" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7608"></format-large-number></span>
<div class="rec-card__description">A delicious chicken pot pie made from scratch with carrots, peas, and celery for a comfort food classic.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 23" data-internal-referrer-link="hub recipe" href="/cook/257438/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> Robbie Rice</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="383"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="111"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="76"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="15004" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/69/35/693521.jpg'" data-name='"Award Winning Soft Chocolate Chip Cookies"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 24" data-internal-referrer-link="hub recipe" href="/recipe/15004/award-winning-soft-chocolate-chip-cookies/">
<img alt="Award Winning Soft Chocolate Chip Cookies Recipe and Video - Here's an Allrecipes classic and much-loved chocolate chip cookie recipe that uses instant pudding mix in the batter." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/69/35/693521.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Award Winning Soft Chocolate Chip Cookies Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Award Winning Soft Chocolate Chip Cookies
                <div class="grid-col__video">
<a data-click-id="cardslot 24" data-internal-referrer-link="hub recipe" href="/video/630/award-winning-soft-chocolate-chip-cookies"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 24" data-internal-referrer-link="hub recipe" href="/recipe/15004/award-winning-soft-chocolate-chip-cookies/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.65000009536743" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="8140"></format-large-number></span>
<div class="rec-card__description">Here's an Allrecipes classic and much-loved chocolate chip cookie recipe that uses instant pudding mix in the batter.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 24" data-internal-referrer-link="hub recipe" href="/cook/walmart/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/4467318.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> Walmart</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="24"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="9"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="25037" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/01/10/75/1107530.jpg'" data-name='"Best Big, Fat, Chewy Chocolate Chip Cookie"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 25" data-internal-referrer-link="hub recipe" href="/recipe/25037/best-big-fat-chewy-chocolate-chip-cookie/">
<img alt="Best Big, Fat, Chewy Chocolate Chip Cookie Recipe and Video - Make bakery-style chocolate chip cookies with these tips." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/01/10/75/1107530.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Best Big, Fat, Chewy Chocolate Chip Cookie Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Best Big, Fat, Chewy Chocolate Chip Cookie
                <div class="grid-col__video">
<a data-click-id="cardslot 25" data-internal-referrer-link="hub recipe" href="/video/627/best-big-fat-chewy-chocolate-chip-cookie"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 25" data-internal-referrer-link="hub recipe" href="/recipe/25037/best-big-fat-chewy-chocolate-chip-cookie/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.61999988555908" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7944"></format-large-number></span>
<div class="rec-card__description">Make bakery-style chocolate chip cookies with these tips.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 25" data-internal-referrer-link="hub recipe" href="/cook/183690/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> ELIZABETHBH</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="65"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="8"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=70a4b7d5-552f-4f0a-aadf-f6aa75135456"/>
<ar-save-item class="favorite" data-id="50644" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/68/79/687910.jpg'" data-name='"Broiled Tilapia Parmesan"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 26" data-internal-referrer-link="hub recipe" href="/recipe/50644/broiled-tilapia-parmesan/">
<img alt="Broiled Tilapia Parmesan Recipe and Video - Flavorful recipe for this farm raised fish that is easy and done in minutes! The fish is broiled with a creamy cheese coating for an impressive flavor and texture." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/68/79/687910.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Broiled Tilapia Parmesan Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Broiled Tilapia Parmesan
                <div class="grid-col__video">
<a data-click-id="cardslot 26" data-internal-referrer-link="hub recipe" href="/video/915/broiled-tilapia-parmesan"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 26" data-internal-referrer-link="hub recipe" href="/recipe/50644/broiled-tilapia-parmesan/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.71000003814697" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6955"></format-large-number></span>
<div class="rec-card__description">Flavorful recipe for this farm raised fish that is easy and done in minutes! The fish is broiled with a creamy cheese coating for an impressive flavor and texture.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 26" data-internal-referrer-link="hub recipe" href="/cook/645853/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> Phoebe</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="31"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="13"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="6"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles video-card">
<a class="ng-isolate-scope" data-click-id="cardslot 27" data-internal-referrer-link="videocard" href="/video/4880/lobster-newberg">
<img alt="Lobster Newberg" class="grid-col__rec-image video-card__image" data-lazy-load="" data-original-src="http://brightcove.vo.llnwd.net/v1/unsecured/media/1033249144001/201411/1456/1033249144001_3888842451001_video-still-for-video-3888214292001.jpg?pubId=1033249144001" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Lobster Newberg"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
                Lobster Newberg
            </h3>
<div class="rec-card__description">See how to make a shockingly simple, rich lobster dish.</div>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 27" data-internal-referrer-link="videocard" href="/video/4880/lobster-newberg" target="_self">
<div class="rec-card__description video-card__count"><format-large-number number="6917"></format-large-number> plays</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 27" href="/cook/foodwisheswithchefjohn/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/2267470.jpg"/>
</li>
<li>
<h4><span>Posted by </span> Chef John </h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="41278"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="401"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="309"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=73827f07-0dc7-4e16-ac5a-c61047c2f394"/>
<ar-save-item class="favorite" data-id="12682" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/73/62/736203.jpg'" data-name='"Apple Pie by Grandma Ople"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 28" data-internal-referrer-link="hub recipe" href="/recipe/12682/apple-pie-by-grandma-ople/">
<img alt="Apple Pie by Grandma Ople Recipe and Video - A unique and popular recipe. Sliced apples under a lattice crust get bathed with a sweet buttery sauce before baking." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/73/62/736203.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Apple Pie by Grandma Ople Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Apple Pie by Grandma Ople
                <div class="grid-col__video">
<a data-click-id="cardslot 28" data-internal-referrer-link="hub recipe" href="/video/816/apple-pie-by-grandma-ople"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 28" data-internal-referrer-link="hub recipe" href="/recipe/12682/apple-pie-by-grandma-ople/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.76999998092651" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7375"></format-large-number></span>
<div class="rec-card__description">A unique and popular recipe. Sliced apples under a lattice crust get bathed with a sweet buttery sauce before baking.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 28" data-internal-referrer-link="hub recipe" href="/cook/27143/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/mobile/allrecipes/images/icon-user-default_v2.png"/>
</li>
<li>
<h4><span>Recipe by</span> MOSHASMAMA</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="39"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="0"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="1"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=29f40581-ba38-4ff1-9e73-2cbd9dac6712"/>
<ar-save-item class="favorite" data-id="10549" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/01/09/02/1090243.jpg'" data-name='"Best Brownies"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 29" data-internal-referrer-link="hub recipe" href="/recipe/10549/best-brownies/">
<img alt="Best Brownies Recipe and Video - Cakey on the outside and fudgy in the middle, this easy brownie recipe really is the best! Done in an hour." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/01/09/02/1090243.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Best Brownies Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Best Brownies
                <div class="grid-col__video">
<a data-click-id="cardslot 29" data-internal-referrer-link="hub recipe" href="/video/617/best-brownies"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 29" data-internal-referrer-link="hub recipe" href="/recipe/10549/best-brownies/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.53000020980835" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7504"></format-large-number></span>
<div class="rec-card__description">Cakey on the outside and fudgy in the middle, this easy brownie recipe really is the best! Done in an hour.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Angie</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=22d126c5-5014-4cae-b1a2-e7560a118017"/>
<ar-save-item class="favorite" data-id="10402" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/58/08/580841.jpg'" data-name='"The Best Rolled Sugar Cookies"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 30" data-internal-referrer-link="hub recipe" href="/recipe/10402/the-best-rolled-sugar-cookies/">
<img alt="The Best Rolled Sugar Cookies Recipe and Video - Perfect for decorating! These classic sugar cookies are great for cookie-cutting and decorating during the holidays or anytime you feel festive." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/58/08/580841.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="The Best Rolled Sugar Cookies Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            The Best Rolled Sugar Cookies
                <div class="grid-col__video">
<a data-click-id="cardslot 30" data-internal-referrer-link="hub recipe" href="/video/624/the-best-rolled-sugar-cookies"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 30" data-internal-referrer-link="hub recipe" href="/recipe/10402/the-best-rolled-sugar-cookies/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.42999982833862" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="7536"></format-large-number></span>
<div class="rec-card__description">Perfect for decorating! These classic sugar cookies are great for cookie-cutting and decorating during the holidays or anytime you feel festive.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Jill Saunders</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="16066" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/02/50/51/2505121.jpg'" data-name='"Awesome Slow Cooker Pot Roast"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 31" data-internal-referrer-link="hub recipe" href="/recipe/16066/awesome-slow-cooker-pot-roast/">
<img alt="Awesome Slow Cooker Pot Roast Recipe and Video - This is a very easy and delicious pot roast recipe. It's designed especially for the working person who does not have time to cook all day, but it tastes like you did." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/02/50/51/2505121.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Awesome Slow Cooker Pot Roast Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Awesome Slow Cooker Pot Roast
                <div class="grid-col__video">
<a data-click-id="cardslot 31" data-internal-referrer-link="hub recipe" href="/video/674/awesome-slow-cooker-pot-roast"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 31" data-internal-referrer-link="hub recipe" href="/recipe/16066/awesome-slow-cooker-pot-roast/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.6399998664856" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6698"></format-large-number></span>
<div class="rec-card__description">This is a very easy and delicious pot roast recipe. It's designed especially for the working person who does not have time to cook all day, but it tastes like you did.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Brenda Arnold</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles video-card">
<a class="ng-isolate-scope" data-click-id="cardslot 32" data-internal-referrer-link="videocard" href="/video/7217/mille-feuille-napoleon-pastry-sheets">
<img alt="Mille Feuille (Napoleon Pastry Sheets)" class="grid-col__rec-image video-card__image" data-lazy-load="" data-original-src="http://brightcove.vo.llnwd.net/v1/unsecured/media/1033249144001/201612/3771/1033249144001_5263083094001_5251112280001-vs.jpg?pubId=1033249144001" src="http://images.media-allrecipes.com/ar/spacer.gif" title="Mille Feuille (Napoleon Pastry Sheets)"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
                Mille Feuille (Napoleon Pastry Sheets)
            </h3>
<div class="rec-card__description">The easiest fancy dessert recipe. </div>
</a>
<a class="ng-isolate-scope" data-click-id="cardslot 32" data-internal-referrer-link="videocard" href="/video/7217/mille-feuille-napoleon-pastry-sheets" target="_self">
<div class="rec-card__description video-card__count"><format-large-number number="187"></format-large-number> plays</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 32" href="/cook/foodwisheswithchefjohn/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/2267470.jpg"/>
</li>
<li>
<h4><span>Posted by </span> Chef John </h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="41278"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="401"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="309"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="8941" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/00/80/62/806223.jpg'" data-name='"Slow Cooker Chicken and Dumplings"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 33" data-internal-referrer-link="hub recipe" href="/recipe/8941/slow-cooker-chicken-and-dumplings/">
<img alt="Slow Cooker Chicken and Dumplings Recipe and Video - Easy, creamy chicken and dumplings made from refrigerator biscuits, slow cooked to comfort-food perfection." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/00/80/62/806223.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Slow Cooker Chicken and Dumplings Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Slow Cooker Chicken and Dumplings
                <div class="grid-col__video">
<a data-click-id="cardslot 33" data-internal-referrer-link="hub recipe" href="/video/955/slow-cooker-chicken-and-dumplings"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 33" data-internal-referrer-link="hub recipe" href="/recipe/8941/slow-cooker-chicken-and-dumplings/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.3600001335144" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6529"></format-large-number></span>
<div class="rec-card__description">Easy, creamy chicken and dumplings made from refrigerator biscuits, slow cooked to comfort-food perfection.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Janiece Mason</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=cdad8bd1-eade-49db-af40-d33363a1fa4b"/>
<ar-save-item class="favorite" data-id="6820" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/02/58/44/2584420.jpg'" data-name='"Downeast Maine Pumpkin Bread"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 34" data-internal-referrer-link="hub recipe" href="/recipe/6820/downeast-maine-pumpkin-bread/">
<img alt="Downeast Maine Pumpkin Bread Recipe and Video - The classic moist pumpkin bread from Down East is spiced with cinnamon, ginger, nutmeg and cloves. This bread improves with age, so plan to make it a day ahead if possible." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/02/58/44/2584420.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Downeast Maine Pumpkin Bread Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Downeast Maine Pumpkin Bread
                <div class="grid-col__video">
<a data-click-id="cardslot 34" data-internal-referrer-link="hub recipe" href="/video/678/downeast-maine-pumpkin-bread"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 34" data-internal-referrer-link="hub recipe" href="/recipe/6820/downeast-maine-pumpkin-bread/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.80999994277954" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6678"></format-large-number></span>
<div class="rec-card__description">The classic moist pumpkin bread from Down East is spiced with cinnamon, ginger, nutmeg and cloves. This bread improves with age, so plan to make it a day ahead if possible.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>Laurie Bennett</h4>
</li>
</ul>
</div>
</article>
<article class="grid-col--fixed-tiles">
<ar-save-item class="favorite" data-id="25203" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/01/06/92/1069261.jpg'" data-name='"Brown Sugar Meatloaf"' data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 35" data-internal-referrer-link="hub recipe" href="/recipe/25203/brown-sugar-meatloaf/">
<img alt="Brown Sugar Meatloaf Recipe and Video - This brown sugar meatloaf is glazed with brown sugar and ketchup for a moist and flavorful weeknight dinner." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/01/06/92/1069261.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Brown Sugar Meatloaf Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Brown Sugar Meatloaf
                <div class="grid-col__video">
<a data-click-id="cardslot 35" data-internal-referrer-link="hub recipe" href="/video/957/brown-sugar-meatloaf"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 35" data-internal-referrer-link="hub recipe" href="/recipe/25203/brown-sugar-meatloaf/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.57000017166138" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/half-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6118"></format-large-number></span>
<div class="rec-card__description">This brown sugar meatloaf is glazed with brown sugar and ketchup for a moist and flavorful weeknight dinner.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<a data-click-id="cardslot 35" data-internal-referrer-link="hub recipe" href="/cook/14882/">
<ul class="cook-details">
<li>
<img alt="profile image" class="img-profile elevate-cook-thumbnail" src="http://images.media-allrecipes.com/userphotos/50x50/13640.jpg"/>
</li>
<li>
<h4><span>Recipe by</span> tangastar</h4>
<ul class="cook-details__followers followers-count">
<li>
<span class="icon--cook-card-follower" title="Followers"></span>
<span></span>
</li>
<li>
<span><format-large-number number="48"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__favorites favorites-count">
<li>
<span class="icon--cook-card-favorite" title="Favorites"></span>
<span></span>
</li>
<li>
<span><format-large-number number="211"></format-large-number></span>
</li>
</ul>
<ul class="cook-details__recipes-made recipes-made-count">
<li>
<span class="icon--cook-card-made" title="Recipes Made"></span>
<span></span>
</li>
<li>
<span><format-large-number number="40"></format-large-number></span>
</li>
</ul>
</li>
</ul>
</a>
</div>
</article>
<article class="grid-col--fixed-tiles">
<img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/3865/DFP_1x1_impression_tracker&amp;sz=1x1&amp;t=adpartner%3Dallrecipesmagazine_earned_impression&amp;c=6d1b6d24-c45c-433b-bc8d-b4fe90783e02"/>
<ar-save-item class="favorite" data-id="6698" data-imageurl="'http://images.media-allrecipes.com/userphotos/250x250/01/03/79/1037957.jpg'" data-name="&quot;Mom's Zucchini Bread&quot;" data-type="'Recipe'"></ar-save-item>
<a data-click-id="cardslot 36" data-internal-referrer-link="hub recipe" href="/recipe/6698/moms-zucchini-bread/">
<img alt="Mom's Zucchini Bread Recipe and Video - A moist and delicious zucchini bread flavored with walnuts and cinnamon. Easy to bake and freeze, this recipe makes two loaves." class="grid-col__rec-image" data-lazy-load="" data-original-src="http://images.media-allrecipes.com/userphotos/250x250/01/03/79/1037957.jpg" src="http://images.media-allrecipes.com/ar/spacer.gif" style="display: inline;" title="Mom's Zucchini Bread Recipe and Video"/>
<h3 class="grid-col__h3 grid-col__h3--recipe-grid">
            Mom's Zucchini Bread
                <div class="grid-col__video">
<a data-click-id="cardslot 36" data-internal-referrer-link="hub recipe" href="/video/628/moms-zucchini-bread"><span class="icon--videoplay-small-white"></span></a>
</div>
</h3>
</a>
<a data-click-id="cardslot 36" data-internal-referrer-link="hub recipe" href="/recipe/6698/moms-zucchini-bread/">
<div class="grid-col__ratings">
<div class="rating-stars" data-ratingstars="4.75" data-scroll-to-anchor="reviews">
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
<img height="16" src="http://images.media-allrecipes.com/ar-images/icons/rating-stars/full-star-2015.svg" width="16"/>
</div>
<span class="grid-col__reviews"><format-large-number number="6248"></format-large-number></span>
<div class="rec-card__description">A moist and delicious zucchini bread flavored with walnuts and cinnamon. Easy to bake and freeze, this recipe makes two loaves.</div>
</div>
</a>
<div class="profile profile--recipe-card">
<ul class="cook-details">
<li>
<h4 class="no-profile"><span>Recipe by </span>v monte</h4>
</li>
</ul>
</div>
</article>
</section>
<a data-ar-infinite-scroll=""></a>
<div class="center-buttons">
<ar-notification></ar-notification>
<button class="btns-one-small" data-ng-hide="hideMoreResultsButton" href="http://allrecipes.com/recipes/?page=2" id="btnMoreResults" ng-click="disableMoreResultsButton || getMoreResults(true)" ng-cloak="" ng-disabled="disableMoreResultsButton">More</button>
</div>
</div>
</section>
</div>
<footer class="full-page" id="pageFooter">
<section class="grid grid-fixed" item-selector="article" masonry="" preserve-order="">
<article class=" grid-col grid-col--tiles">
<ul class="social-sharing__icons">
<li><a class="ui-link" href="https://www.facebook.com/allrecipes" id="footer_facebook" target="_blank" title="Facebook"><img alt="Facebook" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Facebook"/></a></li>
<li><a class="ui-link" href="http://pinterest.com/allrecipes/" id="footer_pinterest" target="_blank" title="Pinterest"><img alt="Pinterest" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Pinterest"/></a></li>
<li><a class="ui-link" href="https://twitter.com/Allrecipes" id="footer_twitter" target="_blank" title="Twitter"><img alt="Twitter" id="ctl00_Image3" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Twitter"/></a></li>
<li><a class="ui-link" href="http://instagram.com/allrecipes" id="footer_instagram" target="_blank" title="Instagram"><img alt="Instagram" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Instagram"/></a></li>
<li><a class="ui-link" href="http://allrecipes.tumblr.com/" id="footer_tumblr" target="_blank" title="Tumblr"><img alt="Tumblr" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Tumblr"/></a></li>
<li><a class="ui-link" href="https://plus.google.com/+allrecipes/" id="footer_googleplus" target="_blank" title="Google Plus"><img alt="Google Plus" src="http://images.allrecipes.com/ar-images/spacer.gif" title="Google Plus"/></a></li>
<li><a class="ui-link" href="http://www.stumbleupon.com/stumbler/Allrecipes" id="footer_stumbleupon" target="_blank" title="StumbleUpon"><img alt="StumbleUpon" src="http://images.allrecipes.com/ar-images/spacer.gif" title="StumbleUpon"/></a></li>
<li><a class="ui-link" href="https://www.youtube.com/user/allrecipes" id="footer_youtube" target="_blank" title="YouTube"><img alt="YouTube" src="http://images.allrecipes.com/ar-images/spacer.gif" title="YouTube"/></a></li>
</ul>
</article>
<article class="grid-col grid-col--tiles">
<ul>
<li>About Us</li>
<li><a href="http://press.allrecipes.com/" id="footer_newsroom">Newsroom</a></li>
<li><a href="http://dish.allrecipes.com/allrecipes-jobs/" id="footer_jobs">Jobs at Allrecipes</a></li>
</ul>
</article>
<article class="grid-col grid-col--tiles footer_advertising">
<ul>
<li>Advertising</li>
<li><a class="" href="http://www.meredith.com/national-media/digital" id="footer_advertisewithus">Advertise with Us</a></li>
<li><a class="" href="http://www.meredith.com/marketing_solutions/interactive_media.html" id="footer_womensnetwork">Meredith Women's Network</a></li>
</ul>
</article>
<article class="grid-col grid-col--tiles">
<ul>
<li>Support</li>
<li><a href="http://dish.allrecipes.com/faq-sitemap/" id="footer_sitemap">Site Map</a></li>
<li><a href="http://dish.allrecipes.com/customer-service/contact-us-2/" id="footer_contactus">Contact Us</a></li>
<li><a href="http://dish.allrecipes.com/customer-service/" id="footer_customersupport">Customer Support</a></li>
</ul>
</article>
<article class="grid-col grid-col--tiles" data-siteurl="allrecipes.com" ng-controller="ar_controllers_footerLinks">
<ul>
<li>Global Community</li>
<li>
<select id="country-selector" ng-change="changeSite()" ng-model="selectedItem" ng-options="site.name for site in arSites"><option style="display:none" value="">Select location</option></select>
</li>
<li>© 2017 Allrecipes.com <br/>All Rights Reserved </li>
<li><a href="http://www.meredith.com/privacy.html" id="footer_privacypolicy" target="_blank">Privacy Policy Your California Rights</a></li>
<li><a href="http://dish.allrecipes.com/customer-service/terms-of-service/" id="footer_terms" target="_blank">Terms of Use</a></li>
<li><a href="http://www.meredith.com/datapolicy.html" id="footer_datapolicy" target="_blank">Data Policy</a></li>
<li>
<!--  Ghostery Inc tag  cid: 1333  pid: 282-->
<a href="#" id="_bapw-link" target="_blank"><span id="footer_adchoices" style="vertical-align:middle !important;padding-right:5px">AdChoices</span><img height="11" id="_bapw-icon" style="border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;"/></a>
<a class="btns-one-small" data-scroll-to-anchor="top" data-show-on-scroll="700" id="footer_top_button" ng-cloak="" ng-show="yTrigger == true">Top</a>
</li>
<script>(function () { var g = 282, i = 1333, a = false, h = document, j = h.getElementById("_bapw-link"), e = (h.location.protocol == "https:"), f = (e ? "https" : "http") + "://", c = f + (e ? "a248.e.akamai.net/betterad.download.akamai.com/91609" : "cdn.betrad.com") + "/pub/"; function b(k) { var d = new Image(); d.src = f + "l.betrad.com/pub/p.gif?pid=" + g + "&ocid=" + i + "&i" + k + "=1&r=" + Math.random() } h.getElementById("_bapw-icon").src = c + "icon1.png"; j.onmouseover = function () { if (/#$/.test(j.href)) { j.href = "http://info.evidon.com/pub_info/" + g + "?v=1" } }; j.onclick = function () { var k = window._bap_p_overrides; function d(n, q) { var o = h.getElementsByTagName("head")[0] || h.documentElement, m = a, l = h.createElement("script"); function p() { l.onload = l.onreadystatechange = null; o.removeChild(l); q() } l.src = n; l.onreadystatechange = function () { if (!m && (this.readyState == "loaded" || this.readyState == "complete")) { m = true; p() } }; l.onload = p; o.insertBefore(l, o.firstChild) } if (k && k.hasOwnProperty(g)) { if (k[g].new_window) { b("c"); return true } } this.onclick = "return " + a; d(f + "ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js", function () { d(c + "pub2.js", function () { BAPW.i(j, { pid: g, ocid: i }) }) }); return a }; b("i") }()); var _bap_p_overrides = _bap_p_overrides || {}; _bap_p_overrides[282] = { new_window: true };</script>
</ul>
</article>
<article class="grid-col grid-col--tiles">
<ul>
<li>More Allrecipes</li>
<li><a href="http://armagazine.com/mobile-footer" id="footer_magazine">Allrecipes Magazine <span><span>–</span> Subscribe</span></a></li>
<li><a href="http://dish.allrecipes.com/mobile-apps" id="footer_apps">Allrecipes Apps</a></li>
<li><a href="http://youtube.com/foodwishes" id="footer_foodwishes">Food Wishes Videos</a></li>
<li><a href="http://freshbitesblog.com/" id="footer_freshbites">Fresh Bites Blog</a></li>
<li><a href="http://dish.allrecipes.com/technical-support/rss-feeds/" id="footer_rss">RSS Feeds</a></li>
</ul>
</article>
</section>
<div data-ng-controller="ar_controllers_deferredAction" data-ng-init="wireupAdIntegrationListeners();executePostLoginEvents();">
<ar-notification></ar-notification>
<div data-loading-indicator=""></div>
</div>
</footer>
</div>
</div>
<div class="ad-footer--fixed" id="ad-footer">
<div data-tier="1" id="div-gpt-mob-adhesive-banner-fixed"></div>
</div>
<div data-tier="1" id="div-gpt-oopSponsorship"></div>
<script type="text/javascript">
            window.Toggles={"AdTest":false,"ProPages":true,"Activity":true,"SocialNotification":true,"AngularLocalOffers":true,"ReviewModal":true,"DishBlog":true,"ZergNetSection":true,"LinkDictionariesRewriteEngine":true,"OldMasonry":false,"LocalOffersSuppressSponsored":false,"GroceryServerCard":true,"AzureNextRecipe":false,"AssetServiceSearch":true,"RecipePreferences":true,"PhotoModal":true,"AzureRelatedcontentRecipes":true,"RdpRightRailRecommendations":true,"RecipePagePerf":false,"StreamsTest":false};
    window.dataLayer={"version":"1.0","pageInstanceId":"allrecipes.com/recipes/","externalLinkId":"","page":{"pageInfo":{"pageId":"1","pageName":"/recipes/","destinationUrl":"http://allrecipes.com/recipes/","sysEnv":"RD0003FFA8D30A","variant":"Control","version":"","issueDate":"02/09/2017 14:01:32","effectiveDate":"02/09/2017 14:01:32","domain":"allrecipes.com","parameters":{}},"category":{"primaryCategory":"recipes","contentType":"recipe hub","subContentType":"","adZone":"","adKeys":"status=unrecognized;oid=;fit=1;h=1;id=1;k=[639]","contentSource":"1"},"attributes":{"contentId":"1","title":"Recipes","country":"USA"}},"event":[],"user":[{"analyticsId":"","segment":{"adStatus":"unrecognized","visitorType":"anonymous","loginStatus":"no"},"profile":[{"profileInfo":{"profileId":"0","loginType":"None"}}],"magFollower":false}],"newsletter":{"mailingId":"","mailingName":"","mailingDate":"","mailingLinkGroup":"","mailingLinkName":""},"pageImpressionTraceList":["mc-74319.jpg","pc-231315","rc-10402","rc-10549","rc-10813","rc-12682","rc-136525","rc-15004","rc-153660","rc-16066","rc-162760","rc-17652","rc-193585","rc-20144","rc-21014","rc-222643","rc-223361","rc-231315","rc-23600","rc-25037","rc-25203","rc-26317","rc-40403","rc-50644","rc-56927","rc-6698","rc-6820","rc-6865","rc-8681","rc-8941","rc-9405","vd-3181","vd-4289","vd-4880","vd-663","vd-7217"]};    var enviromentOmnitureId = 'rdirdallrecipes';
    var pubsub = new Pubsub();

    try {
        var thirtyMinutesInMilliseconds = 1800000;
        window.localStorage.setItem("CurrentUserStateModel", ''); //primarily used by private profile SPA, but pertains to current user in general
        window.localStorage.setItem("PublicProfileStateModel", ''); //used by public profile SPA
        window.localStorage.setItem("CurrentUserStateModelExpirationDate", Date.now() + thirtyMinutesInMilliseconds); //primarily used by private profile SPA, but pertains to current user in general
        window.localStorage.setItem("PublicProfileStateModelExpirationDate", Date.now() + thirtyMinutesInMilliseconds); //used by public profile SPA
    } catch(err)  {
        var CurrentUserStateCookie ='';
        var PublicProfileStateCookie = '';
        document.cookie = "CurrentUserStateModel=" + CurrentUserStateCookie;
        document.cookie = "PublicProfileStateModel=" + PublicProfileStateCookie;
    }

</script>
<script src="http://js01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/analytics.bundled.js"></script>
<script src="http://js01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/main-bottom.bundled.js"></script>
<script src="http://css01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/main-bottom-templates.bundled.js"></script>
<script>angular.module('allrecipes').constant('Constant', { 'version': '1.59.0.3582' });</script>
<script>
    AR.FacebookPixel.init();
</script>
<script src="http://js01.media-allrecipes.com/assets/deployables/v-1.59.0.3582/recipe-hub.bundled.js"></script>
<script>
            angular.module("allrecipes").value("hubCategories", '[{"Title":"Most Popular","Id":0,"BreadcrumbName":"Most Popular","Description":"","ChildHubs":[{"Id":1642,"BreadCrumbName":"Everyday Cooking","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":36452,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Everyday Cooking","Description":"Speedy weeknight dinners, 5-ingredient dishes, quick and easy meals, plus kid-pleasing snacks and desserts","Path":"/recipes/1642/everyday-cooking/","ImageUrl":"http://images.media-allrecipes.com/images/58655.png","UrlSafeTitle":"everyday-cooking","SingularizedHubTitle":"Everyday Cooking Recipes","ImageMap":null},{"Id":1116,"BreadCrumbName":"Fruits and Vegetables","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":30034,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Fruits, Vegetables and Other Produce","Description":"Find recipes for all kinds of fruits and vegetables, including broccoli, apples, strawberries, zucchini... we have it all! Mushrooms, beans and peas, too.","Path":"/recipes/1116/fruits-and-vegetables/","ImageUrl":"http://images.media-allrecipes.com/images/56586.png","UrlSafeTitle":"fruits-and-vegetables","SingularizedHubTitle":"Fruits, Vegetables and Other Produce Recipes","ImageMap":null},{"Id":80,"BreadCrumbName":"Main Dish","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":15533,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Main Dishes","Description":"Hundreds of main dish recipes. Choose from top-rated comfort food, healthy, and vegetarian options. Find your dinner star now!","Path":"/recipes/80/main-dish/","ImageUrl":"http://images.media-allrecipes.com/images/56564.png","UrlSafeTitle":"main-dish","SingularizedHubTitle":"Main Dish Recipes","ImageMap":null},{"Id":92,"BreadCrumbName":"Meat and Poultry","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":15466,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Meat and Poultry","Description":"Top recipes for beef, chicken, pork, and more. See classic recipes or find something new.","Path":"/recipes/92/meat-and-poultry/","ImageUrl":"http://images.media-allrecipes.com/images/56568.png","UrlSafeTitle":"meat-and-poultry","SingularizedHubTitle":"Meat and Poultry Recipes","ImageMap":null},{"Id":79,"BreadCrumbName":"Desserts","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":13178,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Desserts","Description":"Whether you crave sweet, savory, decadent or healthy, we have hundreds of top-rated dessert recipes to satisfy your taste buds.","Path":"/recipes/79/desserts/","ImageUrl":"http://images.media-allrecipes.com/images/56562.png","UrlSafeTitle":"desserts","SingularizedHubTitle":"Dessert Recipes","ImageMap":null},{"Id":85,"BreadCrumbName":"Holidays and Events","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":12732,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Holidays and Events","Description":"Celebrate with top-rated holiday cookies, appetizers, and desserts. Find the right recipe for any holiday.","Path":"/recipes/85/holidays-and-events/","ImageUrl":"http://images.media-allrecipes.com/images/58447.png","UrlSafeTitle":"holidays-and-events","SingularizedHubTitle":"Holidays and Events Recipes","ImageMap":null}]},{"Title":"Courses","Id":1,"BreadcrumbName":"","Description":"","ChildHubs":[{"Id":76,"BreadCrumbName":"Appetizers and Snacks","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":4940,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Appetizers and Snacks","Description":"Perfect party appetizers the easy way. See hundreds of tasty appetizers with photos and tips on how to make them.","Path":"/recipes/76/appetizers-and-snacks/","ImageUrl":"http://images.media-allrecipes.com/images/56559.png","UrlSafeTitle":"appetizers-and-snacks","SingularizedHubTitle":"Appetizers and Snack Recipes","ImageMap":null},{"Id":156,"BreadCrumbName":"Bread","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3426,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Bread Recipes","Description":"See how to bake bread at home. Recipes for white, wheat, and more with photos, video, and tips to help you make them. Bread machine versions, too!","Path":"/recipes/156/bread/","ImageUrl":"http://images.media-allrecipes.com/images/56560.png","UrlSafeTitle":"bread","SingularizedHubTitle":"Bread Recipes","ImageMap":null},{"Id":79,"BreadCrumbName":"Desserts","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":13178,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Desserts","Description":"Whether you crave sweet, savory, decadent or healthy, we have hundreds of top-rated dessert recipes to satisfy your taste buds.","Path":"/recipes/79/desserts/","ImageUrl":"http://images.media-allrecipes.com/images/56562.png","UrlSafeTitle":"desserts","SingularizedHubTitle":"Dessert Recipes","ImageMap":null},{"Id":77,"BreadCrumbName":"Drinks","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3024,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Drinks","Description":"From cocktails to punch for kids, find the perfect party drink. Plus videos, photos, and reviews to help you mix drinks right.","Path":"/recipes/77/drinks/","ImageUrl":"http://images.media-allrecipes.com/images/56563.png","UrlSafeTitle":"drinks","SingularizedHubTitle":"Drinks Recipes","ImageMap":null},{"Id":80,"BreadCrumbName":"Main Dish","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":15533,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Main Dishes","Description":"Hundreds of main dish recipes. Choose from top-rated comfort food, healthy, and vegetarian options. Find your dinner star now!","Path":"/recipes/80/main-dish/","ImageUrl":"http://images.media-allrecipes.com/images/56564.png","UrlSafeTitle":"main-dish","SingularizedHubTitle":"Main Dish Recipes","ImageMap":null},{"Id":96,"BreadCrumbName":"Salad","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3399,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Salad Recipes","Description":"Find the best green salad recipes, plus trusted recipes for more than 3,390 other dinner and picnic salads.","Path":"/recipes/96/salad/","ImageUrl":"http://images.media-allrecipes.com/images/56565.png","UrlSafeTitle":"salad","SingularizedHubTitle":"Salad Recipes","ImageMap":null},{"Id":81,"BreadCrumbName":"Side Dish","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":4587,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Side Dishes","Description":"The best dinner side dishes. Find vegetable sides, BBQ sides, and the perfect sides for chicken dinner. Hundreds of side dish recipes with photos and reviews.","Path":"/recipes/81/side-dish/","ImageUrl":"http://images.media-allrecipes.com/images/56566.png","UrlSafeTitle":"side-dish","SingularizedHubTitle":"Side Dish Recipes","ImageMap":null},{"Id":94,"BreadCrumbName":"Soups, Stews and Chili","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":4146,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Soups, Stews and Chili","Description":"Find recipes for hearty favorites like chicken tortilla soup, beef stew, white chicken chili, and more.","Path":"/recipes/94/soups-stews-and-chili/","ImageUrl":"http://images.media-allrecipes.com/images/56567.png","UrlSafeTitle":"soups-stews-and-chili","SingularizedHubTitle":"Soups, Stews and Chili Recipes","ImageMap":null}]},{"Title":"Meals","Id":2,"BreadcrumbName":"","Description":"","ChildHubs":[{"Id":78,"BreadCrumbName":"Breakfast and Brunch","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":2710,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Breakfast and Brunch","Description":"Eggs, omelets, pancakes, breakfast casseroles, and more! See hundreds of trusted breakfast and brunch recipes with reviews and tips from home cooks.","Path":"/recipes/78/breakfast-and-brunch/","ImageUrl":"http://images.media-allrecipes.com/images/56561.png","UrlSafeTitle":"breakfast-and-brunch","SingularizedHubTitle":"Breakfast and Brunch Recipes","ImageMap":null},{"Id":17561,"BreadCrumbName":"Lunch","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":778,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Lunch Recipes","Description":"Looking for lunch recipes? Allrecipes has more than 770 trusted lunch ideas whether you\u0027re planning ahead or looking for something last minute.","Path":"/recipes/17561/lunch/","ImageUrl":"http://images.media-allrecipes.com/images/58652.png","UrlSafeTitle":"lunch","SingularizedHubTitle":"Lunch Recipes","ImageMap":null},{"Id":17562,"BreadCrumbName":"Dinner","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":1115,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Dinner Recipes","Description":"Allrecipes has hundreds of dinner ideas to help you get an easy and healthy dinner on the table fast.","Path":"/recipes/17562/dinner/","ImageUrl":"http://images.media-allrecipes.com/images/58654.png","UrlSafeTitle":"dinner","SingularizedHubTitle":"Dinner Recipes","ImageMap":null}]},{"Title":"Main Ingredients","Id":3,"BreadcrumbName":"","Description":"","ChildHubs":[{"Id":1116,"BreadCrumbName":"Fruits and Vegetables","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":30034,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Fruits, Vegetables and Other Produce","Description":"Find recipes for all kinds of fruits and vegetables, including broccoli, apples, strawberries, zucchini... we have it all! Mushrooms, beans and peas, too.","Path":"/recipes/1116/fruits-and-vegetables/","ImageUrl":"http://images.media-allrecipes.com/images/56586.png","UrlSafeTitle":"fruits-and-vegetables","SingularizedHubTitle":"Fruits, Vegetables and Other Produce Recipes","ImageMap":null},{"Id":92,"BreadCrumbName":"Meat and Poultry","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":15466,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Meat and Poultry","Description":"Top recipes for beef, chicken, pork, and more. See classic recipes or find something new.","Path":"/recipes/92/meat-and-poultry/","ImageUrl":"http://images.media-allrecipes.com/images/56568.png","UrlSafeTitle":"meat-and-poultry","SingularizedHubTitle":"Meat and Poultry Recipes","ImageMap":null},{"Id":95,"BreadCrumbName":"Pasta and Noodles","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3020,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Pasta and Noodles","Description":"Find recipes for all your favorite pasta dishes including lasagna, baked ziti, pasta salad, macaroni and cheese, and pesto.","Path":"/recipes/95/pasta-and-noodles/","ImageUrl":"http://images.media-allrecipes.com/images/56589.png","UrlSafeTitle":"pasta-and-noodles","SingularizedHubTitle":"Pasta and Noodle Recipes","ImageMap":null},{"Id":93,"BreadCrumbName":"Seafood","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3645,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Seafood Recipes","Description":"Top recipes for fish, shellfish, and hearty chowder. See easy ways to make seafood part of your low-cal diet.","Path":"/recipes/93/seafood/","ImageUrl":"http://images.media-allrecipes.com/images/56591.png","UrlSafeTitle":"seafood","SingularizedHubTitle":"Seafood Recipes","ImageMap":null}]},{"Title":"Occasions and Cooking Styles","Id":4,"BreadcrumbName":"","Description":"","ChildHubs":[{"Id":88,"BreadCrumbName":"BBQ \u0026 Grilling","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":1951,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"BBQ \u0026 Grilling","Description":"The best BBQ chicken, pork and BBQ sauces. Hundreds of barbecue and grilling recipes, with tips and tricks from home grillers.","Path":"/recipes/88/bbq-grilling/","ImageUrl":"http://images.media-allrecipes.com/images/56594.png","UrlSafeTitle":"bbq-grilling","SingularizedHubTitle":"BBQ \u0026 Grilling Recipes","ImageMap":null},{"Id":1642,"BreadCrumbName":"Everyday Cooking","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":36452,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Everyday Cooking","Description":"Speedy weeknight dinners, 5-ingredient dishes, quick and easy meals, plus kid-pleasing snacks and desserts","Path":"/recipes/1642/everyday-cooking/","ImageUrl":"http://images.media-allrecipes.com/images/58655.png","UrlSafeTitle":"everyday-cooking","SingularizedHubTitle":"Everyday Cooking Recipes","ImageMap":null},{"Id":84,"BreadCrumbName":"Healthy Recipes","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":4305,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Healthy Recipes","Description":"Find trusted recipes for eating healthy: start the day with a wholesome breakfast, cut the carbs or calories, find the perfect main dish for your special diet.","Path":"/recipes/84/healthy-recipes/","ImageUrl":"http://images.media-allrecipes.com/images/56597.png","UrlSafeTitle":"healthy-recipes","SingularizedHubTitle":"Healthy Recipes","ImageMap":null},{"Id":85,"BreadCrumbName":"Holidays and Events","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":12732,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Holidays and Events","Description":"Celebrate with top-rated holiday cookies, appetizers, and desserts. Find the right recipe for any holiday.","Path":"/recipes/85/holidays-and-events/","ImageUrl":"http://images.media-allrecipes.com/images/58447.png","UrlSafeTitle":"holidays-and-events","SingularizedHubTitle":"Holidays and Events Recipes","ImageMap":null},{"Id":17567,"BreadCrumbName":"Ingredients","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":2208,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Ingredients","Description":"Recipes organized by primary and important ingredients, like oils, flours and herbs.","Path":"/recipes/17567/ingredients/","ImageUrl":"http://images.media-allrecipes.com/images/56569.png","UrlSafeTitle":"ingredients","SingularizedHubTitle":"Ingredient Recipes","ImageMap":null},{"Id":236,"BreadCrumbName":"U.S. Recipes","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":3760,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"U.S. Recipes","Description":"Find recipes from across the United States! Allrecipes has recipes for every region and state, including mouthwatering Southern favorites, classic fare from New England, and spicy Southwest dishes.","Path":"/recipes/236/us-recipes/","ImageUrl":"http://images.media-allrecipes.com/images/58656.png","UrlSafeTitle":"us-recipes","SingularizedHubTitle":"U.S. Recipes","ImageMap":null},{"Id":86,"BreadCrumbName":"World Cuisine","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":8442,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"World Cuisine","Description":"Boldly go where your taste buds haven\u0027t gone before with recipes from countries far and near. Your kitchen is the flight deck.","Path":"/recipes/86/world-cuisine/","ImageUrl":"http://images.media-allrecipes.com/images/56610.png","UrlSafeTitle":"world-cuisine","SingularizedHubTitle":"World Cuisine Recipes","ImageMap":null},{"Id":82,"BreadCrumbName":"Trusted Brands: Recipes and Tips","Ancestors":[{"Id":1,"BreadCrumbName":"Recipes","Ancestors":[],"TotalCount":0,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Recipes","Description":"","Path":"/recipes/","ImageUrl":"http://images.media-allrecipes.com/global/recipes/nophoto/nopicture-250x250.png","UrlSafeTitle":"recipes","SingularizedHubTitle":"Recipes","ImageMap":null}],"TotalCount":2841,"VideoCount":0,"IsSlideshowHub":false,"Macros":[],"IsMerchControlledHub":false,"Title":"Trusted Brands","Description":"Browse more than 2,840 recipes provided by Allrecipes.com\u0026#8217;s trusted brand name partners.","Path":"/recipes/82/trusted-brands-recipes-and-tips/","ImageUrl":"http://images.media-allrecipes.com/images/56617.png","UrlSafeTitle":"trusted-brands-recipes-and-tips","SingularizedHubTitle":"Trusted Brand Recipes","ImageMap":null}]}]');
        </script>
<script type="application/ld+json">
                {"@context":"http://schema.org","@type":"ItemList","mainEntityOfPage":{"@type":"CollectionPage","@id":"http://allrecipes.com/recipes/1/recipes/"},"itemListElement":[{"@type":"ListItem","position":1,"url":"http://allrecipes.com/recipe/231315/1-2-3-jambalaya/"},{"@type":"ListItem","position":2,"url":"http://allrecipes.com/recipe/136525/sexy-shrimp-scampi/"},{"@type":"ListItem","position":3,"url":"http://allrecipes.com/recipe/8681/chicken-and-sausage-with-bowties/"},{"@type":"ListItem","position":4,"url":"http://allrecipes.com/recipe/40403/best-of-the-best-blueberry-muffins/"},{"@type":"ListItem","position":5,"url":"http://allrecipes.com/recipe/223361/eggplant-parmesan-with-fresh-basil-and-smoked-mozzarella/"},{"@type":"ListItem","position":6,"url":"http://allrecipes.com/recipe/153660/shaved-brussels-sprouts-with-bacon-and-almonds/"},{"@type":"ListItem","position":7,"url":"http://allrecipes.com/recipe/9405/baked-rice-pudding/"},{"@type":"ListItem","position":8,"url":"http://allrecipes.com/recipe/193585/authentic-bangladeshi-beef-curry/"},{"@type":"ListItem","position":9,"url":"http://allrecipes.com/recipe/222643/alfredo-and-cheese-stuffed-potatoes/"},{"@type":"ListItem","position":10,"url":"http://allrecipes.com/recipe/23600/worlds-best-lasagna/"},{"@type":"ListItem","position":11,"url":"http://allrecipes.com/recipe/17652/banana-crumb-muffins/"},{"@type":"ListItem","position":12,"url":"http://allrecipes.com/recipe/56927/delicious-ham-and-potato-soup/"},{"@type":"ListItem","position":13,"url":"http://allrecipes.com/recipe/162760/fluffy-pancakes/"},{"@type":"ListItem","position":14,"url":"http://allrecipes.com/recipe/20144/banana-banana-bread/"},{"@type":"ListItem","position":15,"url":"http://allrecipes.com/recipe/10813/best-chocolate-chip-cookies/"},{"@type":"ListItem","position":16,"url":"http://allrecipes.com/recipe/6865/to-die-for-blueberry-muffins/"},{"@type":"ListItem","position":17,"url":"http://allrecipes.com/recipe/21014/good-old-fashioned-pancakes/"},{"@type":"ListItem","position":18,"url":"http://allrecipes.com/recipe/26317/chicken-pot-pie-ix/"},{"@type":"ListItem","position":19,"url":"http://allrecipes.com/recipe/15004/award-winning-soft-chocolate-chip-cookies/"},{"@type":"ListItem","position":20,"url":"http://allrecipes.com/recipe/25037/best-big-fat-chewy-chocolate-chip-cookie/"},{"@type":"ListItem","position":21,"url":"http://allrecipes.com/recipe/50644/broiled-tilapia-parmesan/"},{"@type":"ListItem","position":22,"url":"http://allrecipes.com/recipe/12682/apple-pie-by-grandma-ople/"},{"@type":"ListItem","position":23,"url":"http://allrecipes.com/recipe/10549/best-brownies/"},{"@type":"ListItem","position":24,"url":"http://allrecipes.com/recipe/10402/the-best-rolled-sugar-cookies/"},{"@type":"ListItem","position":25,"url":"http://allrecipes.com/recipe/16066/awesome-slow-cooker-pot-roast/"},{"@type":"ListItem","position":26,"url":"http://allrecipes.com/recipe/8941/slow-cooker-chicken-and-dumplings/"},{"@type":"ListItem","position":27,"url":"http://allrecipes.com/recipe/6820/downeast-maine-pumpkin-bread/"},{"@type":"ListItem","position":28,"url":"http://allrecipes.com/recipe/25203/brown-sugar-meatloaf/"},{"@type":"ListItem","position":29,"url":"http://allrecipes.com/recipe/6698/moms-zucchini-bread/"}]}
            </script>
<script>

    $(document).ready(function () {
        pubsub.broadcast("GoogleAnalytics");
    });

    if (typeof (window.dataLayer) !== "undefined" && dataLayer) {
        var clientAnalytics = new ClientAnalytics(window.dataLayer);
        var comscoreShim = new ComscoreShim(window.dataLayer, pubsub);
        var omniShim = new OmnitureShim(window.dataLayer, s, pubsub);
        var kruxShim = new KruxShim(window.dataLayer, pubsub);
        var gaShim = new GoogleAnalyticsShim(window.dataLayer, ga, pubsub);
    }


</script>
<!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-MW2LG9" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','placeholderDL','GTM-MW2LG9');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">_satellite.pageBottom(); // Initialize Adobe DTM</script>
<link href="http://images.media-allrecipes.com/ar/foresee/v0.7/foresee-dhtml.css" rel="stylesheet"/>
<script type="extole/context">{"params": {"e": "","tag:cook_id": "0"}}</script>
</body>
</html>