function dictionarySummaryRedirect(domObj) {
    window.location = jQuery(domObj).val();
}

