(function(B){var A=0;B.fn.printArea=function(){var H=B(this);var G="printArea_";C(G+A);A++;var J=G+A;var F=document.createElement("IFRAME");B(F).attr("style","position:absolute;width:0px;height:0px;left:-500px;top:-500px;");B(F).attr("id",J);document.body.appendChild(F);var I=F.contentWindow.document;var D=window.document.getElementsByTagName("link");for(var E=0;E<D.length;E++){if(D[E].rel.toLowerCase()=="stylesheet"){I.write('<link type="text/css" rel="stylesheet" href="'+D[E].href+'"></link>')}}I.write('<div class="'+B(H).attr("class")+'">'+B(H).html()+"</div>");I.close();F.contentWindow.focus();F.contentWindow.print()};var C=function(D){B("iframe#"+D).remove()}})(jQuery);