$(document).ready(function(){$('#table_35f5c70be8b6d6e99e0a2f2b1da32122').tablesorter({headers:{4:{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;});$('.printme').each(function(){$(this).click();});function PrintMe(){window.print();} setTimeout(PrintMe,1000);});