CINXE.COM
Publix - At Season's Peak
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.publix.com/featured/AtSeasonsPeak.do","20131111180959","https://web.archive.org/","web","/_static/", "1384193399"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title> Publix - At Season's Peak </title> <link rel="stylesheet" type="text/css" href="/web/20131111180959cs_/https://www.publix.com/resource/ecms.css"/> <link rel="stylesheet" type="text/css" href="/web/20131111180959cs_/https://www.publix.com/resource/custom-publix/jquery-ui-1.8.7.custom.css"/> <link rel="stylesheet" type="text/css" href="/web/20131111180959cs_/https://www.publix.com/resource/jquery.autocomplete.css"/> <link rel="stylesheet" type="text/css" media="print" href="/web/20131111180959cs_/https://www.publix.com/resource/print.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111180959cs_/https://www.publix.com/resource/share-print-a.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111180959cs_/https://www.publix.com/resource/global.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111180959cs_/https://www.publix.com/resource/css/asp.css"/> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/jquery-ui-1.8.6.custom.min.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/jquery.form.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/jquery.autocomplete.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/global.js"></script> <script language="JavaScript1.2"> dqm__codebase = "/resource/" //script folder location </script> <script language="JavaScript1.2" src="/web/20131111180959js_/https://www.publix.com/resource/menu_settings.js"></script> <script language="JavaScript1.2" src="/web/20131111180959js_/https://www.publix.com/resource/dqm_loader.js"></script> <script language="JavaScript1.2" src="/web/20131111180959js_/https://www.publix.com/resource/onloadHandler.js"></script> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111180959cs_/https://www.publix.com/resource/css/asp.css"/> <!-- Anything Slider --> <!-- DOCUMENTATION: http://css-tricks.com/anythingslider-jquery-plugin/ --> <link rel="stylesheet" href="/web/20131111180959cs_/https://www.publix.com/resource/css/anythingslider.css"> <script src="/web/20131111180959js_/https://www.publix.com/resource/js/jquery.anythingslider.min.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/asp.js"></script> <script> $().ready(function() { jQuery.ajaxSettings.cache = false; $( "#aspEmailListForm" ).dialog({ autoOpen: false, width: 600, height: 430, modal: true, title: 'Email to a Friend', buttons:{ "Send" : function(){ // validate the parameters var statusMsg = ''; var emailToName = $( "#aspEmailToName" ).val(); var emailToAddr = $( "#aspEmailToEmail" ).val(); var emailFromName = $( "#aspEmailFromName" ).val(); var emailFromAddr = $( "#aspEmailFromEmail" ).val(); if ( emailToName == null || emailToName == '' ){ statusMsg += "Friend's name is required.<br>"; } if ( emailToAddr == null || emailToAddr == '' ){ statusMsg += "Friend's email address is required.<br>"; } if ( emailFromName == null || emailFromName == '' ){ statusMsg += "Your name is required.<br>"; } if ( emailFromAddr == null || emailFromAddr == '' ){ statusMsg += "Your email address is required.<br>"; } var emailPattern = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; if ( emailToAddr != null && emailToAddr != '' && ! emailPattern.test(emailToAddr) ){ statusMsg += "Your friend's email address is not formatted correctly.<br>"; } if ( emailFromAddr != null && emailFromAddr != '' && ! emailPattern.test(emailFromAddr) ){ statusMsg += "Your email address is not formatted correctly.<br>"; } if ( statusMsg != '' ){ //why set the style here? $( "#aspEmailStatusMsg" ).html( '<p class=\'errors\'>' + statusMsg + '</p>' ); return; } // ok, parameters valid, send the email // alert("CALL emailASP"); emailASP(); $(this).dialog('close'); }, "Reset" : function() { $( '#aspEmailStatusMsg' ).html( '' ); $( '#aspEmailToName' ).val(''); $( '#aspEmailToEmail' ).val(''); $( '#aspEmailFromName' ).val(''); $( '#aspEmailFromEmail' ).val(''); $( '#aspEmailMessage' ).val(''); } } }); $('#aspEmailListForm').keypress(function(event) { if (event.keyCode == '13') { $( "#aspEmailListForm" ).dialog("option", "buttons")['Send'].apply($( "#aspEmailListForm" )); event.preventDefault(); } }); $( "#aspConfirmEmailListForm" ).dialog({ autoOpen: false, height: 300, width: 600, modal: true, title: 'Email to a Friend', buttons:{ "Close this Window" : function() { $(this).dialog('close'); } } }); $('#aspConfirmEmailListForm').keypress(function(event) { if (event.keyCode == '13') { $( "#aspConfirmEmailListForm" ).dialog("option", "buttons")['Close this Window'].apply($( "#aspConfirmEmailListForm" )); event.preventDefault(); } }); }); </script> <meta property="og:title" content="At Season's Peak"/> <meta property="og:type" content="product"/> <meta property="og:url" content="https://web.archive.org/web/20131111180959/https://www.publix.com/featured/AtSeasonsPeak.do"/> <meta property="og:image" content="https://web.archive.org/web/20131111180959im_/https://www.publix.com/images/asp/main_at_seasons_peak_200x200.jpg"/> <meta property="og:site_name" content="Publix.com"/> <meta property="og:description" content="How do you enjoy your favorite fruits and vegetables at their very best? Sign up for our alerts, and we'll let you know when the produce you love is At Season's Peak."/> <script src="/web/20131111180959js_/https://www.publix.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _userv=0; urchinTracker(); </script> <meta property="fb:page_id" content="168342453214799"/> <meta property="fb:admins" content="100002341544681,100002324131136,100002423998910,1527097450"/> <meta property="fb:app_id" content="218770528164917"> </head> <!-- Build131107-01 --> <body> <div id="storeNav" style="position:relative; z-index: 1001;"> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111180959cs_/https://www.publix.com/resource/headerFooter.css"/> <script type="text/javascript"> !window.jQuery && document.write('<script src="\/resource\/jquery-1.4.2.min.js"><\/script>'); window.onerror = new Function("return true;"); </script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/storeSearchReady.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/storeSearchHeader.js"></script> <script type="text/javascript" src="/web/20131111180959js_/https://www.publix.com/resource/jquery_cookie.js"></script> <script type="text/javascript"> $().ready(function() { $.ajaxSettings.cache = false; var hideLogin = $( "#HIDE_LOGIN_PANEL" ).val(); if(hideLogin == 'true'){ $( "#user_menu" ).hide(); } else { $( "#user_menu" ).show(); } }); </script> <input type="hidden" name="SERVER_URL" id="SERVER_URL" value="https://www.publix.com"/> <input type="hidden" name="HIDE_LOGIN_PANEL" id="HIDE_LOGIN_PANEL" value="null"/> <input type="hidden" id="WERE_STORES_FOUND" value="NO"/> <input type="hidden" id="STORE_NUMBER" value=""/> <input type="hidden" id="WA_BREAK" value=""/> <div id="publix_personalized"> <div class="wrapper"> <div id="localize_main" style="display:none;"> <div class="wrapper"> <div id="topX"> <div class="right"> <a href="#close" class="close"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_close.gif" alt="close"/></a> </div> <div class="left"> <div id="WelcomeBlock" style="display:none;"> <h2><img src="/web/20131111180959im_/https://www.publix.com/images/headers/header_welcome.png" alt="Welcome to Publix!"/></h2> <p>You've come to the right place for shopping pleasure online. Choose your store and your entire experience will be customized just for you, from saving grocery lists for easy shopping to saving menus for events, creating your own box of go-to recipes to managing cooking school classes, and more. Make the most of your publix.com today-just enter your zip code to get started now.</p> </div> <form name="f_localize_main" id="f_localize_main" action="#"> <table cellspacing="0" cellpadding="0"> <tr> <td> <input name="localize_main_zip" id="localize_main_zip" value="Enter a Zip Code or City, State" maxlength="32" onfocus="if(this.value == 'Enter a Zip Code or City, State') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Enter a Zip Code or City, State'; }"/> </td> <td style="padding-left: 10px;"><input type="image" id="btnSubmit1" src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_go.gif" class="btn_submit" onclick="locateStore()"/></td> <td id="noThanksButton" style="padding-left: 30px; display:inline;"><a href="javascript:void(0);" class="btn_no_thanks"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_no-thanks.gif" alt="No Thanks"/></a></td> </tr> </table> </form> </div> </div> <div id="StoreDropdownArea" style="display:none;"> <div id="SelectStore_Dropdown" class="NewContactForm" style="height:auto;"> <h2 id="H2Header"> Select your store from the list below <a class="headerClose"> <img src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_close.gif" alt="close"/> </a> </h2> <div id="StoreDialogHeader" style="display:hidden"> <table cellspacing="0" style="width: 550px;"> <tbody> <tr> <th width="50%" style="font-weight:normal;">Location Information</th> <th width="25%" style="font-weight:normal;">Distance</th> <th width="25%" style="font-weight:normal;"> </th> </tr> </tbody> </table> </div> <div id="NoStoresFound" style="display:none;"> <table cellspacing="0" style="width: 550px;"> <tbody> <tr> <td align="center"> We're sorry, we did not locate any stores using the information you entered. Please verify your information is either a 5 digit zip code or a city and state abbreviation (Miami, FL) and try again. </td> </tr> </tbody> </table> </div> <div id="StoreLocatorTemplate" style="display:none;"> <table cellspacing="0" style="width:550px; background:#fff;"> <tbody> <tr valign="top"> <td width="50%"> <span class="storeName" style="font-weight:bold;"></span> <b><br/>(<span class="storeNumber"></span>)</b> <div class="StoreContentBlock"> <span class="storeAddr"></span><br> <span class="storeCity"></span> <span class="storeState"></span> <span class="storeZip"></span><br> </div> </td> <td width="25%"> <div class="StoreContentBlock" style="align:center;"> <img src="/web/20131111180959im_/https://www.publix.com/images/icon/icon_car.gif" alt="by Car" height="16" width="20"> <span class="storeDistance"></span> miles </div> </td> <td width="25%"> <div class="StoreContentBlock"> <a id="PublixStore" onclick="setPublixStoreCookie(this,7);"> <img src="/web/20131111180959im_/https://www.publix.com/images/ecms/btn/select_store.gif" alt="Select Store" height="21" width="87"> </a> </div> </td> </tr> </tbody> </table> </div> <div id="StoreDetails1of5" name="StoreDetails1of5" style="display:none;"></div> <div id="StoreDetails6of10" name="StoreDetails6of10" style="display:none;"></div> <div id="StoreDetails11of15" name="StoreDetails11of15" style="display:none;"></div> <div id="StoreDetails16of20" name="StoreDetails16of20" style="display:none;"></div> <div id="StoreDetails21of25" name="StoreDetails21of25" style="display:none;"></div> <div id="StoreDetails26of30" name="StoreDetails26of30" style="display:none;"></div> <div id="StoreDetails31of35" name="StoreDetails31of35" style="display:none;"></div> <div id="StoreDetails36of40" name="StoreDetails36of40" style="display:none;"></div> <div id="StoreDetails41of45" name="StoreDetails41of45" style="display:none;"></div> <div id="StoreDetails46of50" name="StoreDetails46of50" style="display:none;"></div> <div id="PrevNextLinks" name="PrevNextLinks" style="display:none;"></div> <div id="Showing" name="Showing" style="display:none;"> </div> </div> </div> </div> </div> <div id="localize" style="display:block"> <div class="location_false"> <form name="f_localize" id="f_localize" action="#"> <table cellspacing="0" cellpadding="0"> <tr> <td style="color: #fff;"> Select Your Store: </td> <td style="padding-left: 8px;vertical-align:middle;"> <input name="localize_zip" id="localize_zip" value="Enter a Zip Code or City, State" maxlength="32" onfocus="if(this.value == 'Enter a Zip Code or City, State') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Enter a Zip Code or City, State'; }" onchange="setLocalizeMainZip(this);"/> </td> <td style="padding-left: 8px;vertical-align:middle;"> <input type="image" id="btnSubmit2" src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_go.gif" class="btn_submit" onclick="locateStore();" style="display:inline;"/> </td> </tr> </table> </form> </div> <div class="location_true"> My Store: <a href="javascript:void(0)" id="btn_localstore"><span id="nameTitle"></span></a> <a href="javascript:void(0)" id="btn_change_location">Change</a> <div class="store_info"> <h4><span id="name" style="text-transform: capitalize"></span> <br/><span id="number" style="text-transform: capitalize"></span> </h4> <p><span id="address"></span><br/> <span id="city"></span>, <span id="stateAbbr"></span> <span id="zip"></span></p> <p class="phone"> Main: <span id="phoneMain"></span><br/> <span id="phonePharmacy"></span></p> <h5>Store Hours:</h5> <p><span id="storeHours"></span> </p> <p> <span id="pharmacyHours"></span></p> <div class="buttons"> <a href="javascript:void(0);" id="DrivingDirections" onclick="viewDrivingDirections(this);">Driving Directions</a> <a href="javascript:void(0);" id="WeeklyAd" onclick="viewWeeklyAd(this);">Weekly Ad</a> </div> </div> </div> </div> <div id="user_menu"> <div class="user_false">Welcome, Guest | <a href="https://web.archive.org/web/20131111180959/https://www.publix.com/mypublix/Register.do">Sign Up</a> | <a href="https://web.archive.org/web/20131111180959/https://www.publix.com/mypublix/LoginForm.do">Login</a></div> <div class="user_true" style="display: none;"> Welcome, <span id="publixCustomerFirstName"></span> <span id="btn_mypublix"> | <a href="/web/20131111180959/https://www.publix.com/mypublix/Home.do?referrer=/mypublix/Home.do">My Publix</a> <ul id="menu_mypublix"> <li><a href="/web/20131111180959/https://www.publix.com/mygrocerylist/SavedList.do">Grocery Lists</a></li> <li><a href="/web/20131111180959/https://www.publix.com/mypublix/ApronsRecipes.do">Recipes</a></li> <li><a href="/web/20131111180959/https://www.publix.com/mypublix/Events.do">Event Planning</a></li> <li><a href="/web/20131111180959/https://www.publix.com/aprons/schools/MyCookingSchool.do">Cooking School</a></li> <li><a href="/web/20131111180959/https://www.publix.com/clubs/ClubsAndPrograms.do">Clubs & Programs</a></li> <li><a href="/web/20131111180959/https://www.publix.com/mypublix/Home.do">My Profile</a></li> </ul> </span> | <a href="/web/20131111180959/https://www.publix.com/mypublix/Logout.do">Logout</a></div> </div> </div> </div> </div> <table width="1000" border="0" cellspacing="0" cellpadding="0" align="center" style="margin: 0 auto;"> <tr> <td> <a name="top"></a> <div id="utilNav"> <p> <a href="/web/20131111180959/https://www.publix.com/Home.do">Home</a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="https://web.archive.org/web/20131111180959/http://store.publix.com/publix" onclick="javascript:urchinTracker ('/offsite/store_locator');"><nobr>Store Locator</nobr></a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a id="weeklyAds" class="weeklyAds" onclick="javascript:viewWeeklyAds();urchinTracker ('/offsite/weekly_ad_home');">Weekly Ads</a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111180959/https://www.publix.com/coupon/Home.do">Coupons</a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111180959/https://www.publix.com/services/gift/GiftCertificates.do"><nobr>Gift Cards</nobr></a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111180959/https://www.publix.com/contact/ContactUs.do"><nobr>Contact Us</nobr></a><img src="/web/20131111180959im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111180959/https://www.publix.com/mygrocerylist/List.do"><nobr>My Grocery List </nobr><span id="mainNavNumberOfItemsOnList">(0)</span></a><a href="/web/20131111180959/https://www.publix.com/mygrocerylist/List.do"></a> </p> </div> <div id="searchNav"> <div id="searchNavForm"> <form name="SearchForm" method="post" action="/web/20131111180959/https://www.publix.com/search/SearchResults.do"> <input type="hidden" name="startIndex" value="0"> <input type="hidden" name="numResults" value="10"> <input type="text" name="searchTerm.searchTerm" maxlength="100" value="Search" onfocus="if(this.value == 'Search') { this.value = ''; }" class="width:120px"> <select name="indexName"><option value="fullSite">Entire Site</option> <option value="aprons">Aprons Simple Meals</option> <option value="wellness">Wellness & Pharmacy</option> <option value="preschool">Preschool Pals</option> <option value="wine">Wine</option></select> <a href="javascript:this.document.SearchForm.submit()"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/btn_search.gif" width="20" height="20" alt="Go"/></a> </form> </div> <div id="searchNavLogo"> <a href="/web/20131111180959/https://www.publix.com/Home.do"><img src="/web/20131111180959im_/https://www.publix.com/images/common/publixLogo.gif" alt="Publix"/></a> </div> </div> <div id="mainNav"><p><nobr><a href="/web/20131111180959/https://www.publix.com/wellness/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/wellness_OFF.gif" height="22" width="63" name="menu0" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu0" border="0"></a><a href="/web/20131111180959/https://www.publix.com/pharmacy/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/pharmacy_OFF.gif" height="22" width="69" name="menu9" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu9" border="0"></a><a href="/web/20131111180959/https://www.publix.com/save/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/nav_save_here_OFF.gif" height="22" width="65" name="menu8" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu8" border="0"></a><a href="/web/20131111180959/https://www.publix.com/featured/FeaturedProduct.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/featured_product_ON.gif" height="22" width="113" name="menu1" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu1" border="0"></a><a href="/web/20131111180959/https://www.publix.com/services/Services.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/services_OFF.gif" height="22" width="57" name="menu2" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu2" border="0"></a><a href="/web/20131111180959/https://www.publix.com/clubs/ClubsAndPrograms.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/clubs_and_programs_OFF.gif" height="22" width="122" name="menu3" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu3" border="0"></a><a href="/web/20131111180959/https://www.publix.com/food/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/food_and_entertaining_OFF.gif" height="22" width="130" name="menu4" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu4" border="0"></a><a href="/web/20131111180959/https://www.publix.com/aprons/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/aprons_OFF.gif" height="22" width="56" name="menu5" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu5" border="0"></a><a href="/web/20131111180959/https://www.publix.com/about/AboutPublix.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/about_publix_OFF.gif" height="22" width="88" name="menu6" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu6" border="0"></a><a href="/web/20131111180959/https://www.publix.com/careers/Home.do" alt=""><img src="/web/20131111180959im_/https://www.publix.com/images/nav/careers_OFF.gif" height="22" width="56" name="menu7" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu7" border="0"></a></nobr></p> </div> <script> $().ready(function() { $.ajaxSettings.cache = false; $('a#weeklyAds').css('cursor','hand'); $('a#weeklyAds').css('cursor','pointer'); if ($.cookie('PublixStore')) { //If there is a PublixStore cookie, use it to set the Weekly Ads ID in the header. When user clicks Weekly Ads, they'll be taken to the Ads site with this store in the URL. $('a.weeklyAds').attr('id',$.cookie('PublixStore')); } }); </script> <div id="bodyContainer"> <!-- Left Column --> <div id="sideNav"> <ul> <li> <a href="/web/20131111180959/https://www.publix.com/featured/FeaturedProduct.do">Currently Featured</a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/AtSeasonsPeak.do" class="ON">At Season's Peak</a> <ul> <li><a href="/web/20131111180959/https://www.publix.com/featured/AtSeasonsPeak.do?signup=signup" class="ON">Sign Up for Alerts</a> </ul> </li> </ul> <div class="LeftNavSignUp"> <img src="/web/20131111180959im_/https://www.publix.com/images/asp/get_at_seasons_peak_alerts.gif" width="200" height="52" alt="Get At Season's Peak Email and Text Alerts!"> <a href="/web/20131111180959/https://www.publix.com/featured/AtSeasonsPeak.do?signup=signup" class="ON"><img src="/web/20131111180959im_/https://www.publix.com/images/asp/btn_sign_up_today.gif" width="200" height="50" alt="Sign Up Today"></a> </div> </div> <!-- END Left Column --> <script> $().ready(function() { jQuery.ajaxSettings.cache = false; $(function(){ $('#slider').anythingSlider({ mode : "fade", startPanel : 1, // This sets the initial panel autoPlay : true, // If true, the slideshow will start running; replaces "startStopped" option delay : 7000, // How long between slideshow transitions in AutoPlay mode (in milliseconds) animationTime : 700, // How long the slideshow transition takes (in milliseconds) buildStartStop : false, // If true, builds the start/stop button resizeContents : true, navigationFormatter : function(index, panel){ // Format navigation labels with text <!-- Navigation Caption Tab Labels go here.... --> <!-- return ['Mid to late June: Berries', 'Early May: Florida Tomatoes', 'Late May-June: Watermelon'][index - 1]; --> return [][index - 1]; } }); }); $(function() { $('.ContentTriggers li').hover( function() { var idx = $('.ContentTriggers li').index(this); $('.DetailPanel').eq(idx).show(); }, function() { var idx = $('.ContentTriggers li').index(this); $('.DetailPanel').eq(idx).hide(); } ); }); $(function(){ var signup = $("#signup").val(); if( signup == "signup" ){ goToSignup(); } }); }); function goToSignup() { var new_position = $('#formAnchor').offset(); window.scrollTo(0,new_position.top); } </script> <!-- Main Body --> <!-- Main Column --> <!-- START - JL UPDATES 06/05/2012 - New ASP Center Content Stuff --> <!-- Main Column --> <div id="centerContentNoR"> <table width="100%" cellspacing="0"> <tr valign="top"> <td id="ASPMainContainer"> <div id="ASPTopRightControls"> <a href="javascript:goToSignup();"><img src="/web/20131111180959im_/https://www.publix.com/images/asp/register_for_alerts.gif" width="147" height="37" alt="Register for Alerts"></a> <a href="javascript:sendEmail();"><img src="/web/20131111180959im_/https://www.publix.com/images/asp/email_to_a_friend.gif" width="143" height="37" alt="Email to a Friend"></a> </div> <div class="clear"></div> <div id="ASPContentContainer"> <div style="float: left;"> <img src="/web/20131111180959im_/https://www.publix.com/images/asp/ASP_throughout_the_year.gif" width="413" height="27" alt="At Seasons' Peak...Throughout the Year"> </div> <div style="float: left; margin: 2px 0 0 18px;"> <!-- Dummied iFrame LIKE --> <iframe src="https://web.archive.org/web/20131111180959if_/https://www.facebook.com/plugins/like.php?app_id=218770528164917&href=http%3A%2F%2Fwww.publix.com%2Ffeatured%2FAtSeasonsPeak.do&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font=&height=43" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:140px; height:21px;" allowtransparency="true"></iframe> </div> <div class="clear"></div> <p> Know when your favorite fruits and veggies are at their best, whenever you want to know it. </p> <div id="ASPProductChooser_Top"><img src="/web/20131111180959im_/https://www.publix.com/images/asp/bg_drop_top.gif" width="757" height="17"></div> <div id="ASPProductChooser"> <div id="DetailPanelDefault"><img src="/web/20131111180959im_/https://www.publix.com/images/produce/default_th.jpg" width="160" height="180" alt="At Season's Peak"></div> <table cellspacing="0"> <tr> <td width="24%"> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/sif7920959185172034648.jpg" width="160" height="180" alt="Florida Citrus"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/sif1574113943739516121.jpg" width="160" height="180" alt="Florida Vegetables"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/strawberries.jpg" width="160" height="180" alt="Strawberries"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/navels160.jpg" width="160" height="180" alt="California Navel Oranges"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/corn_160.png" width="160" height="180" alt="Florida Sweet Corn"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/Tomatoes_160180.jpg" width="160" height="180" alt="Florida Tomatoes"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/watermelon_160.png" width="160" height="180" alt="Florida Seedless Watermelon"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/cherries_160.png" width="160" height="180" alt="Cherries"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/peaches_160.png" width="160" height="180" alt="Peaches and Nectarines"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/melon_160.png" width="160" height="180" alt="Honeydews and Western Cantaloupes"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/plums_160.png" width="160" height="180" alt="Plums and Pluots"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/grapes_160.png" width="160" height="180" alt="Grapes"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/sif771853768580946819.jpg" width="160" height="180" alt="Pineapples"></div> <div class="DetailPanel" style="display: none;"><img src="/web/20131111180959im_/https://www.publix.com/managed_images/2013/apples_160.png" width="160" height="180" alt="Apples"></div> </td> <td width="19%" valign="top"> <ul class="ContentTriggers"> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/citrus.do"> <div class="ASP_Timeframe">January</div> <div class="ASP_ProduceType">Florida Citrus</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/flvegetables.do"> <div class="ASP_Timeframe">February - March</div> <div class="ASP_ProduceType">Florida Vegetables</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/flstrawberries.do"> <div class="ASP_Timeframe">March</div> <div class="ASP_ProduceType">Florida Strawberries</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/naveloranges.do"> <div class="ASP_Timeframe">March</div> <div class="ASP_ProduceType">California Navel Oranges</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/flsweetcorn.do"> <div class="ASP_Timeframe">May</div> <div class="ASP_ProduceType">Florida Sweet Corn</div> </a> </li> </ul> </td> <td width="19%" valign="top"> <ul class="ContentTriggers"> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/fltomatoes.do"> <div class="ASP_Timeframe">May</div> <div class="ASP_ProduceType">Florida Tomatoes</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/flseedlesswatermelon.do"> <div class="ASP_Timeframe">May</div> <div class="ASP_ProduceType">Florida Seedless Watermelon</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/cherries.do"> <div class="ASP_Timeframe">July</div> <div class="ASP_ProduceType">Rainier Cherries</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/peachesandnectarines.do"> <div class="ASP_Timeframe">Late July - Early August</div> <div class="ASP_ProduceType">Peaches and Nectarines</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/kowhoneydewsandmelons.do"> <div class="ASP_Timeframe">August</div> <div class="ASP_ProduceType">King O' The West® Honeydews and Western Cantaloupes</div> </a> </li> </ul> </td> <td width="19%" valign="top"> <ul class="ContentTriggers"> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/plumsandpluots.do"> <div class="ASP_Timeframe">August</div> <div class="ASP_ProduceType">Plums and Pluots</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/grapes.do"> <div class="ASP_Timeframe">September</div> <div class="ASP_ProduceType">Grapes</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/pineapple.do"> <div class="ASP_Timeframe">October</div> <div class="ASP_ProduceType">Pineapples</div> </a> </li> <li> <a href="/web/20131111180959/https://www.publix.com/featured/ASP/apples.do"> <div class="ASP_Timeframe">Late October - Early November</div> <div class="ASP_ProduceType">Apples</div> </a> </li> </ul> </td> </tr> </table> </div> <div id="ASPProductChooser_Bottom"><img src="/web/20131111180959im_/https://www.publix.com/images/asp/bg_drop_bottom.gif" width="757" height="17"></div> </div> <!-- START ASPSignUpContent --> <a href="#" name="formAnchor" id="formAnchor"></a> <div id="ASPSignUpContent"> <img src="/web/20131111180959im_/https://www.publix.com/images/asp/sign_up_for_alerts.gif" width="180" height="27" alt="Sign Up For Alerts"> <!-- START - JL UPDATES 06/05/2012 - NOTHING CHANGED BELOW THIS LINE --> <p>Publix cares about your privacy. For more information, please read our <a href="/web/20131111180959/https://www.publix.com/PrivacyPolicy.do">Privacy Policy</a>. By signing up for At Season's Peak alerts, you agree to our <a href="/web/20131111180959/https://www.publix.com/TermsOfUse.do">Terms of Use</a>. You cannot sign up for At Season's Peak alerts if you live outside Florida, Georgia, Alabama, South Carolina, and Tennessee.</p> <p><span>If you were previously receiving text alerts from us but opted out, you may sign up again by texting “ASP” to 50202.</span></p> <p> <em>Fields marked with an asterisk (*) are required.</em> </p> <input type="hidden" name="signup" id="signup" value=""/> <form name="AspSubscriptionForm" method="post" action="/web/20131111180959/https://www.publix.com/featured/AtSeasonsPeakConfirmation.do"> <table cellspacing="0" cellpadding="0" class="ASPSignUpForm"> <tr> <td class="label" width="95"> *First Name: </td> <td><input type="text" name="firstName" maxlength="100" tabindex="10" value="" id="firstName" class="width:125px;"></td> </tr> <tr> <td class="label"> *Last Name: </td> <td><input type="text" name="lastName" maxlength="100" tabindex="20" value="" class="width:125px;"></td> </tr> <tr> <td class="label"> *Address: </td> <td><input type="text" name="address" maxlength="100" tabindex="30" value="" class="width:250px;"></td> </tr> <tr> <td class="label"> Address 2: </td> <td><input type="text" name="address2" maxlength="100" tabindex="40" value="" class="width:250px;"></td> </tr> <tr> <td class="label"> *City: </td> <td><input type="text" name="city" maxlength="100" tabindex="50" value="" class="width:125px;"></td> </tr> <tr> <td class="label"> *State: </td> <td> <select name="state" tabindex="60"><option value="">Select State</option> <option value="Alabama">Alabama</option> <option value="Florida">Florida</option> <option value="Georgia">Georgia</option> <option value="South Carolina">South Carolina</option> <option value="Tennessee">Tennessee</option></select> </td> </tr> <tr> <td colspan="2"> <a href="javascript:whyTheseStates('whyTheseStates');" style="text-decoration: none;"><img src="/web/20131111180959im_/https://www.publix.com/images/common/why_these_states_sm.gif" width="121" height="13" vspace="5" alt="Why these states?"></a> <div id="whyTheseStates" style="display:none;"> At this time, At Season's Peak alerts can only be extended to addresses within Florida, Georgia, South Carolina, Alabama, and Tennessee. </div> </td> </tr> <tr> <td class="label"> *County: </td> <td><input type="text" name="county" maxlength="100" tabindex="70" value="" class="width:125px;"></td> </tr> <tr> <td class="label"> *Zip Code: </td> <td><input type="text" name="zip" maxlength="100" tabindex="80" value="" class="width:75px;"></td> </tr> </table> <br/><br/> <table cellspacing="0" cellpadding="0"> <tr valign="top"> <td> <b>*Select Your Produce:</b> </td> <td width="24"><input type="checkbox" class="checkbox" name="selectAll" id="selectAllId" onclick="checkum();"></td> <td class="label">Be alerted when any of our produce below is at its peak; or select just your favorite produce.</td> </tr> </table> <br/><br/> <div id="checkboxDiv"> <table cellspacing="0" cellpadding="0" width="625"> <tr valign="top"> <td width="33%"> <table cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="100" value="1"> </td> <td class="label">Apples</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="101" value="2"> </td> <td class="label">Berries</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="102" value="3"> </td> <td class="label">Cherries</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="103" value="4"> </td> <td class="label">Corn</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="104" value="6"> </td> <td class="label">Grapes</td> </tr> </table> </td> <td width="33%"> <table cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="105" value="7"> </td> <td class="label">King O' the West® Honeydew Melons/Western Cantaloupes</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="106" value="8"> </td> <td class="label">Florida Citrus</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="107" value="9"> </td> <td class="label">Florida Strawberries</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="108" value="10"> </td> <td class="label">Florida Tomatoes</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="109" value="11"> </td> <td class="label">California Navel Oranges</td> </tr> </table> </td> <td width="33%"> <table cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="110" value="12"> </td> <td class="label">Peaches/Nectarines</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="111" value="13"> </td> <td class="label">Pears</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="112" value="14"> </td> <td class="label">Plums/Pluots</td> </tr> <tr valign="top"> <td width="24"><input type="checkbox" name="products" tabindex="113" value="15"> </td> <td class="label">Watermelon</td> </tr> </table> </td> </tr> </table> </div> <br/><br/> <h2> *Select Alert Method: </h2> You may sign up to be alerted via email, by phone, or both. That way, you'll be sure to know right away whenever your favorite produce peaks! <br/><br/> <table cellspacing="0" cellpadding="0" width="625" class="ASPSignUpForm"> <tr valign="top"> <td width="250" class="label"> Mobile Phone Number (for TXT alerts): </td> <td><input type="text" name="phone" maxlength="12" tabindex="200" value="" onblur="formatPhone(this.form.phone)" class="width:125px;"></td> </tr> <tr valign="top"> <td class="label"> Confirm Phone Number: </td> <td><input type="text" name="phoneConfirm" maxlength="12" tabindex="210" value="" onblur="formatPhone(this.form.phoneConfirm)" class="width:125px;"></td> </tr> <tr valign="top"> <td class="label"> Email Address (for email alerts): </td> <td><input type="text" name="email" maxlength="100" tabindex="220" value="" class="width:125px;"></td> </tr> <tr valign="top"> <td class="label"> Confirm Email Address: </td> <td><input type="text" name="emailConfirm" maxlength="100" tabindex="230" value="" class="width:125px;"></td> </tr> </table> <br/> <input type="image" name="submit" src="/web/20131111180959im_/https://www.publix.com/images/nav/btn_submit.gif" tabindex="300" id="submitBtn"> </form> </div><!-- START ASPSignUpContent --> </td> </tr> </table> </div> <!-- END Main Column / centerContentNoR --> <div id="aspEmailListForm" style="display:none;"> <form id="aspEmailListForm" action="#"> <table cellspacing="0" cellpadding="0" width="100%" class="ASP_EmailFormLayout"> <tr> <td colspan="2"><p> To send this page to a friend, just complete the following form. Publix cares about your privacy. For more information, please read our <a href="/web/20131111180959/https://www.publix.com/TermsOfUse.do">Terms of Use</a> and <a href="/web/20131111180959/https://www.publix.com/PrivacyPolicy.do">Privacy Policy</a>. </p> <div id="aspEmailListFormSpace" style="height:10px;"></div> <div id="aspListNameDiv"></div> <span id="aspEmailStatusMsg" style="margin:0px;"></span> </td> </tr> <tr> <td colspan="2">*<i> indicates a required field</i></td> </tr> <tr> <td>* Friend's Name:</td> <td><input type="text" name="aspEmailToName" id="aspEmailToName" class="text ui-widget-content ui-corner-all" style="width:200px;"/></td> </tr> <tr> <td>* Friend's Email:</td> <td><input type="text" name="aspEmailToEmail" id="aspEmailToEmail" class="text ui-widget-content ui-corner-all" style="width:200px;"/></td> </tr> <tr> <td>* Your Name:</td> <td><input type="text" name="aspEmailFromName" id="aspEmailFromName" class="text ui-widget-content ui-corner-all" style="width:200px;"/></td> </tr> <tr> <td>* Your Email:</td> <td><input type="text" name="aspEmailFromEmail" id="aspEmailFromEmail" class="text ui-widget-content ui-corner-all" style="width:200px;"/></td> </tr> <tr valign="top"> <td>Your Message:</td> <td><textarea id="aspEmailMessage" name="aspEmailMessage" style="width: 356px; height: 60px;" class="text ui-widget-content ui-corner-all"></textarea></td> </tr> </table> </form> <p> Click the <strong>[Send]</strong> button to send this list to your friend via email.<br/> Click the <strong>[Reset]</strong> button to undo the changes you made to this form. </p> </div> <div id="aspConfirmEmailListForm" style="display:none;"> Your At Season's Peak email has been sent to the recipient with your name and email address as the sender. Thank you for shopping at Publix. </div> <!-- END Main Body --> </div> <div id="publix_footer"> <div class="link_list links_stores" id="doNotIndex"> <h3>STORES</h3> <ul> <li><a href="https://web.archive.org/web/20131111180959/http://store.publix.com/publix/">Find a Publix</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/pharmacy/Home.do">Publix Pharmacy</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/wellness/greenwise/products/Home.do">Publix GreenWise Market</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://store.publix.com/publix/cgi/selection?design=default&lang=en&mapid=US&D=on">Publix Liquors</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://store.publix.com/publix/cgi/selection?design=default&lang=en&mapid=US&special=3">Publix Pix</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://store.publix.com/publix/cgi/selection?design=default&lang=en&mapid=US&special=2">Publix Sabor</a></li> </ul> </div> <div class="link_list links_save" id="doNotIndex"> <h3>SAVE HERE</h3> <ul> <li><a href="javascript:void(0);" onclick="javascript:viewWeeklyAds()">Weekly Ads</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/coupon/Home.do">Coupons</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/save/Publix-Brands.do">Publix Brand</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/save/Savings-Made-Easy.do">Savings Made Easy</a></li> </ul> </div> <div class="link_list links_products" id="doNotIndex"> <h3>PRODUCTS</h3> <ul> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/featured/FeaturedProduct.do">Featured Products</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/featured/AtSeasonsPeak.do">At Season's Peak</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/food/catalog/Bakery/Home.do">Publix Bakery Selections</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/food/catalog/Deli/Home.do">Publix Deli Selections</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/food/catalog/OtherSelections/Home.do">Meat, Seafood, & Produce</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/wellness/greenwise/products/Home.do">Publix GreenWise Market</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/wellness/food/nutrition-center/Nutrition-Information.do">Nutrition Information</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/about/newsroom/recalls/RecallList.do">Recalls</a></li> </ul> </div> <div class="link_list links_services" id="doNotIndex"> <h3>SERVICES</h3> <ul> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/pharmacy/refill/PrescriptionRefill.do">Prescription Refill</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/pharmacy/PrescriptionTransfer.do">Prescription Transfer</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/pharmacy/Free-Medications.do">Free Medications</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/pharmacy/CholesterolScreening.do">Health Screenings</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/services/gift/GiftCertificates.do">Publix Gift Cards</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/aprons/events/Home.do">Aprons Event Planning</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/aprons/meals/SimpleMeals.do">Aprons Recipes</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/services/Special-Item-Requests.do">Special Item Requests</a></li> </ul> </div> <div class="link_list links_corporate" id="doNotIndex"> <h3>CORPORATE</h3> <ul> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/about/CompanyOverview.do">Company Overview</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/about/newsroom/NewsRoom.do">News Room</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publixstockholder.com/servlet/ProxyServlet?path=/stockholder/Home.do">Stockholder Information</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/realestate/Home.do">Publix Real Estate</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.biz/biz/Home.do">Publix Purchasing</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/careers/Home.do">Careers</a></li> <li><a href="https://web.archive.org/web/20131111180959/http://www.publix.com/contact/SendUsAMessage.do">Contact Us</a></li> </ul> </div> <div class="callout"> <a href="https://web.archive.org/web/20131111180959/http://www.publix.com/Mobile.do"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/mobil_app.gif" alt=""/></a> <p>We've got all the <br>on-the-go solutions you're looking for right here. </p> </div> <div style="clear: both; height: 20px; border-top: 1px solid #dfe1ab;"></div> <div class="copyright"> <p>© Publix Asset Management Company 2013. All rights Reserved. <a href="/web/20131111180959/https://www.publix.com/TermsOfUse.do"><u>Terms of Use</u></a> | <a href="/web/20131111180959/https://www.publix.com/PrivacyPolicy.do"><u>Privacy Policy</u></a> | <a href="/web/20131111180959/https://www.publix.com/SiteMap.do"><u>Site Map</u></a></p> <p>Publix is an equal opportunity employer committed to a diverse workforce</p> </div> <div class="connect"> connect with us <a href="https://web.archive.org/web/20131111180959/http://facebook.com/publix" target="_blank"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/icon_facebook.png" alt="Connect with us on Facebook" height="16" width="16"/></a> <a href="https://web.archive.org/web/20131111180959/http://youtube.com/publix" target="_blank"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/icon_youtube.png" alt="Connect with us on Youtube" height="16" width="16"/></a> <a href="https://web.archive.org/web/20131111180959/http://twitter.com/publix" target="_blank"><img src="/web/20131111180959im_/https://www.publix.com/images/headers/icon_twitter.png" alt="Connect to Twitter @Publix" height="16" width="16"/></a> </div> <div style="clear: both; height: 1px;"></div> </div> </td> </tr> </table> </body></html> <!-- FILE ARCHIVED ON 18:09:59 Nov 11, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:56:03 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.639 exclusion.robots: 0.032 exclusion.robots.policy: 0.02 esindex: 0.01 cdx.remote: 9.416 LoadShardBlock: 83.55 (3) PetaboxLoader3.datanode: 92.175 (4) load_resource: 130.614 PetaboxLoader3.resolve: 111.878 -->