$('document').ready(function(){
	$('a#printpage').click(function() {
		window.print();  
		return false;
	});
});

	