// JavaScript Document

var F1 = "PoliticsForGrownups";
var F2 = "CrashCourse";
var F3 = "DrivingPinkyMadam";
var F4 = "TheFullTreatment";

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";
}