$(document).ready(function(){
	$('.goprint').bind('click',function(){
		$(this).css('cursor','pointer');
		window.print();
	})
});
