CINXE.COM

<!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/mygrocerylist/SavedList.do","20131111175756","https://web.archive.org/","web","/_static/", "1384192676"); </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> </title> <link rel="stylesheet" type="text/css" href="/web/20131111175756cs_/https://www.publix.com/resource/ecms.css"/> <link rel="stylesheet" type="text/css" href="/web/20131111175756cs_/https://www.publix.com/resource/custom-publix/jquery-ui-1.8.7.custom.css"/> <link rel="stylesheet" type="text/css" href="/web/20131111175756cs_/https://www.publix.com/resource/jquery.autocomplete.css"/> <link rel="stylesheet" type="text/css" media="print" href="/web/20131111175756cs_/https://www.publix.com/resource/print.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111175756cs_/https://www.publix.com/resource/share-print-a.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111175756cs_/https://www.publix.com/resource/global.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111175756cs_/https://www.publix.com/resource/css/asp.css"/> <script type="text/javascript" src="/web/20131111175756js_/https://www.publix.com/resource/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/web/20131111175756js_/https://www.publix.com/resource/jquery-ui-1.8.6.custom.min.js"></script> <script type="text/javascript" src="/web/20131111175756js_/https://www.publix.com/resource/jquery.form.js"></script> <script type="text/javascript" src="/web/20131111175756js_/https://www.publix.com/resource/jquery.autocomplete.js"></script> <script type="text/javascript" src="/web/20131111175756js_/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/20131111175756js_/https://www.publix.com/resource/menu_settings.js"></script> <script language="JavaScript1.2" src="/web/20131111175756js_/https://www.publix.com/resource/dqm_loader.js"></script> <script language="JavaScript1.2" src="/web/20131111175756js_/https://www.publix.com/resource/onloadHandler.js"></script> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="0"> <link rel="stylesheet" type="text/css" media="all" href="/web/20131111175756cs_/https://www.publix.com/resource/my_grocery_list.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111175756cs_/https://www.publix.com/resource/css/mypublix.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20131111175756cs_/https://www.publix.com/resource/ecms.css"/> <script type="text/javascript"> function glNewList() { var glName = $('input:text[name="glNewListName"]').val(); if ( glName != ''){ $.ajax({ type: "POST", async: false, url: "/mygrocerylist/ajax/GlNewList.do", data: "q=" + glName + "&source=MyPublix", success: function(msg) { window.location.replace("/mygrocerylist/SavedList.do"); } }); } } function deleteList(glId) { if ( glId != ''){ $.ajax({ type: "POST", async: false, url: "/mygrocerylist/ajax/GLMod.do", data: "a=delete&glId=" + glId, success: function(data, textStatus, jqXHR) { var glListCount = data; if(glListCount == 0) { window.location.replace("/mygrocerylist/SavedList.do"); } } }); } } function renameList(glId, name) { if ( glId != '' && name != ''){ var bodyContent = $.ajax({ type: "POST", async: false, url: "/mygrocerylist/ajax/GLMod.do", data: "a=name&glId=" + glId + "&name=" + name, success: function(msg) { } }).responseText; return bodyContent; } } $().ready(function() { $.ajaxSettings.cache = false; // force the page to 1024 x 768 (or close to it) var glContainerHeight = $('#glNewListDiv').height(); if( glContainerHeight < 200){ $('#glNewListDiv').height(200); } $( '#groceryListList' ).click( function(e) { if( $(e.target).is('a') ) { var $tr = $(e.target).closest('tr'); var id = $tr.attr("id").split('_'); if ( $(e.target).attr("id") == "rename" ) { var name = $("#name_" + id[1]).val(); //$( "#listName" ).html("Existing List Name:&nbsp;" + name); $( "#glId" ).val( id[1] ); $( "#glSaveListAsStatusMsg" ).html( "" ); $( "#groceryListNameChangeForm" ).dialog( "open" ); } else if ( $(e.target).attr("id") == "delete" ) { var name = $("#name_" + id[1]).val(); $( "#glDeleteName" ).html("<b>You are about to permanently delete '" + name + "'.</b>"); $( "#glDeleteId" ).val( id[1] ); $( "#groceryListDeleteForm" ).dialog( "open" ); } } }); $('#glNewListDiv').click( function(e) { if ( $(e.target).attr("id") == 'NewList' ){ $( "#glNewListStatusMsg" ).html( "" ); $( "#glNewListForm" ).dialog('open'); } }); $( "#glNewListForm" ).dialog({ autoOpen: false, height: 210, width: 600, modal: true, title: 'Save List', buttons:{ "Save List" : function(){ // validate the parameters var statusMsg = ''; var newListName = $( "#glNewListName" ).val(); if ( newListName == null || newListName == '' ){ statusMsg += "You must provide a name for the grocery list.<br>"; } if ( statusMsg != '' ){ $( "#glNewListStatusMsg" ).html( '<p>' + statusMsg + '</p>' ); return; } // ok, parameters valid, save the list glNewList(); $(this).dialog('close'); }, "Cancel" : function() { $(this).dialog('close'); } } }); $('#glNewListForm').keypress(function(event) { // alert('Handler for .keypress() called.'); if (event.keyCode == '13') { $( "#glNewListForm" ).dialog("option", "buttons")['Save List'].apply($( "#glNewListForm" )); } }); $( '#groceryListNameChangeForm' ).dialog({ autoOpen: false, height: 200, width: 400, modal: true, buttons: { "Save List": function() { var glId = $( "#glId" ).val(); var glName = $.trim( $( "#glName" ).val() ); // validate the parameters var statusMsg = ''; if ( glName == null || glName == '' ){ $( '#glName' ).val( '' ); statusMsg += "You must provide a name for the grocery list.<br>"; } if ( statusMsg != '' ){ $( "#glSaveListAsStatusMsg" ).html( '<p>' + statusMsg + '</p>' ); return; } // parameters valid, rename the list var jspContent = renameList(escape(glId), escape(glName)); $('#listName_'+glId).text(glName); $('#name_'+glId).val(glName); $( "#glName" ).val( '' ); $( this ).dialog( "close" ); }, Cancel: function() { $( "#glName" ).val( '' ); $( "#glSaveListAsStatusMsg" ).html( '<p>' + "" + '</p>' ); $( this ).dialog( "close" ); } }, close: function() { $( "#glSaveListAsStatusMsg" ).html( '<p>' + "" + '</p>' ); //allFields.val( "" ).removeClass( "ui-state-error" ); } }); $('#groceryListNameChangeForm').keypress(function(event) { // alert('Handler for .keypress() called.'); if (event.keyCode == '13') { $( "#groceryListNameChangeForm" ).dialog("option", "buttons")['Save List'].apply($( "#groceryListNameChangeForm" )); } }); $( "#groceryListDeleteForm" ).dialog({ autoOpen: false, resizable: false, height: 190, width: 465, modal: true, buttons: { "Continue": function() { var glId = $( "#glDeleteId" ).val(); //get the id //load the delete action into the name field, don't worry about it. // $('#name_'+glId).load("/mygrocerylist/ajax/GLMod.do?a=delete&glId=" + escape(glId)); deleteList(escape(glId)); //now remove the tr from the table. $('#gl_'+glId).remove(); // force the page to 1024 x 768 (or close to it) var glContainerHeight = $('#glNewListDiv').height(); if( glContainerHeight < 200){ $('#glNewListDiv').height(200); } //close the dialogue $( this ).dialog( "close" ); }, Cancel: function() { $( this ).dialog( "close" ); } } }); }); </script> <script src="/web/20131111175756js_/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/20131111175756cs_/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/20131111175756js_/https://www.publix.com/resource/storeSearchReady.js"></script> <script type="text/javascript" src="/web/20131111175756js_/https://www.publix.com/resource/storeSearchHeader.js"></script> <script type="text/javascript" src="/web/20131111175756js_/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/20131111175756im_/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/20131111175756im_/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/20131111175756im_/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/20131111175756im_/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">&nbsp;&nbsp;&nbsp;Select your store from the list below &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="headerClose"> <img src="/web/20131111175756im_/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;">&nbsp;</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>&nbsp; <span class="storeState"></span>&nbsp; <span class="storeZip"></span><br> </div> </td> <td width="25%"> <div class="StoreContentBlock" style="align:center;"> <img src="/web/20131111175756im_/https://www.publix.com/images/icon/icon_car.gif" alt="by Car" height="16" width="20"> <span class="storeDistance"></span>&nbsp;miles </div> </td> <td width="25%"> <div class="StoreContentBlock"> <a id="PublixStore" onclick="setPublixStoreCookie(this,7);"> <img src="/web/20131111175756im_/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;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </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/20131111175756im_/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: &nbsp; <a href="javascript:void(0)" id="btn_localstore"><span id="nameTitle"></span></a> &nbsp; <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>&nbsp;<span id="zip"></span></p> <p class="phone"> Main:&nbsp;<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> &nbsp; <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&nbsp;|&nbsp;<a href="https://web.archive.org/web/20131111175756/https://www.publix.com/mypublix/Register.do">Sign Up</a>&nbsp;|&nbsp;<a href="https://web.archive.org/web/20131111175756/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">&nbsp;|&nbsp;<a href="/web/20131111175756/https://www.publix.com/mypublix/Home.do?referrer=/mypublix/Home.do">My Publix</a> <ul id="menu_mypublix"> <li><a href="/web/20131111175756/https://www.publix.com/mygrocerylist/SavedList.do">Grocery Lists</a></li> <li><a href="/web/20131111175756/https://www.publix.com/mypublix/ApronsRecipes.do">Recipes</a></li> <li><a href="/web/20131111175756/https://www.publix.com/mypublix/Events.do">Event Planning</a></li> <li><a href="/web/20131111175756/https://www.publix.com/aprons/schools/MyCookingSchool.do">Cooking School</a></li> <li><a href="/web/20131111175756/https://www.publix.com/clubs/ClubsAndPrograms.do">Clubs &amp; Programs</a></li> <li><a href="/web/20131111175756/https://www.publix.com/mypublix/Home.do">My Profile</a></li> </ul> </span> | <a href="/web/20131111175756/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/20131111175756/https://www.publix.com/Home.do">Home</a><img src="/web/20131111175756im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="https://web.archive.org/web/20131111175756/http://store.publix.com/publix" onclick="javascript:urchinTracker ('/offsite/store_locator');"><nobr>Store Locator</nobr></a><img src="/web/20131111175756im_/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/20131111175756im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111175756/https://www.publix.com/coupon/Home.do">Coupons</a><img src="/web/20131111175756im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111175756/https://www.publix.com/services/gift/GiftCertificates.do"><nobr>Gift Cards</nobr></a><img src="/web/20131111175756im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111175756/https://www.publix.com/contact/ContactUs.do"><nobr>Contact Us</nobr></a><img src="/web/20131111175756im_/https://www.publix.com/images/common/utilnav_dot_divider.gif" alt="" width="16" height="11"/><a href="/web/20131111175756/https://www.publix.com/mygrocerylist/List.do" class="ON"><nobr>My Grocery List&nbsp;</nobr><span id="mainNavNumberOfItemsOnList">(0)</span></a><a href="/web/20131111175756/https://www.publix.com/mygrocerylist/List.do"></a> </p> </div> <div id="searchNav"> <div id="searchNavForm"> <form name="SearchForm" method="post" action="/web/20131111175756/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 &amp; Pharmacy</option> <option value="preschool">Preschool Pals</option> <option value="wine">Wine</option></select>&nbsp;<a href="javascript:this.document.SearchForm.submit()"><img src="/web/20131111175756im_/https://www.publix.com/images/headers/btn_search.gif" width="20" height="20" alt="Go"/></a> </form> </div> <div id="searchNavLogo"> <a href="/web/20131111175756/https://www.publix.com/Home.do"><img src="/web/20131111175756im_/https://www.publix.com/images/common/publixLogo.gif" alt="Publix"/></a> </div> </div> <div id="mainNav"><p><nobr><a href="/web/20131111175756/https://www.publix.com/wellness/Home.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/pharmacy/Home.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/save/Home.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/featured/FeaturedProduct.do" alt=""><img src="/web/20131111175756im_/https://www.publix.com/images/nav/featured_product_OFF.gif" height="22" width="113" name="menu1" alt="" onmouseout="hideMenu(event)" onmouseover="showMenu(event)" id="menu1" border="0"></a><a href="/web/20131111175756/https://www.publix.com/services/Services.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/clubs/ClubsAndPrograms.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/food/Home.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/aprons/Home.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/about/AboutPublix.do" alt=""><img src="/web/20131111175756im_/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/20131111175756/https://www.publix.com/careers/Home.do" alt=""><img src="/web/20131111175756im_/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> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td width="10"><img src="/web/20131111175756im_/https://www.publix.com/images/common/clear.gif" alt="" width="10" height="1"></td> <!-- CENTER CONTENT --> <td valign="top" width="100%"> <div id="mainMGLContainer"> <div id="mainMGLHeaderContainer"> <div id="mainMGLHeader"><img src="/web/20131111175756im_/https://www.publix.com/images/my_shopping_list/hdr/main_my_grocery_list.gif" width="190" height="41" alt="My Grocery List"></div> <div id="mainMGLTabsContainer"> <ul class="top"> <li><a class="get_started" href="/web/20131111175756/https://www.publix.com/mygrocerylist/GetStarted.do"></a></li> <li><a class="current_list" href="/web/20131111175756/https://www.publix.com/mygrocerylist/List.do"></a></li> <li><a class="saved_lists ON" href="/web/20131111175756/https://www.publix.com/mygrocerylist/SavedList.do"></a></li> </ul> </div> <div id="mainMGLContent"> <a href="/web/20131111175756/https://www.publix.com/mygrocerylist/PrepareLoginForward.do?target=GetStarted">Login</a> or <a href="/web/20131111175756/https://www.publix.com/mygrocerylist/RegistrationForward.do?target=GetStarted">register</a> to see saved lists </div> <div id="needHelp"> <a href="/web/20131111175756/https://www.publix.com/GroceryListHelp.do"><img src="/web/20131111175756im_/https://www.publix.com/images/my_shopping_list/btn/need_help.gif" width="80" height="19" alt="Need Help?"></a> </div> <div class="clearBoth"></div> </div><!-- END mainMGLHeaderContainer --> <div id="mainMGLHeaderBottom"></div> <!-- Main body content : savedListBody.jsp --> <div id="glNewListDiv"> <table width="100%"> <tr valign="top"> <td width="76%"> <div class="ECMSModuleTableData" id="groceryListList"> <div id="MGLCustomTable"> <div style="float:right; text-align:right; padding: 3px 0;"> <a href="javascript:void(0);" id="newList" title="New List">New List</a> </div><div class="clearBoth"></div> <table> <tr> <td> <div style="padding: 10px;"><p> Now it's easier than ever to manage your grocery shopping at Publix. Simply add items to our new and improved grocery list from wherever you are on our website. Browse the <a href="https://web.archive.org/web/20131111175756/http://weeklyad.publix.com/">weekly ad</a>, peruse <a href="/web/20131111175756/https://www.publix.com/aprons/meals/SimpleMeals.do">Aprons Simple Meals</a> recipes, or check out our <a href="/web/20131111175756/https://www.publix.com/featured/FeaturedProduct.do">featured products</a>, and with just a few clicks of the mouse you can easily build a convenient shopping list. <a href="/web/20131111175756/https://www.publix.com/mygrocerylist/GetStarted.do">Get started now!</a>. </p></div> </td> </tr> </table> <div style="clear:both;"></div> </div> </div> </td> </tr> </table> <div id="glNewListForm" style="display:none;"> <p> Please enter a name in the form field below and click <strong>Save</strong>. This list and all saved lists will be available to you in the <strong>My Grocery List</strong> section, as well as the <strong>Load Different List</strong> dropdown menu on your Current List page. </p> <span id="glNewListStatusMsg"></span> <form id="glNewListForm" action="#"> <label for="groceryListName">Grocery List Name:</label> <input type="text" name="glNewListName" id="glNewListName" class="text ui-widget-content ui-corner-all"/> </form> </p> </div> <div style="display: none;" id="groceryListNameChangeForm" title="Rename My Grocery List"> <p> To rename this grocery list, just enter the new name below and click <b>Save List</b> </p> <p> <div id="listName"></div> </p> <form> <div id="glSaveListAsStatusMsg"></div> <label for="name">Name</label> <input type="text" name="glName" id="glName" class="text ui-widget-content ui-corner-all" style="width:300px;" maxlength="100"/> <input type="hidden" name="glId" id="glId"/> </form> </div> <div id="groceryListDeleteForm" title="Delete My Grocery List" style="display: none;"> <table> <tr> <td><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0; vertical-align:text-top;"></span></td> <td><div id="glDeleteName"></div> Click <b>Continue</b> and your list will be removed.<br/> Click <b>Cancel</b> to return to <b>My Grocery Lists</b> without removing the list.<br/> </td> </tr> </table> <form> <input type="hidden" name="glDeleteId" id="glDeleteId"/> </form> </div> </div> </div> </td> <td width="10"><img src="/web/20131111175756im_/https://www.publix.com/images/common/clear.gif" alt="" width="10" height="1"></td> </tr> </table> <script> $().ready(function() { $.ajaxSettings.cache = false; $('#mainMGLContainer').click( function(e) { if ( $(e.target).attr('id') == 'newList' ){ $( '#glNewListStatusMsg' ).html( '' ); $( '#glNewListForm' ).dialog('open'); $( '#glNewListName' ).focus(); } } ); } ); </script> <div id="publix_footer"> <div class="link_list links_stores" id="doNotIndex"> <h3>STORES</h3> <ul> <li><a href="https://web.archive.org/web/20131111175756/http://store.publix.com/publix/">Find a Publix</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/pharmacy/Home.do">Publix Pharmacy</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/wellness/greenwise/products/Home.do">Publix GreenWise Market</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://store.publix.com/publix/cgi/selection?design=default&amp;lang=en&amp;mapid=US&amp;D=on">Publix Liquors</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://store.publix.com/publix/cgi/selection?design=default&amp;lang=en&amp;mapid=US&amp;special=3">Publix Pix</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://store.publix.com/publix/cgi/selection?design=default&amp;lang=en&amp;mapid=US&amp;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/20131111175756/http://www.publix.com/coupon/Home.do">Coupons</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/save/Publix-Brands.do">Publix Brand</a></li> <li><a href="https://web.archive.org/web/20131111175756/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/20131111175756/http://www.publix.com/featured/FeaturedProduct.do">Featured Products</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/featured/AtSeasonsPeak.do">At Season's Peak</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/food/catalog/Bakery/Home.do">Publix Bakery Selections</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/food/catalog/Deli/Home.do">Publix Deli Selections</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/food/catalog/OtherSelections/Home.do">Meat, Seafood, &amp; Produce</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/wellness/greenwise/products/Home.do">Publix GreenWise Market</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/wellness/food/nutrition-center/Nutrition-Information.do">Nutrition Information</a></li> <li><a href="https://web.archive.org/web/20131111175756/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/20131111175756/http://www.publix.com/pharmacy/refill/PrescriptionRefill.do">Prescription Refill</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/pharmacy/PrescriptionTransfer.do">Prescription Transfer</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/pharmacy/Free-Medications.do">Free Medications</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/pharmacy/CholesterolScreening.do">Health Screenings</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/services/gift/GiftCertificates.do">Publix Gift Cards</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/aprons/events/Home.do">Aprons Event Planning</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/aprons/meals/SimpleMeals.do">Aprons Recipes</a></li> <li><a href="https://web.archive.org/web/20131111175756/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/20131111175756/http://www.publix.com/about/CompanyOverview.do">Company Overview</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/about/newsroom/NewsRoom.do">News Room</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publixstockholder.com/servlet/ProxyServlet?path=/stockholder/Home.do">Stockholder Information</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/realestate/Home.do">Publix Real Estate</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.biz/biz/Home.do">Publix Purchasing</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/careers/Home.do">Careers</a></li> <li><a href="https://web.archive.org/web/20131111175756/http://www.publix.com/contact/SendUsAMessage.do">Contact Us</a></li> </ul> </div> <div class="callout"> <a href="https://web.archive.org/web/20131111175756/http://www.publix.com/Mobile.do"><img src="/web/20131111175756im_/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>&copy; Publix Asset Management Company 2013. All rights Reserved. <a href="/web/20131111175756/https://www.publix.com/TermsOfUse.do"><u>Terms of Use</u></a> | <a href="/web/20131111175756/https://www.publix.com/PrivacyPolicy.do"><u>Privacy Policy</u></a> | <a href="/web/20131111175756/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/20131111175756/http://facebook.com/publix" target="_blank"><img src="/web/20131111175756im_/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/20131111175756/http://youtube.com/publix" target="_blank"><img src="/web/20131111175756im_/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/20131111175756/http://twitter.com/publix" target="_blank"><img src="/web/20131111175756im_/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 17:57:56 Nov 11, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:33:20 Nov 25, 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: 0.515 exclusion.robots: 0.037 exclusion.robots.policy: 0.026 esindex: 0.009 cdx.remote: 10.762 LoadShardBlock: 331.851 (3) PetaboxLoader3.datanode: 246.277 (4) PetaboxLoader3.resolve: 186.171 (2) load_resource: 128.254 -->

Pages: 1 2 3 4 5 6 7 8 9 10