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://checon.com/wp-content/themes/checon/images/checon-header-small.png><br /> {content} <br /><p><br />&copy;2010 Checon Corporation</p>"+
"</body>"+
"</html>"
	});
});
