
function cont_click(type){
    $jq.ajax({type: "POST",url: "/order_form_tmp/index_counter.php",data: "a="+type});
}    

