function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

var d = new Date();
var anyo = d.getFullYear();
var url_raiz = "http://www.terra.com.ve";

var foot_cont = '' +
'<style type="text/css">'+
'.foot {font-size: 10px; COLOR: #000000; font-family:arial; font-weight: normal; text-decoration: none}'+
'a.foot:hover {COLOR: #000000; font-family:arial; font-weight: normal; text-decoration: underline}'+
'.footN {COLOR: #ffffff; font-family:arial; font-weight: normal; text-decoration: none}'+
'a.footN:hover {COLOR: #ffffff; font-family:arial; font-weight: normal; text-decoration: underline}'+
'.px {font-size: 1pt; font-weight: normal; text-decoration: none}'+
'</style>'+
'<table width="778" border="0" cellspacing="0" cellpadding="0" class="foot">'+
'<tr>'+ 
'<td colspan="9" bgcolor="Black"><img src="http://www.terra.com.gt/img2/au.gif" width="1" height="1" border="0"></td>'+
'</tr>'+
'<tr>'+ 
'<td rowspan="3" width="1" bgcolor="Black"><img src="http://www.terra.com.gt/img2/au.gif" width="1" height="1" border="0"></td>'+
'<td width="179" align="left" bgcolor="Black" size=1><font color=FFFFFF face=Arial size=1>&nbsp;&#187;</font>'+
'<a href="javascript:;" onClick="MM_openBrWindow(\'http://www.terra.com.gt/includes/popup.htm\',\'\',\'width=180,height=327\')"><font size="1" face=Arial color=FFFFFF class="footN">&nbsp;Conoce '+ 
'Terra Lycos en otros pa&iacute;ses</font></a></td>'+
'<td width="16" align="left"><img src="http://www.terra.com.gt/objetos/img/esquina.gif" width=15 height=15 border=0 alt=""></td>'+
'<td class="foot" width="110">&nbsp;<font face="arial" size="1">&nbsp;&#187;&nbsp;</font><a href="'+ url_raiz + '/info/copy.cfm" target="_blank"><font color=000000 size="1" class="foot" face=Arial>Aviso'+ 
' Legal Portal</font></a></td>'+
'<td width="16"><img src="http://www.terra.com.gt/objetos/img/esquina2.gif" width=15 height=15 border=0 alt=""></td>'+
'<td class="foot" width="122">&nbsp;<font face="Arial" size="1">&nbsp;&#187;&nbsp;</font><a href="'+ url_raiz +'/info/privacidad.cfm" target="_blank"><font size="1" class="foot" face=Arial color=000000>Pol&iacute;tica de Privacidad</font></a></td>'+ 
'<td width="16"><img src="http://www.terra.com.gt/objetos/img/esquina2.gif" width=15 height=15 border=0 alt=""></td>'+
'<td><span class="foot">&nbsp;&nbsp;<font size="1" face=Arial>Res. m&iacute;nima 800x600'+ 
'&copy; Copyright '+
anyo +
',Terra Networks, S.A</font></span></td>'+
'<td width="1" rowspan="3" bgcolor="Black"><img src="http://www.terra.com.gt/img2/au.gif" width="1" height="1" border="0"></td>'+
'</tr>'+
'<tr>'+ 
'<td colspan="9" bgcolor="Black"><img src="http://www.terra.com.gt/img2/au.gif" width="1" height="1" border="0"></td>'+
'</tr>'+
'</table>';
document.write(foot_cont);


