var now = new Date;
var year = now.getFullYear();
var copyright = "<br/><br/>";
copyright += "<div class=\"footer\"";
copyright += " style=\"font-size:10px; font-family:Arial; padding: 10px; \">";
copyright += "&copy;&nbsp;" + year;
copyright += "&nbsp;Coffey Communications, Inc. all rights reserved. ";
copyright += "This material may not be published, broadcast, rewritten, or redistributed in any form.";
copyright += "</div>";
document.write(copyright);
