$(document).ready(function(){$(".buyCredits").click(function(){$.colorbox({href:"/ajax.php?action=creditSelection",onComplete:function(){$("#submitCredit").click(function(){var a=$("#creditSelection").serialize();$.colorbox({href:"/ajax.php?action=paymentMethodSelection&"+a,onComplete:function(){$("#submitPaymentProcess").click(function(){var b=$("#paymentProcessSelection").serialize();$.colorbox({href:"/ajax.php?action=askUserForDetails&"+b,onComplete:function(){if($("#paymentFormSubmit").length>0){$("#paymentFormSubmit").click(function(){$("#paymentForm").submit()})}else{$.colorbox.resize({width:550,height:490})}}})})}})})}})})});
