$(window).load(function () {
	var lastDlvPrice = $("#lastDlvPrice");
	if(lastDlvPrice.length) {
		return showGrandTotal(lastDlvPrice[0].value);
	}
});