var isNew = false;
function writeFooter() {
 with(document) {
   writeln('		<table cellspacing="0" cellpadding="0">');
   writeln('			<tr>');
   writeln('				<td class="style2">');
   writeln('<a href="http://www.ddaudio.com/dd/services.asp"><img alt="DD Services" src="http://www.ddaudio.com/dd/images/footer/footer_services.jpg" width="183" height="56" border=0></a></td>');
   writeln('				<td class="style2">');
   writeln('<a href="http://www.ddaudio.com/dd/contact.asp"><img alt="Contact" src="http://www.ddaudio.com/dd/images/footer/footer_contact.jpg" width="178" height="56" border=0></a></td>');
   writeln('				<td class="style2">');
   writeln('<a href="http://www.ddaudio.com/dd/cyberFriends.asp" ><img alt="Cyber Friends" src="http://www.ddaudio.com/dd/images/footer/footer_friends.jpg" width="192" height="56" border=0></a></td>');
   writeln('				<td class="style2">');
   writeln('<a href="http://www.ddaudio.com/dd/legal.asp"><img alt="Legal &amp; Privacy" src="http://www.ddaudio.com/dd/images/footer/footer_legal.jpg" width="205" height="56" border=0></td>');
   writeln('			</tr>');
   writeln('		</table>');
   writeln('		</td>');
   writeln('	</tr>');
   writeln('	<tr>');
   writeln('		<td bgcolor="white"><p align="center" class="footer">© 1997-2008 Resonance Incorporated. All Right Reserved &nbsp;<br> * <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=1141+NW+1st+Street+Oklahoma+City+ok&sll=37.0625,-95.677068&sspn=93.619094,95.976563&ie=UTF8&z=16&iwloc=addr" target="_blank">1141 NW 1st Street * Oklahoma City, OK  73106</a> * 405-239-2800 * Fax 405-239-7100 *<br><p align="center" class="footer">ddaudio.com is optimized for <a href="http://www.firefox.com" target="_blank">Firefox</a></p></td>');
   writeln('	</tr>');
   writeln('</table>');
   }
}

