// JavaScript Documentvar F1 = "betrayalInTheField";var F2 = "hereOrThere";var F3 = "aPeakUnderneath";var F4 = "kingOfThrills";function mailpage(){mail_str = "mailto:?subject= Fill in your subject line here";mail_str += "&body=I thought you'd find this story on the Columbia Magazine web site interesting: " + "\r";mail_str += "\n" + parent.location.href; location.href = mail_str;}function downloadPDF(theURL){	location.href = "pdfs/" + theURL + ".pdf";}