<!--cloud-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Home |  Haydel's Bakery New Orleans LA</title>
<meta name="ROBOTS" content="ALL">
<meta name="Rating" content="General">
<meta name="Distribution" content="Global">
<meta name="Author" content="Firefly Digital, Inc., www.firefly.cc, 800-397-1624">
<meta name="Reply-to" content="meta@www.haydelbakery.com">
<meta name="GENERATOR" content="Firefly Digital Website Gadget 3.0">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="cannonical" href="http://www.haydelbakery.com/"/>
<link href="bug.css" rel="stylesheet" type="text/css">
<link href="bug_home.css" rel="stylesheet" type="text/css">
<link href="favicon.png" type="image/ico" rel="icon">
<link href="favicon.ico" type="image/ico" rel="shortcut icon">
<script type="text/javascript" language="Javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/easypaginate.js"></script>
<script type="text/javascript">
    jQuery(function($){

	$('ul#items').easyPaginate({
		step:5
	});

	$("#tracking").click(function()
	{
		window.open($(this).attr("href"),'trackingwindow','width=424,height=396,resizeable=yes,scrollbars=yes');
		return false;
	});

});

$(document).ready(function(){
	$popUp=$('#flagPointer');
$('#flag').hide();});
</script>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24638522-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script async src="//10142.tctm.co/t.js"></script>
<script async src="https://i.simpli.fi/dpx.js?

cid=41685&action=100&segment=entercomhaydelbakerysite&m=1&sifi_tuid=20472">

</script>
<script async src="https://i.simpli.fi/dpx.js?

cid=41685&campaign_id=0&m=1&c=entercomhaydelbakeryvt&sifi_tuid=20472"></script>
</head>
<body id="bkgnd">
<div id="q1"><a href="#q2">skip to navigation</a> | <a href="#q3">skip to content</a></div>

<div class="stripes">
  <div class="top">
    <div class="container">
      <div class="ut" style="background-image:none !important">
        <div class="social" align="center">
          <h2>1-800-442-1342</h2>
          <h3>504-837-0190</h3>
          <!--<h3>Follow us on:</h3>-->
          <ul>
            <li><a href="twitter" target="_blank" id="twitter">Twitter</a></li>
            <li><a href="facebook" target="_blank" id="facebook">Facebook</a></li>
            <li><a href="pinterest" target="_blank" id="pinterest">Pinterest</a></li>
            <li><a href="youtube" target="_blank" id="youtube">YouTube</a></li>
            <li><a href="instagram" target="_blank" id="instagram">Instagram</a></li>
          </ul>
          <div class="kicker"></div>
        </div>
        <div class="shopping">
          <div id="s1">
      <form action="search" method="GET">
        <input name="search" type="text" value="Search" onfocus="this.value='';" />
        <input type="image" src="images/search.png">
      </form>
      <div id="flag"></div>
    </div>
          <ul align="center" style="margin-left:33px">
            <li><a href="shop" id="shop">Shop</a></li>
            <li><a href="account" id="account">Account</a></li>
            <li><a href="cart" id="cart">Cart</a></li>
            <li><!--<a href="http://www.jpas.org/mardi-gras-bead-dog/" id="dog" target="_blank">Mardi Gras Bead Dog</a>--></li>
          </ul>
          <div class="kicker"></div>
        </div>
      </div>
      <a name="q2" id="q2"></a>
      <div id="nav">
        <ul>
          <li><a href="international" id="international">international shipping</a></li>
          <li><a href="corporate" id="corporate">corporate shopping</a></li>
          <li><a href="gallery" id="gallery">cake photo gallery</a></li>
          <li><a href="tracking" id="tracking">track package</a></li>
          <li><a href="contact" id="contact" >contact</a></li>
        </ul>
        <div class="kicker"></div>
      </div>
      <div align="center"><a href="/" id="home">Home</a></div>
      <div class="main">
        <div class="parchment">

        <div id="marquee">
    <script>
jQuery().ready(function () {
	var auto = false;
	var stop = false;
	var maintimer;

	jQuery(".marquee_thumb").click(function () {
		if(jQuery(this).hasClass("marquee_inactive")) {
			if(auto == false) {
				stop = true;
			}

			var newstory = jQuery(this).attr("story");

			jQuery(".marquee_item").hide();
			/*jQuery(".marquee_item").fadeOut("fast", function () {

			});*/
			jQuery("#marquee" + newstory).fadeIn("slow");

			jQuery(".marquee_thumb").addClass("marquee_inactive");
			jQuery(this).removeClass("marquee_inactive");

			auto = false;
		}
		return false;
	});

	jQuery("#marquee_next").click(function () {
next = jQuery(".marquee_thumb:not('.marquee_inactive')").nextAll(".marquee_inactive:first");
auto = true;

if(next.attr("story") > 0) {
next.click();
} else {
jQuery(".marquee_thumb:first").click();
}
maintimer.reset(7500);
});

jQuery("#marquee_prev").click(function () {

prev = jQuery(".marquee_thumb:not('.marquee_inactive')").prevAll(".marquee_inactive:first");
auto = true;

if(prev.attr("story")) {
prev.click();
} else {
jQuery(".marquee_thumb:last").click();
}
maintimer.reset(7500);
});

	jQuery.timer(7500, function (timer) {//5 seconds
		if(stop) {
			timer.reset(15000);
			stop = false;
		} else {
			maintimer = timer;
			next = jQuery(".marquee_thumb:not('.marquee_inactive')").nextAll(".marquee_inactive:first");
			auto = true;

			if(next.attr("story") > 0) {
		    	next.click();
			} else {
				jQuery(".marquee_thumb:first").click();
			}
			timer.reset(7500);
		}
	});

});
</script><div id="marquee_viewer"><div id="marquee0" class="marquee_item"><div class="marquee_photo"><img src="/piclib/m73.jpg" border="0"></div>
<a href="/blog/mardi_gras_hq/"><div class='marquee_text_limit'></div></a>
	<div class="marquee_text"><a href="/blog/mardi_gras_hq/"><span class="PageTitle">Our best King Cake packages</span></a><h2>All in one place.</h2>
 </div>
</div><div id="marquee1" class="marquee_item" style="display:none"><div class="marquee_photo"><img src="/piclib/m72.jpg" border="0"></div>
<a href="/blog/patties/"><div class='marquee_text_limit'></div></a>
	<div class="marquee_text"><a href="/blog/patties/"><span class="PageTitle">Cooking with the Haydels</span></a><h2>Watch and learn how the Haydel's make their Oyster Patties!</h2>
 </div>
</div><div id="marquee2" class="marquee_item" style="display:none"><div class="marquee_photo"><img src="/piclib/m71.jpg" border="0"></div>
<a href="/blog/handpies/"><div class='marquee_text_limit'></div></a>
	<div class="marquee_text"><a href="/blog/handpies/"><span class="PageTitle">Big news for your hands: </span></a><h2>Hand pies are shipping. Pre-order yours today!</h2>
 </div>
</div><div id="marquee3" class="marquee_item" style="display:none"><div class="marquee_photo"><img src="/piclib/m28.jpg" border="0"></div>
<a href="/pastries"><div class='marquee_text_limit'></div></a>
	<div class="marquee_text"><a href="/pastries"><span class="PageTitle">Sink your teeth into</span></a><h2>Fresh almond pastry filled with rich vanilla cream...mmmm!&nbsp; </h2>
 </div>
</div><div id="marquee4" class="marquee_item" style="display:none"><div class="marquee_photo"><img src="/piclib/m64.jpg" border="0"></div>
<a href="/kingcakes"><div class='marquee_text_limit'></div></a>
	<div class="marquee_text"><a href="/kingcakes"><span class="PageTitle">Treat Yourself Year Round!</span></a><h2>We make king cakes all year! &nbsp; &nbsp; </h2>
 </div>
</div></div><div id="marquee_thumbs"><a href="#" class="marquee_thumb" story="0"><img src="/piclib/mt73.jpg" width="130" height="81" border="0">
</a><a href="#" class="marquee_thumb marquee_inactive" story="1"><img src="/piclib/mt72.jpg" width="130" height="81" border="0">
</a><a href="#" class="marquee_thumb marquee_inactive" story="2"><img src="/piclib/mt71.jpg" width="130" height="81" border="0">
</a><a href="#" class="marquee_thumb marquee_inactive" story="3"><img src="/piclib/mt28.jpg" width="130" height="81" border="0">
</a><a href="#" class="marquee_thumb marquee_inactive" story="4"><img src="/piclib/mt64.jpg" width="130" height="81" border="0">
</a></div><script src="/jquery-ui/plugins/jquery.timer.js"></script>
    </div>

        <div id="favorites">
        <h5>Specialties &amp; Favorites</h5>
          <div class="spot">
   <a href="site.php?pageID=327" target="_self" ><img src="/image_spotlight.php?id=20"></a>   <a href="site.php?pageID=327" target="_self"><h5>Mardi Gras Bead Dog</h5></a>
   <p>Meet this New Orleans favorite.<br />
   <a href="site.php?pageID=327" target="_self" class="go">Mardi Gras Bead Dog<sup>®</sup></a></p>
   </div>
  <div class="spot">
   <a href="site.php?pageID=307" target="_self" ><img src="/image_spotlight.php?id=11"></a>   <a href="site.php?pageID=307" target="_self"><h5>King Cakes</h5></a>
   <p>Mardi Gras King Cake Package<br />
   <a href="site.php?pageID=307" target="_self" class="go">King Cakes</a></p>
   </div>
  <div class="spot">
   <a href="site.php?pageID=309" target="_self" ><img src="/image_spotlight.php?id=12"></a>   <a href="site.php?pageID=309" target="_self"><h5>Cajun Kringle<sup>&reg;</sup></h5></a>
   <p>Haydel's Legendary Cajun Kringle<sup>&reg;</sup><br />
   <a href="site.php?pageID=309" target="_self" class="go">Cajun Kringle&reg;</a></p>
   </div>
  <div class="spot">
   <a href="site.php?pageID=353" target="_self" ><img src="/image_spotlight.php?id=18"></a>   <a href="site.php?pageID=353" target="_self"><h5>Fruitcake </h5></a>
   <p>Assorted and Original Fruitcake<br />
   <a href="site.php?pageID=353" target="_self" class="go">Fruitcakes</a></p>
   </div>
  <div class="spot">
   <a href="site.php?pageID=310" target="_self" ><img src="/image_spotlight.php?id=14"></a>   <a href="site.php?pageID=310" target="_self"><h5>Specialty Cakes</h5></a>
   <p>Haydel's Cakes for Special Occasions<br />
   <a href="site.php?pageID=310" target="_self" class="go">Specialty Cakes</a></p>
   </div>
        </div>

        <div align="center"><img src="images/online_shop.png" alt="Haydel's Online Shop" /></div>
        <div id="shopping_slider">
  <ul id="items">
  <li><p><a href="Black-and-Gold-Cupcake-Package-"><img src="/product_images/Black-and-Gold-Cupcake-Package-~vl.jpg" alt="Black and Gold Cupcake Package "></a></p><h4>Black and Gold Cupcake Package </h4><a href="Black-and-Gold-Cupcake-Package-">Shop Now</a></li><li><p><a href="Brownie-Marble-Swirl-Cheesecake-"><img src="/product_images/Brownie-Marble-Swirl-Cheesecake-~vl.jpg" alt="Brownie Marble Swirl Cheesecake "></a></p><h4>Brownie Marble Swirl Cheesecake </h4><a href="Brownie-Marble-Swirl-Cheesecake-">Shop Now</a></li><li><p><a href="Cajun-Kringle--Bead-Dog-Book"><img src="/product_images/Cajun-Kringle--Bead-Dog-Book~vl.jpg" alt="Cajun Kringle Mardi Gras Bead Dog Book Combo"></a></p><h4>Cajun Kringle Mardi Gras Bead Dog Book Combo</h4><a href="Cajun-Kringle--Bead-Dog-Book">Shop Now</a></li><li><p><a href="Cajun-Kringle"><img src="/product_images/Cajun-Kringle~vl.jpg" alt="Cajun Kringle&amp;#174; "></a></p><h4>Cajun Kringle&#174; </h4><a href="Cajun-Kringle">Shop Now</a></li><li><p><a href="Cajunnoli"><img src="/product_images/Cajunnoli~vl.jpg" alt="Cajunnoli&amp;#174;"></a></p><h4>Cajunnoli&#174;</h4><a href="Cajunnoli">Shop Now</a></li><li><p><a href="Coffee--Chicory-3-Pack-"><img src="/product_images/Coffee--Chicory-3-Pack-~vl.jpg" alt="Coffee &amp; Chicory 3 Pack "></a></p><h4>Coffee & Chicory 3 Pack </h4><a href="Coffee--Chicory-3-Pack-">Shop Now</a></li><li><p><a href="Fleur-de-lis-Shaped-Black-and-Gold"><img src="/product_images/Fleur-de-lis-Shaped-Black-and-Gold~vl.jpg" alt="Fleur de Lis Shaped-Black and Gold"></a></p><h4>Fleur de Lis Shaped-Black and Gold</h4><a href="Fleur-de-lis-Shaped-Black-and-Gold">Shop Now</a></li><li><p><a href="Gourmet-Chocolate-Chip-Cookies"><img src="/product_images/Gourmet-Chocolate-Chip-Cookies~vl.jpg" alt="Gourmet Chocolate Chip Cookies"></a></p><h4>Gourmet Chocolate Chip Cookies</h4><a href="Gourmet-Chocolate-Chip-Cookies">Shop Now</a></li><li><p><a href="16-Haydels-Assorted-Macaroons"><img src="/product_images/16-Haydels-Assorted-Macaroons~vl.jpg" alt="Haydel's Assorted Macaroons"></a></p><h4>Haydel's Assorted Macaroons</h4><a href="16-Haydels-Assorted-Macaroons">Shop Now</a></li><li><p><a href="Kugelhopf"><img src="/product_images/Kugelhopf~vl.jpg" alt="Kugelhopf"></a></p><h4>Kugelhopf</h4><a href="Kugelhopf">Shop Now</a></li><li><p><a href="Makin-Groceries-Traditional-Only"><img src="/product_images/Makin-Groceries-Traditional-Only~vl.jpg" alt="Makin Groceries King Cake Package"></a></p><h4>Makin Groceries King Cake Package</h4><a href="Makin-Groceries-Traditional-Only">Shop Now</a></li><li><p><a href="Mardi-Gras-Bead-Dog-Book"><img src="/product_images/Mardi-Gras-Bead-Dog-Book~vl.jpg" alt="Mardi Gras Bead Dog Book"></a></p><h4>Mardi Gras Bead Dog Book</h4><a href="Mardi-Gras-Bead-Dog-Book">Shop Now</a></li><li><p><a href="Mardi-Gras-Bead-Dog-Poster"><img src="/product_images/Mardi-Gras-Bead-Dog-Poster~vl.jpg" alt="Mardi Gras Bead Dog Poster"></a></p><h4>Mardi Gras Bead Dog Poster</h4><a href="Mardi-Gras-Bead-Dog-Poster">Shop Now</a></li><li><p><a href="Piece-Of-Cake-Season-1"><img src="/product_images/Piece-Of-Cake-Season-1~vl.jpg" alt="Piece Of Cake Season 1"></a></p><h4>Piece Of Cake Season 1</h4><a href="Piece-Of-Cake-Season-1">Shop Now</a></li>  </ul>
</div>
          <div id="welcome">
            <a name="q3" id="q3"></a>
            <!-- ISEARCH_BEGIN_INDEX -->
  <p><img width="422" border="0" align="Left" src="/piclib/119.jpg" /><span class="Title"> <br /> Welcome to Haydel's</span><br />  </p>   <p>For over 3 generations, Guinness record-holding Haydel's Bakery has been  treating New Orleanians to the finest fresh-baked cookies, cakes and pastries. Originally a small, 24-hour-a-day window service shop, the family-owned and operated business quickly grew into a local tradition with a national reputation for unparalleled quality and service. </p>   <p> Each year during Mardi Gras, Haydel's ships overnight thousands of fresh, delicious Mardi Gras <a href="/King-Cakes">King Cakes</a>   directly from its ovens to anywhere in the U.S. and around the world. And during the Holidays, Haydel's  <a href="/Cajun-Kringle">Cajun Kringles&reg;</a>  bring a southern taste of the season to customers everywhere.</p>  <!-- ISEARCH_END_INDEX -->
            <div class="kicker"></div>
          </div>
          <div class="kicker"></div>

          <div class="connect_promo">
            <div class="spot">
   <a href="http://www.youtube.com/watch?v=fnGQOr0JDqs" target="_self" ><img src="/image_spotlight.php?id=10"></a>   <a href="http://www.youtube.com/watch?v=fnGQOr0JDqs" target="_self"><h5>Our Videos</h5></a>
   <p>Watch videos behind the orders, history of the Bead Dog and more.<br />
   <a href="http://www.youtube.com/watch?v=fnGQOr0JDqs" target="_self" class="go">Watch Now</a></p>
   </div>
            <!-- <div class="videos"><h5>Our Videos</h5>
              Lorem ipsum dolor sit amet, conse ctetuer adipiscing elit<br />
              <a href="#">Watch Haydels</a>
          </div> -->
          <div class="tweets"><a target="_blank" href="https://twitter.com/HaydelsBakery/"><h5>Latest Tweets</h5></a>
              <div id="twitter_div">
              <ul id="twitter_update_list"></ul><br><br>              <!--<ul id="twitter_update_list"></ul>-->
              </div>
<!--	<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
	<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/HaydelsBakery.json?callback=twitterCallback2&count=3"></script>
-->          </div>
          <form method="post" action="/site.php?pageID=1" >


<div class="signup">
  <input type="hidden" name="categoryID" value="4">
   <input type="hidden" name="Update" value="1">
   <input name="email" id="email_text" type="text" size="22" onfocus="this.value='';" />
  <input type="image" name="signup" id="imageField" src="/images/spacer.gif" onClick="MM_validateForm('email','','RisEmail');return document.MM_returnValue"/>
	<div id="captch_box">
  	Authentication Code<br>
	<img id="captcha_image" src="library/imagebuilder.php" border="0" align="top">
	<input type="text" id="captcha_text" name="userstring" value="">
	</div>
 </div>
</form>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->
</script>

          </div>
          <div class="kicker"></div>

          <div class="bottom_promo">
            <div>
            <h4><a href="blog">From the Blog</a></h4>
<span style="display:block;margin:15px;">
<p><span style="font-weight: 400;">Dust off that tux and that gown, practice your foxtrot and your two-step ��it�s Mardi Gras ball season and you�re going.</span>
<h2><b>We Want to Send You to the 2018 Bacchus Rendezvous</b></h2>
<a href="https://haydelbakery.com/blog/party_with_bacchus"><img class="aligncenter wp-image-2353 size-full" src="https://haydelbakery.com/blog/wp-content/uploads/2017/12/E3_Banner_1200x400-copy-1-e1514916142823.jpg" alt="Win two tickets to Bacchus Ball" width="1200" height="384" /></a>

<span style="font-weight: 400;">Bacchus Rendezvous is one of � if not, </span><i><span style="font-weight: 400;">the � </span></i><span style="font-weight: 400;">biggest parties of the year featuring crazy-good bands and DJs and an atmosphere of revelry. It�s an amazing night and we want to send you there to find out for yourself how outrageously fun this invite-only party is. Bacchus Sunday is February 11th and the parade runs right down St. Charles.</span>

<span style="font-weight: 400;">But let�s back up a second: Here at the bakery, we�ve got a burning question on our minds.</span>
<h4><b>What�s up with the King Cake Baby�s face? </b></h4>
<span style="font-weight: 400;">Or, more specifically, it not really having one. </span>

<span style="font-weight: 400;">Yes, these are the kinds of things you think about when you�ve been baking king cakes for 12 of the last 17 hours.</span>
<h4><b>We really want to know what face should be on the king cake baby. And we need your help.</b></h4>
[caption id="attachment_2385" align="aligncenter" width="4032"]<img class="size-full wp-image-2385" src="https://haydelbakery.com/blog/wp-content/uploads/2018/01/cut-out-entries-1-copy.jpg" alt="Haydel's King Cake Baby Cutouts" width="4032" height="2264" /> We have a cut out at each pop up location during Mardi Gras![/caption]

<span style="font-weight: 400;">So we�re offering the 2 Bacchus Rendezvous tickets as incentive to help us figure this out. Here�s what you have to do to be entered to win: </span>
<ol>
 	<li><span style="font-weight: 400;"> Stop by one of our locations�</span><span style="font-weight: 400;">��the bakery on Jefferson Hwy, the Metairie popup at 2431 Metairie Road, or our Uptown popup at 4001 Magazine Street. <a href="https://www.haydelbakery.com/popups">Click here for hours,</a>�or check out the interactive map below.</span></li>
 	<li>Snap a pic in our King Cake Baby cutout</li>
 	<li>Upload it to Facebook &amp; tag us @haydelbakery.</li>
</ol>
<iframe src="https://www.google.com/maps/d/embed?mid=1pFS6kv8arJJ4LonXsc-1AdXP5BioWASm" width="640" height="480"></iframe>

<span style="font-weight: 400;">That�s it. You�re entered to win at that point. We�ll pick a winner randomly from a hat.</span>

[caption id="attachment_2388" align="aligncenter" width="3091"]<img class="size-full wp-image-2388" src="https://haydelbakery.com/blog/wp-content/uploads/2018/01/Cut-out-signage-FINAL-1.jpg" alt="" width="3091" height="2389" /> Rules and other important information[/caption]

<span style="font-weight: 400;">So come stick your grinning mug in this thing and win tickets to an epic party. </span>
<p style="text-align: center;"><b>And if you need some of that Mardi Gras flavor in your life, we got you. </b><b>
</b><a href="https://haydelbakery.com/blog/mardi_gras_hq/"><img class="aligncenter wp-image-2316 size-full" src="https://haydelbakery.com/blog/wp-content/uploads/2017/12/button_haydels-mardi-gras-hq.jpg" alt="Mardi Gras with Haydel's" width="317" height="44" /></a></p></p><a href="/blog/party_with_bacchus"><span style="font-weight: 400;">Dust off that tux and that gown, practice your foxtrot and your two-step ��it�s Mardi Gras ball season and you�re going.</span>
<h2><b>We Want to Send You to the 2018 Bacchus Rendezvous</b></h2>
<a href="https://haydelbakery.com/blog/party_with_bacchus"><img class="aligncenter wp-image-2353 size-full" src="https://haydelbakery.com/blog/wp-content/uploads/2017/12/E3_Banner_1200x400-copy-1-e1514916142823.jpg" alt="Win two tickets to Bacchus Ball" width="1200" height="384" /></a>

<span style="font-weight: 400;">Bacchus Rendezvous is one of � if not, </span><i><span style="font-weight: 400;">the � </span></i><span style="font-weight: 400;">biggest parties of the year featuring crazy-good bands and DJs and an atmosphere of revelry. It�s an amazing night and we want to send you there to find out for yourself how outrageously fun this invite-only party is. Bacchus Sunday is February 11th and the parade runs right down St. Charles.</span>

<span style="font-weight: 400;">But let�s back up a second: Here at the bakery, we�ve got a burning question on our minds.</span>
<h4><b>What�s up with the King Cake Baby�s face? </b></h4>
<span style="font-weight: 400;">Or, more specifically, it not really having one. </span>

<span style="font-weight: 400;">Yes, these are the kinds of things you think about when you�ve been baking king cakes for 12 of the last 17 hours.</span>
<h4><b>We really want to know what face should be on the king cake baby. And we need your help.</b></h4>
[caption id="attachment_2385" align="aligncenter" width="4032"]<img class="size-full wp-image-2385" src="https://haydelbakery.com/blog/wp-content/uploads/2018/01/cut-out-entries-1-copy.jpg" alt="Haydel's King Cake Baby Cutouts" width="4032" height="2264" /> We have a cut out at each pop up location during Mardi Gras![/caption]

<span style="font-weight: 400;">So we�re offering the 2 Bacchus Rendezvous tickets as incentive to help us figure this out. Here�s what you have to do to be entered to win: </span>
<ol>
 	<li><span style="font-weight: 400;"> Stop by one of our locations�</span><span style="font-weight: 400;">��the bakery on Jefferson Hwy, the Metairie popup at 2431 Metairie Road, or our Uptown popup at 4001 Magazine Street. <a href="https://www.haydelbakery.com/popups">Click here for hours,</a>�or check out the interactive map below.</span></li>
 	<li>Snap a pic in our King Cake Baby cutout</li>
 	<li>Upload it to Facebook &amp; tag us @haydelbakery.</li>
</ol>
<iframe src="https://www.google.com/maps/d/embed?mid=1pFS6kv8arJJ4LonXsc-1AdXP5BioWASm" width="640" height="480"></iframe>

<span style="font-weight: 400;">That�s it. You�re entered to win at that point. We�ll pick a winner randomly from a hat.</span>

[caption id="attachment_2388" align="aligncenter" width="3091"]<img class="size-full wp-image-2388" src="https://haydelbakery.com/blog/wp-content/uploads/2018/01/Cut-out-signage-FINAL-1.jpg" alt="" width="3091" height="2389" /> Rules and other important information[/caption]

<span style="font-weight: 400;">So come stick your grinning mug in this thing and win tickets to an epic party. </span>
<p style="text-align: center;"><b>And if you need some of that Mardi Gras flavor in your life, we got you. </b><b>
</b><a href="https://haydelbakery.com/blog/mardi_gras_hq/"><img class="aligncenter wp-image-2316 size-full" src="https://haydelbakery.com/blog/wp-content/uploads/2017/12/button_haydels-mardi-gras-hq.jpg" alt="Mardi Gras with Haydel's" width="317" height="44" /></a></p></a><p style="padding-bottom: 0px; line-height: 120%"><a href="/blog/party_with_bacchus" style="font-size: 20px !important; line-height: 120%">We Want to Send You to 2018's Bacchus Rendezvous</a><br>
Dust off that tux and that gown, practice your foxtrot...</p><p style="padding: 0px 15px 0px 0px; margin: 0px; text-align:right;"><a href="/blog/party_with_bacchus">Continue Reading</a></p></span>          </div>
          <div><h4><a href="site.php?pageID=1&bannerID=21&vmoment=1529660598&url=%2FGift-Cards" target="_self">Haydel's Gift Cards</a></h4><a href="site.php?pageID=1&bannerID=21&vmoment=1529660598&url=%2FGift-Cards" target="_self"><img src="image_banner.php?id=21" alt="Haydel's Gift Cards"></a></div>
          <div><h4><a href="site.php?pageID=1&bannerID=29&vmoment=1529660598&url=http%3A%2F%2Fwww.magazinevolume.com%2F14711HB" target="_blank">Mambo Beat Magazine</a></h4><a href="site.php?pageID=1&bannerID=29&vmoment=1529660598&url=http%3A%2F%2Fwww.magazinevolume.com%2F14711HB" target="_blank"><img src="image_banner.php?id=29" alt="Mambo Beat Magazine"></a></div>
          </div>
          <div class="kicker"></div>

          </div>
      </div>
      <div id="footer_nav">
        <li class="first"><a href="/specialties-and-favorites">Specialties & Favorites</a><ul><ul class="navlevel2"><li><a href="kingcakes">King Cakes</a></li><li><a href="site309.php">Cajun Kringle<sup>&reg;</sup></a></li><li><a href="site308.php">Cajunnolis<sup>&reg;</sup></a></li><li><a href="cakes">Cakes</a></li><li><a href="pastries">Pastries</a></li><li><a href="taffy ">Taffy </a></li><li><a href="site343.php">Cookies & Pralines</a></li><li><a href="site344.php">Porcelain Collectibles</a></li><li><a href="giftcards">Gift Cards</a></li><li><a href="Fruit-Cakes">Fruit Cakes</a></li><li><a href="In-Store-Pricing">In-Store Price List </a></li></ul></ul></li><li><a href="/gallery">Cake Gallery</a><ul><ul class="navlevel2"><li><a href="wedding">Wedding Cakes</a></li><li><a href="groom">Groom's Cakes</a></li><li><a href="site358.php">All about Wedding and Groom's Cakes!</a></li><li><a href="birthday">Birthday Cakes</a></li><li><a href="special">Special Occasion Cakes</a></li><li><a href="sweettreats">Sweets and Other Treats</a></li></ul></ul></li><li><a href="/news">News & Events</a><ul><ul class="navlevel2"><li><a href="guiness">World's Largest King Cake</a></li><li><a href="beaddogtimeline">Mardi Gras Bead Dog</a></li><li><a href="about">Meet the Haydels</a></li><li><a href="history">History</a></li><li><a href="awards">Awards & Accolades</a></li><li><a href="philanthropy">Philanthropy</a></li><li><a href="faq">FAQ</a></li><li><a href="blog">Haydelicious Blog</a></li></ul></ul></li><li><a href="/site319.php">Order Online</a><ul><ul class="navlevel2"><li><a href="site320.php">Shipping Policy</a></li><li><a href="site321.php">Annual Porcelain Collectible</a></li><li><a href="site322.php">Corporate Shipping</a></li></ul></ul></li>        <div class="kicker"></div>
      </div>
      <div class="footer">   <table width="100%" cellspacing="0" cellpadding="22" border="0">       <tbody>   <tr valign="top">            <td>               <a href="../../beaddogtimeline"><img width="374" border="0" height="300" src="../../piclib/967.png" /></a>           </td>             <td align="center">                <p>&nbsp;</p>                 <p>&nbsp;</p>                 <p class="Title">                   Haydel's Bakery<br />                    4037 Jefferson Hwy.<br />                    New Orleans<br />                    1-800-442-1342 or 504-837-0190 <br />                </p>                 <p class="BodyCopy"><span style="font-size: medium">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="BodyCopy"><font size="3">Hours of Operation:                   </font>               </p>                 <p class="BodyCopy">                   <font size="3">                       Tuesday- Friday: 7:30am to 5:00pm                   </font>               </p>                 <p class="BodyCopy">                   <font size="3">                       Saturday: 8:30am to 4:00pm </font>               </p>                 <p class="BodyCopy">                   <font size="3">                       Sunday and Monday: Closed</font><br />                </p>                 <p class="BodyCopy"><br /> </p> <p class="BodyCopy"><br /></p><p class="BodyCopy"><strong><em><font size="3">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font>                       </em>                   </strong><br /></p>                 <p class="BodyCopy">                   &nbsp;               </p>                 <p>&nbsp;</p>                 <p>                   <font size="3">                       <a href="mailto:cakes@haydelbakery.com">                           cakes@haydelbakery.com                       </a>                   </font>               </p>                 <p>                   <font size="3">                       <a href="mailto:info@haydelbakery.com">                           info@haydelbakery.com</a></font><br />                    &nbsp;               </p>            </td>             <td>                <p>                   <img width="288" border="0" height="152" src="../../piclib/115.png" />                   &nbsp;               </p>                 <p align="center">                   <span class="Small">                       Copyright &copy; 1998-2012 Haydel's Bakery. All Rights Reserved.<br />                        <a onclick="window.open('/privacy.php','privacy','scrollbars=yes,resizable=yes,width=600,height=400');return false;">                           Privacy Policy                       </a>                       &nbsp;                   </span>                   <br />                </p>            </td>        </tr>        </tbody>   </table>       </div>
    </div>
    <!-- <div class="firefly"><a target="_blank" href="http://www.firefly.cc/">Custom Website Design by Firefly Digital&reg; World Class Website Developers </a>- <a target="_blank" href="http://www.firefly.cc/">Powered by the Website Gadget&reg; Content Management System</a> </div> -->
  </div>
</div>
<!-- Hotjar Tracking Code for http://haydelbakery.com -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:386763,hjsv:5};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>

<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1913413278886689'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1913413278886689&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
</body>
</html>
<!-- 1 -->