$(function() {

// ----------------------------------------------------------------------------
// Time stamp the contact form
// ----------------------------------------------------------------------------
    $('.autoclear').click(function () {
        this.value = ""
    });

    $('.autohide').hide();

    answer = 6%12*3-2*3;
    $('.autoanswer').val(answer);

// ----------------------------------------------------------------------------
// Custom work - hide non-relevent inputs based on the users frequency
// selection
// ----------------------------------------------------------------------------
});


