<!-- ©webmasta [www.w3coders.com]

function doTagLine() {
	with(document) {
	//open();
		write('<table width="100%" cellpadding="0" cellspacing="0" border="0">');
		write('<tr>');
		write('  <td width="262" valign="top" align="center" style="padding-top:16px"><img src="grafx/money-back.gif" width="190" height="52" border="0"></td>');
		write('  <td valign="top" class="footer1" align="right">');
		write('  <div style="margin:16px 26px 0px 0px">');
		write('  <b><a href="index.htm">home</a></b>&nbsp;|');
		write('  <b><a href="index.htm">support</a></b>&nbsp;|');
		write('  <b><a href="index.htm">contact</a></b><br>');
		write('   Copyright 2008 &copy;TalkGateway Inc. All rights reserved.<br>');
		write('   <a href="index_termination.htm">Termination Rates</a>&nbsp;|&nbsp;<a href="index_termsOfService.htm">Terms of Service</a>&nbsp;|&nbsp;<a href="index_privacy.htm">Privacy Policy</a></div></td>');
		write('</tr>');
		write('</table>');
	//close();
	}
}
 //-->


