$(document).ready(function(){$('.printme').each(function(){$(this).click();});function PrintMe(){window.print();} setTimeout(PrintMe,1000);});