
function footer() 
{
	var d = Date()
	var l = d.length
	document.write('<div class="copyright">');
	document.write('&nbsp;&nbsp;&nbsp;Copyright&nbsp;&copy;&nbsp;');
	document.write(d.substr(l-4));
	document.write('&nbsp;Ninniku Jip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This Site is Proudly  Powered  by ');
	document.write('<a id="copyright-link" href="http://www.square18.com" target="_blank">Square18.com</a>');
	document.write('</div>');
}
	