

var writeExternalContent = '';

writeExternalContent += '<div class="text2" style = "color: #000000" align = "center">'; 
		  
		  writeExternalContent += ' <a href="contactus.htm"><span style = "font-size: 11px; color: #000000">Contact Us</span></a> | ';
          writeExternalContent += ' &nbsp;&nbsp;<a href="terms.htm"><span style = "font-size: 11px; color: #000000">Terms of Use</span></a> | <a href="privacy.htm"><span style = "font-size: 11px; color: #000000">Privacy Statement</span></a> ';
          writeExternalContent += ' ';
		  
		  writeExternalContent += '</div> <span style = "font-size: 11px; color: #000000">&copy;Copyright 2007-2009 Tate and Associates, LLC | Website Powered by </span><a href = "http://www.ldstech.net"><span style = "font-size: 11px; color: #000000">LDS Technology Company</span></a>';
		  
		  document.writeln(writeExternalContent)
		  
		 
