// JavaScript Document - Crete Footer

//write the HTML
var sHTML = '';
sHTML += '<div id="footer">'
sHTML += '<a href="http://www.princeton.edu">&copy;2007 The Trustees of Princeton University</a> | <a href="http://web.princeton.edu/sites/ArtandArchaeology/">The Department of Art and Archaeology</a> | <a href="http://www.princeton.edu/~hellenic/">The Program in Hellenic Studies</a></div> ';
document.write(sHTML);
