if(typeof(shoppingListJSOI12583) == "undefined" || shoppingListJSOI12583 == null || !shoppingListJSOI12583) {
shoppingListJSOI12583 = new ShoppingListJS({storeId: '10151',catalogId: '10001',langId: '-4'}, {id: '', name: '', image: '', type: '', components: {}, skus: []}, {}, "shoppingListJSOI12583");
dojo.topic.subscribe("DefiningAttributes_Resolved", function(catEntryId, productId) {
eval("shoppingListJSOI12583.setItemId(catEntryId, productId);");
});
dojo.topic.subscribe("QuickInfo_attributesChanged", function(catEntryAttributes) {
eval("shoppingListJSOI12583.setCatEntryAttributes(catEntryAttributes);");
});
dojo.topic.subscribe("Quantity_Changed", function(catEntryQuantityObject) {
eval("shoppingListJSOI12583.setCatEntryQuantity(catEntryQuantityObject);");
});
dojo.topic.subscribe("ShoppingList_Changed", function(serviceResponse) {
eval("shoppingListJSOI12583.updateShoppingListAndAddItem(serviceResponse);");
});
dojo.topic.subscribe("ShoppingListItem_Added", function() {
eval("shoppingListJSOI12583.deleteItemFromCart();");
});
}