function ocform_loadDefaultValues(b){if(b==null){return}var c=b.offerStatus;var a=window.location.search;switch(c){case"redeemed":case"unavailable":window.location="http://"+location.host+core_getContextPath()+"/servlet/oc/offer"+a;break;default:break}};
