//-- ######################################################################## --
//-- # UPDATED: <071013-0233 alan@turransky.com>                            # --
//-- ######################################################################## --

window.writeFooter=function(){
  var htm='';
  htm+='<tr><td id="row" colspan="3">&nbsp;</td></tr></table></div></div>\n';
  htm+='<div id="footer"><p>&copy; 2007-2008 &nbsp; <a href="index">7 Lucky Dogs Creative</a>. &nbsp; All Rights Reserved.</p></div></div>\n';
  htm+='</body></html>\n';

  document.write(htm);
};

window.writeFooter();
