<!--
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, your browser doesn't support this feature. If you are using a MAC press Apple+P, or if you are using a PC press Ctrl+P to print this page.");
}
// -->