// javascript for strikingmedia.com footer and copyright section 24 November 2007 -sdp

document.write('\n');

document.write('<table  width="860" border="0" cellspacing="0" cellpadding="6">\n');
document.write('  <tr>\n');
document.write('    <td width="35"></td>\n');
document.write('    <td width="860">\n');
document.write('      <div id="nav_bottom_home">\n');
document.write('        <div align="left"><a href="testimonials.html">testimonials</a> <a href="contact.html">contact</a> <a href="legal.html">legal</a><img src="images/10x10_white.gif" width="1" height="1"> <img src="images/nav_bg2_short.gif"></div>\n');
document.write('      </div>\n');
document.write('    </td>\n');
document.write('  </tr>\n');
document.write('</table>\n');

document.write('<table width=860>\n');
document.write('  <tr><td>\n');
document.write('  <div align="center" style="font-size:10px">\n');

/* since this file, insert_footer.js, is included on each page, you need only to adjust the copyright
   date in one place, below, and it will appear automatically  */
   
document.write('<img src="images/10x10_white.gif" width="170" height="1">copyright &copy; 2008 - 2010 striking media music.  all rights reserved.<br>\n'); 

document.write('<img src="images/10x10_white.gif" width="170" height="1">website design: <a href="mailto:sdpardue@mac.com"><font color="636363">steve pardue</font></a> & Deryn Cullen\n'); 

document.write('<br><img src="images/10x10_white.gif" width="170" height="1"><font color="FFFFFF">website version 1.0</font>\n');
document.write('  </div></td></tr>\n');
document.write('</table>\n');

document.write('\n');