/*
Events:
    initPage - when the page finishes loading prepare objects that need to be loaded.
    clickNext - Saving and other things that might need to happen when next is clicked
    clickPrev - Loading / Saving when a user clicks previous
    growing progress bar - the progress bar needs to move when a user clicks next
    showHelp - when a user hovers over a link in the text help needs to load.
    swapCategory image - fading in and out category images randomly through the window
    radio selection - on answering of the question we may need to save / or do something.
    language change - ajax calling the server telling to server new text after user has selected a language
    bmi calc - Calculate the bmi when the user is done inputing data.
    bmi metric swap - swap to metric system if the user wants to input metrics instead of us standard.
    kick out - when a user answers a question we cannot advise against we kick them out so they must get advise from the doctor
    change title - the data that comes back may swap the title (ie. Biometrics to Lifestyle )
    timeout -  possibly if we wait too long for a response.


*/    
function initHA(){
    
}