texto = '	<td height="2%" colspan="4" valign="top" background="../img/bkg_footer.gif">'
texto+= '		<table width="100%" height="22" border="0" cellpadding="0" cellspacing="0">'
texto+= '		<tr>'
texto+= '			<td align="center" class="footer2">&copy; 2007 <strong>Accesorios KRAMER</strong> - '
texto+= '				<a href="#">Todos los derechos reservados</a> | <a href="#">Pol&iacute;ticas de Uso</a> | <a href="#">Cr&eacute;ditos</a></td>'
texto+= '		</tr>'
texto+= '		</table></td>'
document.write(texto)
