/*
 * For use in ProStores.
 *
 * Accepts an object with the key being the From 
 * promo code, and the value being the To promo code
 *
 * Minify before uploading.
 *
 * @copyright PShelper.com 2011
 * @author Derek Decker
 */
$(function(){window.promoChanger=(function(a,c){var b={form:c('form[name="checkoutpro"],form[name="checkout"]'),promo:c('input[name="promo"]')};b.form.submit(function(){var d=b.promo.val();if(d in a){b.promo.val(a[d])}});return b})({"WWUB2D":'WWUB2D2',"AMWB11":'AMWB112'},jQuery)});
