
function btnPromotion_OnClick(event)
{
    PreventPostBack(event);
    
    window.parent.__redeemCode();
}
