// JScript File
function goPrint()
    {alert('All pages on this site will automatically reformat when printing. Instead of clicking this button, you may also select File > Print in your browser. Thank you, printing will begin now.');
    window.print();
    }