/*
Bring up the Referral page (on secure.braces.co.nz)
*/
function goReferral() {
    window.open("https://secure.braces.co.nz/securereferral.html", "SecureReferral", "width=500,height=400,resizable,titlebar=1,scrollbars");
}