$(document).ready(function(){$(".header_center p a.dashed").click(function(){$("#call-form-container").load($("#call-submit-url").text(),function(){showCallLayer($("#call-layer"));bindCallForm()});return false});bindCallForm=function(){$("#call-form").submit(function(){$("#call-loader").show();$.post($(this).attr("action"),$(this).serialize(),function(a){$("#call-form-container").html(a);$("#call-loader").hide();bindCallForm()});return false})}});
