$(document).ready(function(){
	$("#wrapper").before('<a onclick="window.print();" id="print">Print</a>');
});