function topHeaderBar()
{
	document.writeln('<div id="contactinfo">');
	document.writeln('<img src="images/button-contact-phone.jpg" name="phone" id="phone" />');
	document.writeln('<a href="mailto:info@mtfx.ca"><img src="images/button-contact-email.gif" name="email" id="phone" /></a>');
	document.writeln('<a href="https://www.mtfxtrade.com/fxweb/" target="_blank"><img src="images/button-contact-login.gif" name="login" id="login" border="0" /></a>');
	document.writeln('</div>');
	document.writeln('<div id="mainheader"><a href="index.html" style="float: left;margin-left: 10px;border: 0px solid red;"><img src="images/spacer.gif" alt="Click to go home" width="300" height="83" border="0"></a></div>');
}
topHeaderBar();