// Custom JS here:

$(function(){

	$("#printButton").click(function(){
		window.print();
		return false;
	});
	
});
