jQuery(document).ready(function(){
	// print table button
	jQuery("div.tablesorter_wrapper").printable({ 
		title : "Print this Table",
		template : ""+
"<html>"+
"<head>"+
"<link rel='stylesheet' href='wp-content/plugins/wp-super-edit/css/custom.css' type='text/css' media='' />"+
"<link rel='stylesheet' href='wp-content/plugins/wp-super-edit/js/tablesorter/themes/blue/style.css' type='text/css' media='' />"+
'<style>'+
	'body, td { font-family: Verdana; font-size: 10pt;}'+
'</style>'+
"</head>"+
"<body>"+
"<img src=http://hcu.hccbeta.net/wp-content/themes/default/images/hculogo.jpg><br /> {content} <br /><p><br />HarborOne Credit Union&nbsp;&nbsp;|&nbsp;&nbsp;PO Box 720 Brockton, MA 02303&nbsp;&nbsp;|&nbsp;&nbsp;800-244-7592 or 508-895-1000<br />This credit union is federally insured by the National Credit Union Administration. Excess insurance provided by <b>MSIC</b>.</p>"+
"</body>"+
"</html>"
	});
});
