<!-- Script by hscripts.com --> <html> <head> </head> <body> <center><b>Click Print button</b> <br> <br> <SCRIPT LANGUAGE="JavaScript"> if (window.print) { document.write('<form><input type=button name=print value="Print" onClick="window.print()"></form>'); } function ctck() { var sds = document.getElementById("dum"); if(sds == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n"); } var sdss = document.getElementById("dumdiv"); if(sdss == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n"); } } document.onload ="ctck()"; </script> <div style="font-size: 10px;color: #dadada;" id="dumdiv" align=center> <a href="https://www.hscripts.com" id="dum" style="text-decoration:none;color: #dadada;">�h</a> </div> </center> </body> </html> <!-- Script by hscripts.com -->