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