ask = {
    form_link: 'div.ask_question a',
    form_view: '_question_ask_form.php',
    form_area: 'div.form_area',
    form: 'div.form_area div form',

    /**
    * Client-side form validation just checks for non-empty inputs; each
    * error area must have id equal to its corresponding input prefixed with
    * 'e_', and error message should be in title attribute.
    */
    error_areas: 'div.form_area div table tr td .error'
};

document.write('<script type="text/javascript" src="/www2/lib/controllers/js/ask.js"></script>');
