function setPrice ($price) {

	jQuery("#fee_regular").text($price);
	
}