﻿function dw(str){document.write(str);}
function getobj(str){return document.getElementById(str);}
jQuery.fn.log = function (msg) {console.log("%s: %o", msg, this); 	return this;}
log = function (msg, obj) {console.log("%s: %o", msg, obj);}

$(document).ready(function(){
	showBankstoreDepositCalculator();
	updateBankstoreDepositSelectBox();
});

