$.getJSON('price/xml_parser.php',{},function(result){
	$("#heating_oil").html(result.oil[0]);
	$("#kerosene").html(result.kerosene[0]);
})
