var CouponTextIsSet=false;function FlipImageEffect(){window.setTimeout("SetCardText()",200);$("#imgCard").animate({height:178+"px",width:0+"px",marginLeft:109+"px"},200);$("#imgCard").animate({height:178+"px",width:209+"px",marginLeft:0+"px"},300)}function SetCardText(){if(!CouponTextIsSet){$("#divCardTxt").html($("#cardCpnCode").html());CouponTextIsSet=true}else{$("#divCardTxt").html($("#cardText").html());CouponTextIsSet=false}}
