// JavaScript Document function printPage() { if (window.print) window.print() else alert("Sorry, your browser doesn't support this feature."); } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i