function drawFooter() {
	with(document) {
		writeln('<br><br>');
		writeln('<hr size="1" color="#CCCCCC" width="100%" style="width: 100%; color: #CCCCCC;">');
		writeln('<p class="breadcrumbTxt" align="center">');
		writeln('	<a class="breadcrumb" href="https://datarecovery.iomega.com/tracking.aspx?lng=en-US" target="_blank">Free Evaluation and Quote</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/handbook.html" target="_blank">Free Data Protection Handbook</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/datarecoveryfaq-doityourself.html">Do-It-Yourself Data Recovery Software</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/what-is-data-recovery.html">What is Data Recovery?</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recovery_options.html">Risk-Free Priority Service</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recovery_options.html">Onsite Data Recovery Service</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/data-recovery-expectations.html">What to Expect</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/data-recovery-testimonials.html">Testimonials</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recoverycapability_hdd.html">Hard Drive Data Recovery</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recoverycapability_server.html">Server / RAID Array Recovery</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recoverycapability_removable.html">Removable Media File Recovery</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recoverycapability_removable.html">Tape Backup Recovery</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recoverycapability_removable.html">Application / SQL Database Recovery</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/recovery_faq.html">Data Loss FAQs</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/datarecovery-links.html">Data Recovery News & Links</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/prevention-virus-protection.html">Viruses and Security Threats</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/prevention-backup-strategies.html">Backup Tips and Strategies</a>');
		writeln('</p>');
		writeln('<br />');
		writeln('<p class="breadcrumbTxt" align="center">International Sites: ');
		writeln('	<a class="breadcrumb" href="http://www.iomegadatarecovery.com/" title="U.S. and Canadian Data Recovery">U.S./Canada</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://europe.iomegadatarecovery.com/" title="European Data Recovery">Europe (English)</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://datenrettung.iomegadatarecovery.com/" title="Datenwiederherstellung Dienste in Europa">Europa (Deutsch)</a> <b>|</b>');
		writeln('	<a class="breadcrumb" href="http://recuperationdedonnees.iomegadatarecovery.com/" title="Services de récupération de données aux Europe">Europe (Fran&ccedil;ais)</a>');
		writeln('</p>');
		writeln('<br />');
		writeln('<p class="breadcrumbTxt" align="center"><a class="breadcrumb" href="http://datarecovery.iomega.com/tsandcs.aspx?lng=en-US" target="_blank">Terms & Conditions</a> <b>|</b> <a class="breadcrumb" href="http://www.iomega.com/privacy.html" target="_blank">Privacy Policy</a><br />');
		writeln('&copy; Copyright 2004-2007 Iomega Corporation</p>');
	}
}