function contactMTFX()
{
	document.writeln('<h5>Contact Us</h5>');
	document.writeln('<img src="images/side-line-break.jpg" />');
	document.writeln('<ul>');
	document.writeln('<li><a href="contact-overview.html">Contact Us</a></li> ');
	document.writeln('<li><a href="contact-customer-callback-form.asp">Customer Callback Form</a></li>');
	document.writeln('<li><a href="contact-customer-feedback-form.asp">Customer Feedback Form</a></li>');
	document.writeln('</ul>');
	document.writeln('<img src="images/side-line-break.jpg" />');
}
contactMTFX();