var createPrint=function(){$(".beforePrint").each(function(){$("body").append("<div class='print'>"+$(this).html()+"</div>");$(this).remove()})};
