var gAutoPrint=true;function printArticle(){if(document.getElementById!=null){var A='<body>\n<head>\n';if(document.getElementsByTagName!=null){var B=document.getElementsByTagName("head");if(B.length>0)A+=B[0].innerHTML;}A+='<link rel="stylesheet" type="text/css" href="http://edit.green.weekendrush.com/print-css.php" media="all" />\n</he'+'ad>\n<body>\n';var C=document.getElementById("body-column-02b");if(C!=null){A+=C.innerHTML;}else {alert("Could not find the printer friendly section in the HTML");return;}A+='\n</bo'+'dy>\n</ht'+'ml>';var D=window.open("","printArticle");D.document.open();D.document.write(A);D.document.close();if(gAutoPrint)D.print();}else {alert("Sorry, the print ready feature is only available in modern browsers.");}}