﻿// insertar codigo html
// insertarlo como:  <script type="text/javascript" language="JavaScript1.2" src="geifter_footer.js"></script>

document.write('<table width="1009" height="18" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" >');
document.write('<tr>');
document.write('<td width="10" height="18" align="left" valign="bottom" >&nbsp;</td>');
document.write('<td width="977"><p><font face="Verdana" style="font-size: 7pt"><font color="#000080">© Copyright 2010 - Geifter, S.A. de C.V. - </font><a href="terminos.htm"><font color="#000080">Términos y Condiciones. </font></a></font></p></td>');
document.write('<td width="22" >&nbsp;</td>');
document.write('</tr>');
document.write('</table>');

/*
<!--- 
-- Codigo sin styles	
<table width="1009" height="18" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" >
  <tr>
    <td width="10" height="18" align="left" valign="bottom" >&nbsp;</td>
    <td width="977"><p><font face="Verdana" style="font-size: 7pt"><font color="#000080">© Copyright 
2010 - Geifter, S.A. de C.V. - </font><a href="terminos.htm">
<font color="#000080">Términos y Condiciones. </font></a></font></p></td>
    <td width="22" >&nbsp;</td>
  </tr>
</table>

-- codigo con styles
<table width="1009" height="18" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" class="style25">
  <tr>
    <td width="10" height="18" align="left" valign="bottom" class="style28">&nbsp;</td>
    <td width="977" class="style23"><span class="style26">© Copyright 2010 - 
	</span><span class="style26">Geifter</span><span class="style26">, S.A. de C.V. -
	</span>
	<a href="terminos.htm"><span class="style24"><span class="style26">Términos y Condiciones. 
	</span> </span>
	</a></td>
    <td width="22" class="style27">&nbsp;</td>
  </tr>
</table>

-->


*/