$(document.body).ready( function () {
$.post("../js/price.php?dc=" + Math.random(), {
 type: 22
,table: 1
}, function(htmls){
$(htmls).appendTo("#priceType1");
});
$.post("../js/price.php?dc=" + Math.random(), {
 type: 22
,table: 2
}, function(htmls){
$(htmls).appendTo("#priceType2");
});
$.post("../js/price.php?dc=" + Math.random(), {
 type: 22
,table: 3
}, function(htmls){
$(htmls).appendTo("#priceType3");
});
$.post("../js/price.php?dc=" + Math.random(), {
 type: 22
,table: 4
}, function(htmls){
$(htmls).appendTo("#priceType4");
});
});