function iprnt(){var b;if(!(b=document.getElementById("print_button"))){return}var a;(a=b.style).opacity="1";a.mozOpacity="1";a.filter="alpha(100)";a.cursor="pointer";b.alt=b.title=" Print version";b.onclick=prnt}function prnt(){var f=document.getElementById("article_title");var h=document.getElementById("article_content");var i=document.getElementById("article_copy");var e=document.getElementById("article_author");if(f&&h&&e&&i){var b=window.open("about:blank","_blank","resizable=1,scrollbars=1,menubar=1",true);(f=f.firstChild)&&(f=f.nodeValue);var g=b.document;g.open();g.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>'+f+'</title><link href="/s.css" rel="stylesheet" type="text/css"><style>body</style></head><body>');g.write('<h2 class="first">'+f+"</h2><div>");g.write(h.innerHTML);g.write('</div><div style="width:100%; text-align:right;padding-bottom:5px;">');g.write(e.innerHTML);g.write("</div><div>");g.write(i.innerHTML);g.write("</div></body></html>");g.close();setTimeout(function(){b.print()},0)}};