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

window.writeHeader=function(){
  var htm='';
  htm+='<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>\n';
  htm+='<title>7 Lucky Dogs</title>\n';
  htm+='<link href="inc/index.css" type="text/css" rel="stylesheet" />\n';
  htm+='</head><body><div id="page"><div id="header">&nbsp;</div><div id="middle"><div id="margin">\n';
  htm+='<table id="sandbox" border="0" cellpadding="0" cellspacing="0">\n';
  htm+='<tr><td id="logo"><a href="index.html"><img src="inc/logo.gif" hspace="0" vspace="0" alt="7 Lucky Dogs - Creative strategies to grow your pet business" /></td>\n';
  htm+='    <td id="gutter">&nbsp;</td>\n';
  htm+='    <td id="tnav"><a href="sustainability.htm">Sustainability Promise</a> &nbsp; &nbsp; &nbsp; <a href="privacy-policy.htm">Privacy Policy</a></td></tr>\n';
  htm+='<tr><td id="row" colspan="3">&nbsp;</td></tr>\n';
  document.write(htm);
};

window.writeHeader();



