// JavaScript Document
function loginFormLabel(){
$("#PC940_lblBirthDate").text("Birth Date (DD/MM/YYYY):");
$("#PC940_lblEmail").text("Email:");
$("#PC940_lblTitle").text("Title:");
$("#PC940_lblMaidenName").text("Maiden Name:");
$("#PC940_lblContactHeader").text("Personal Information");
$("#PC940_lblReminderR").text("Password Hint/Reminder:");
}


function eligibilityConfirmationMessage(){
	$("#PC1505_trComments").after("<tr id='AttributeHeader'><td colspan='3'><h2>Eligibility Confirmation</h2><p>Please check the boxes below to confirm your eligibility. You must be 19 years of age or older and you must be within the province of British Columbia when you place your order.</p></td></tr>");
}
