$(function() {
	$("#priceHeader").click(function() {
			$("#priceBox").toggle('blind', null, 1000);
		}
	);
})
