function callToAction() {
	callToActionActive = 1;    // 0 = Inactive, 1 = Active
	
	if (callToActionActive == 1) {
		document.write("<p>Alternatively, if you are an Internet Banking customer, you can <strong>send a secure message</strong> to us through our Internet Banking message service. <a href='/wps/wcm/connect/nab/Internet_Banking_Help/home/6/1/'>Find out more</a>.</p>");
	}
}
