$(document).ready(function() { 
$("#printpage").append('<a href="javascript:window.print()" class="second">Print this page</a>');
});
