/**
 *
 * Form Init Script
 * Requires the Jax JavaScript Library
 *
 */

searchFormInit = function() {
    searchFrm = new JaxForm('searchForm', Array(Array('keywords', 'NotEmpty')));
}
