/**
 * Creates the footer for my website.
 * 
 * @author Christine
 */
document.write("<div id=\"Footer\">");
document.write("<img src=\"images/email.png\" /> <br /> Room 7LE4, 7th floor, Schapiro CEPSR, Columbia University, New York NY, 10027");
document.write("</div>");
document.write("<img src=\"images/bottom.png\" />");
