function fformOutput(fform){
    if(fform == "complete"){
        alert("Thanks for your submission!\nIf you've made a request for anything besides a song translation, it will not be processed.\nPlease read the FAQ for more details.");
    }
    else if(fform == "error"){
        alert("Please make sure that all fields in the User Feedback Form are filled out,\nand that you've provided a valid email address.");
    }
}
