function updateCalculatorTable() {
    new Ajax.Request('/calculator/update_calculator_table', {asynchronous:true, evalScripts:true});
}