﻿// 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. Printing will begin now. Thank you.');
    window.print();
    }

