// JavaScript Document

jQuery(document).ready(function() {
	jQuery("label[for='zip']").html("Post Code<font class='req'>*</font>");
});
