function fnRestrict() {
	$('#input-postcode').numeric();
}

aOnReady.push(fnRestrict);