//<![CDATA[	
	$(document).ready(function(){	
		$('#print-page').click(function(){
			window.print();
			return false;
		});
	});
//]]>
