$(document).ready(function() {
  $("#PPcode").submit(function() {
    $.cookie('category', $('input:checked[name="StoneSize"]').val());
    $.cookie('sku', $('#hosted_button_id').val());
    $.cookie('product_name', $('#os0').val() + " " + $("#os1").val());
    $.cookie('price', conf.pricing[conf.stonecolor + conf.stonesize]);
    $.post("mailr.php", $("#PPcode").serialize());
  });
});
