$(document).ready(function(){$('#table_d5fdaff46c40beb6df65f0854a00fd5e').tablesorter({headers:{2:{sorter:false}}});$('a.empty').click(function(){var vText='You are going to empty the Memo. Are you sure?';if(confirm(vText)) return true;else return false;});$('a.print').click(function(){window.print();return false;});});