document.write("<html>");
document.write("<head>");
document.write("	<title>Mi Tierra</title>");
document.write("	<link rel='stylesheet' type='text/css' href='css/styles.css'>");
document.write("	<script language='JavaScript' src='functions.js'></script>");
document.write("</head>");
document.write("	<body align='center' class='bg'>");
document.write("	<center>");
document.write("		<table class='table_bg' cellspacing='0' cellpadding='0' >");
document.write("			<tr><td></td><td></td><td></td></tr>");
document.write("			<tr><td></td><td style='vertical-align:text-top;'>");
document.write("			<table class='main_table' cellspacing='0' cellpadding='0' >");
document.write("				<tr>");
document.write("					<td>");
document.write("						<a href='index.html'><img src='images/logo-s.jpg'/></a>");
document.write("					</td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td>");

