// JavaScript Document
function footer(){
var footer = '';
footer += '&copy; Molly Dilworth 2011</span>';
footer += '<br>';
footer += 'Site Design by <a href="http://www.jeffreylancaster.com" style="color:#666;" target="_blank">Jeffrey Lancaster</a>';
document.getElementById("footer").innerHTML = footer;
}
