﻿var html = '<div id="footer">';
html += '<p>Copyright &copy; neego.net, allrights reserved.</p>';
html += '</div>';
document.write(html);

