<html>
<head>
<title></title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="skins/xnova/default.css" />
<link rel="stylesheet" type="text/css" href="skins/xnova/formate.css" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<script type="text/javascript" src="scripts/overlib.
js"></script>
</head>
<body>
<div id="header_top">
<center>
<table width="508" border="0" cellpadding="0" cellspacing="0" class="header" id="resources" padding-right="30">
<tbody>
<tr class="header">
<td class="header">
<center>
<table class="header">
<tbody>
<tr class="header">
<td class="header"><img src="skins/xnova/planeten/small/s_normaltempplanet03.jpg" height="50" width="50" /></td>
<td class="header" valign="middle"><select name="select" size="1" onchange="eval('location=\''+this.options[this.selectedIndex].value+'\'');">
<option selected="selected" value="?cp=14791&mode=&re=0">1 [3:350:7] </option>
<option value="?cp=14795&mode=&re=0">1 [3:350:6] </option>
<option value="?cp=14797&mode=&re=0">1 [3:350:8] </option>
<option value="?cp=14817&mode=&re=0">2 [3:350:9] </option>
<option value="?cp=14818&mode=&re=0">Inv [3:350:1] </option>
<option value="?cp=14900&mode=&re=0">3 [7:283:4] </option>
<option value="?cp=14901&mode=&re=0">3 [7:283:6] </option>
<option value="?cp=14902&mode=&re=0">3 [7:283:5] </option>
</select> </td>
</tr>
</tbody>
</table>
</center> </td>
<td class="header">
<table border="0" cellpadding="0" cellspacing="0" class="header" id="resources" style="width: 508px;" padding-right="30">
<tbody>
<tr class="header">
<td width="140" align="center" class="header"><img src="skins/xnova/images/metall.gif" border="0" height="22" width="42"></td>
<td width="93" align="center" class="header"><img src="skins/xnova/images/kristall.gif" border="0" height="22" width="42"></td>
<td width="140" align="center" class="header"><img src="skins/xnova/images/deuterium.gif" border="0" height="22" width="42"></td>
<td width="140" align="center" class="header"><img src="skins/xnova/images/energie.gif" border="0" height="22" width="42"></td>
<td class="header" align="center" width="140"><img src="skins/xnova/images/materia.gif" border="0" height="22" width="42"></td>
<td width="140" align="center" class="header"><img src="skins/xnova/images/message.gif" border="0" height="22" width="42"></td>
</tr>
<tr class="header">
<td align="center" class="header"><b><font color="#FFFF00">Metal</font></td>
<td class="header" align="center"><b><font color="#FFFF00">Cristal</font></b></td>
<td class="header" align="center"><b><font color="#FFFF00">Deuterio</font></b></td>
<td class="header" align="center"><b><font color="#FFFF00">Energía</font></b></td>
<td class="header" align="center"><b><font color="#FFFF00">Materia Oscura</font></b></td>
<td class="header" align="center"><b><font color="#FFFF00">Mensajes</font></b></td>
</tr>
<tr class="header">
<td class="header" align="center"><font><div id="metal"></div></font></td>
<td class="header" align="center"><font><div id="crystal"></div></font></td>
<td class="header" align="center"><font><div id="deut"></div></font></td>
<td class="header" align="center"><font><font color="#00ff00">31.800.354</font></font></td>
<td class="header" align="center"><font>0</font></td>
<td class="header" align="center"><font></font>0</td>
</tr>
<td class="header" align="center"><font color="#00ff00">50.502.336.588 </font></td>
<td class="header" align="center"><font color="#00ff00">33.668.224.392 </td>
<td class="header" align="center"><font color="#00ff00">22.445.482.928 </td>
<td class="header" align="center"><font color="#00ff00">59.250.476</font></td>
<td class="header" align="center"><font></font></td>
</tr>
<td align="center" class="header"> </td>
<td class="header" align="center"> </td>
<td class="header" align="center"> </td>
<td class="header" align="center"> </td>
<td class="header" align="center"><font></font></td>
</table> </td>
</tr>
</tbody>
</table>
<script type="text/javascript"><!--
google_ad_client = "pub-7462832031389217";
/* 728x90, creado 5/02/10 */
google_ad_slot = "4461660506";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.
js">
</script>
</center>
</div>
<script LANGUAGE='JavaScript'>
<!--
var now = new Date();
var event = new Date();
var seconds = (Date.parse(now) - Date.parse(event)) / 1000;
var val = 0;
var val2 = 0;
var val3 = 0;
update();
function update() {
now = new Date();
seconds = (Date.parse(now) - Date.parse(event)) / 1000;
val = (( 35217255 / 3600) * seconds) + 26347882920;
if( val >= 55552570246.8 ) val = 26347882920;
document.getElementById('metal').innerHTML = number_format( val ,0);
val = ( 10361291 / 3600) * seconds + 7478017319;
if( val >= 37035046831.2 ) val = 7478017319;
document.getElementById('crystal').innerHTML = number_format( val ,0);
val = ( 7806570 / 3600) * seconds + 15664914350;
if( val >= 24690031220.8 ) val = 15664914350;
document.getElementById('deut').innerHTML = number_format( val ,0);
ID=window.setTimeout('update();',1000);
}
function number_format(number,laenge) {
number = Math.round( number * Math.pow(10, laenge) ) / Math.pow(10, laenge);
str_number = number+'';
arr_int = str_number.split('.');
if(!arr_int[0]) arr_int[0] = '0';
if(!arr_int[1]) arr_int[1] = '';
if(arr_int[1].length < laenge){
nachkomma = arr_int[1];
for(i=arr_int[1].length+1; i <= laenge; i++){ nachkomma += '0'; }
arr_int[1] = nachkomma;
}
if(arr_int[0].length > 3){
Begriff = arr_int[0];
arr_int[0] = '';
for(j = 3; j < Begriff.length ; j+=3){
Extrakt = Begriff.slice(Begriff.length - j, Begriff.length - j + 3);
arr_int[0] = '.' + Extrakt + arr_int[0] + '';
}
str_first = Begriff.substr(0, (Begriff.length % 3 == 0)?3:(Begriff.length % 3));
arr_int[0] = str_first + arr_int[0];
}
return arr_int[0]+''+arr_int[1];
}
// --></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.
js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-9084484-1");
pageTracker._trackPageview();
</script><center>
<center>
<br />
<table width=530>
<tr>
<th >Campos utilizados</th>
<th colspan="2" >
<font color="#00FF00">310</font> / <font color="#FF0000">449</font> El resto 139 Campos libres
</th >
</tr>
<tr>
<td class="l">
<a href="infos.php?gid=1">
<img border="0" src="skins/xnova/gebaeude/1.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=1">Mina de metal</a> (Nivel 50)<br>
Las minas de metal proveen los recursos básicos de un imperio emergente, y permiten la construcción de edificios y naves.<br>
Recursos necesarios : Metal: <b style="color:red;"> <t title="-11.911.363.605"><span class="noresources">38.257.290.012</span></t></b> Cristal: <b style="color:red;"> <t title="-2.086.880.811"><span class="noresources">9.564.322.503</span></t></b>
<br>Tiempo de construccion : 00h 39m 13s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(127, 95, 96);">-11.911.363.606</b> Cristal: <b style="color: rgb(127, 95, 96);">-2.086.880.812</b> </font>
</td>
<td class="k"><font color=#FF0000>Subir Nivel 51</font></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=2">
<img border="0" src="skins/xnova/gebaeude/2.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=2">Mina de cristal</a> (Nivel 43)<br>
Los cristales son el recurso principal usado para construir circuitos electrónicos y ciertas aleaciones.<br>
Recursos necesarios : Metal: <b style="color:red;"> <t title="-2.388.364.984"><span class="noresources">28.734.291.391</span></t></b> Cristal: <b style="color:red;"> <t title="-6.889.704.003"><span class="noresources">14.367.145.695</span></t></b>
<br>Tiempo de construccion : 00h 35m 21s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(127, 95, 96);">-2.388.364.985</b> Cristal: <b style="color: rgb(127, 95, 96);">-6.889.704.004</b> </font>
</td>
<td class="k"><font color=#FF0000>Subir Nivel 44</font></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=3">
<img border="0" src="skins/xnova/gebaeude/3.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=3">Sintetizador de deuterio</a> (Nivel 45)<br>
El deuterio se usa como combustible para naves, y se recolecta en el mar profundo. Es una sustancia muy escasa, y por ello, relativamente cara.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">18.892.488.895</span></b> Cristal: <b style="color:lime;"> <span class="noresources">6.297.496.298</span></b>
<br>Tiempo de construccion : 00h 20m 39s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">7.453.437.511</b> Cristal: <b style="color: rgb(95, 127, 108);">1.179.945.393</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=3"><font color=#00FF00>Subir Nivel 46</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=4">
<img border="0" src="skins/xnova/gebaeude/4.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=4">Planta de energía solar</a> (Nivel 15)<br>
Las plantas de energía solar convierten energía fotónica en energía eléctrica, para su uso en casi todos los edificios y estructuras.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">32.842</span></b> Cristal: <b style="color:lime;"> <span class="noresources">13.136</span></b>
<br>Tiempo de construccion : 00h 00m 00s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.345.893.564</b> Cristal: <b style="color: rgb(95, 127, 108);">7.477.428.555</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=4"><font color=#00FF00>Subir Nivel 16</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=12">
<img border="0" src="skins/xnova/gebaeude/12.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=12">Planta de fusión</a><br>
Las plantas de energía solar convierten energía fotónica en energía eléctrica, para su uso en casi todos los edificios y estructuras<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">900</span></b> Cristal: <b style="color:lime;"> <span class="noresources">360</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">180</span></b>
<br>Tiempo de construccion : 00h 00m 00s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.345.925.506</b> Cristal: <b style="color: rgb(95, 127, 108);">7.477.441.331</b> Deuterio: <b style="color: rgb(95, 127, 108);">15.664.480.471</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=12"><font color=#00FF00>Construir</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=14">
<img border="0" src="skins/xnova/gebaeude/14.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=14">Fábrica de Robots</a> (Nivel 24)<br>
Las fabricas de robots proporcionan unidades baratas y de fácil construcción que pueden ser usadas para mejorar o construir cualquier estructura planetaria. Cada nivel de mejora de la fabrica aumenta la eficiencia y el numero de unidades robóticas que ayudan en la construcción.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">6.710.886.400</span></b> Cristal: <b style="color:lime;"> <span class="noresources">2.013.265.920</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">3.355.443.200</span></b>
<br>Tiempo de construccion : 00h 07m 09s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">19.635.040.006</b> Cristal: <b style="color: rgb(95, 127, 108);">5.464.175.771</b> Deuterio: <b style="color: rgb(95, 127, 108);">12.309.037.451</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=14"><font color=#00FF00>Subir Nivel 25</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=15">
<img border="0" src="skins/xnova/gebaeude/15.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=15">Fábrica de Nanobots</a> (Nivel 13)<br>
Es el perfeccionamiento de la tecnología de robots. Cada nivel aumenta la velocidad de construcción de las naves y de los edificios.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">8.192.000.000</span></b> Cristal: <b style="color:lime;"> <span class="noresources">4.096.000.000</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">819.200.000</span></b>
<br>Tiempo de construccion : 00h 10m 04s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">18.153.926.406</b> Cristal: <b style="color: rgb(95, 127, 108);">3.381.441.691</b> Deuterio: <b style="color: rgb(95, 127, 108);">14.845.280.651</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=15"><font color=#00FF00>Subir Nivel 14</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=21">
<img border="0" src="skins/xnova/gebaeude/21.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=21">Hangar</a> (Nivel 16)<br>
El Hangar permite construir naves e instalaciones de defensa.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">26.214.400</span></b> Cristal: <b style="color:lime;"> <span class="noresources">13.107.200</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">6.553.600</span></b>
<br>Tiempo de construccion : 00h 00m 01s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.319.712.006</b> Cristal: <b style="color: rgb(95, 127, 108);">7.464.334.491</b> Deuterio: <b style="color: rgb(95, 127, 108);">15.657.927.051</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=21"><font color=#00FF00>Subir Nivel 17</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=22">
<img border="0" src="skins/xnova/gebaeude/22.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=22">Almacén de metal</a> (Nivel 25)<br>
Deposito para el mineral previo al tratamiento.<br>
Recursos necesarios : Metal: <b style="color:red;"> <t title="-40.762.937.593"><span class="noresources">67.108.864.000</span></t></b>
<br>Tiempo de construccion : 00h 55m 03s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(127, 95, 96);">-40.762.937.594</b> </font>
</td>
<td class="k"><font color=#FF0000>Subir Nivel 26</font></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=23">
<img border="0" src="skins/xnova/gebaeude/23.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=23">Almacén de cristal</a> (Nivel 24)<br>
Deposito para el cristal previo al tratamiento.<br>
Recursos necesarios : Metal: <b style="color:red;"> <t title="-7.208.505.593"><span class="noresources">33.554.432.000</span></t></b> Cristal: <b style="color:red;"> <t title="-9.299.774.308"><span class="noresources">16.777.216.000</span></t></b>
<br>Tiempo de construccion : 00h 41m 17s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(127, 95, 96);">-7.208.505.594</b> Cristal: <b style="color: rgb(127, 95, 96);">-9.299.774.309</b> </font>
</td>
<td class="k"><font color=#FF0000>Subir Nivel 25</font></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=24">
<img border="0" src="skins/xnova/gebaeude/24.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=24">Contenedor de deuterio</a> (Nivel 23)<br>
Depósitos gigantes para el almacenamiento de Deuterio.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">16.777.216.000</span></b> Cristal: <b style="color:red;"> <t title="-9.299.774.308"><span class="noresources">16.777.216.000</span></t></b>
<br>Tiempo de construccion : 00h 27m 31s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">9.568.710.406</b> Cristal: <b style="color: rgb(127, 95, 96);">-9.299.774.309</b> </font>
</td>
<td class="k"><font color=#FF0000>Subir Nivel 24</font></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=31">
<img border="0" src="skins/xnova/gebaeude/31.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=31">Laboratorio de investigación</a> (Nivel 18)<br>
El laboratorio de investigación es necesario para el desarrollo de nuevas tecnologías.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">52.428.800</span></b> Cristal: <b style="color:lime;"> <span class="noresources">104.857.600</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">52.428.800</span></b>
<br>Tiempo de construccion : 00h 00m 07s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.293.497.606</b> Cristal: <b style="color: rgb(95, 127, 108);">7.372.584.091</b> Deuterio: <b style="color: rgb(95, 127, 108);">15.612.051.851</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=31"><font color=#00FF00>Subir Nivel 19</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=33">
<img border="0" src="skins/xnova/gebaeude/33.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=33">Terraformer</a> (Nivel 10)<br>
El Terraformer permite aumentar la superficie utilizable del planeta.<br>
Recursos necesarios : Cristal: <b style="color:lime;"> <span class="noresources">51.200.000</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">102.400.000</span></b>
<br>Tiempo de construccion : 00h 00m 02s
<br><font color="#7f7f7f">Recursos Restates : Cristal: <b style="color: rgb(95, 127, 108);">7.426.241.691</b> Deuterio: <b style="color: rgb(95, 127, 108);">15.562.080.651</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=33"><font color=#00FF00>Subir Nivel 11</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=34">
<img border="0" src="skins/xnova/gebaeude/34.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=34">Depósito de la Alianza</a><br>
El deposito de abastecimiento permite el estacionamiento prolongado de flotas de otros miembros de la alianza o de las flotas de miembros de su lista de amigos para aumentar la defensa de un planeta. Las flotas se quedan en orbita y reciben el combustible necesario desde este deposito.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">20.000</span></b> Cristal: <b style="color:lime;"> <span class="noresources">40.000</span></b>
<br>Tiempo de construccion : 00h 00m 00s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.345.906.406</b> Cristal: <b style="color: rgb(95, 127, 108);">7.477.401.691</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=34"><font color=#00FF00>Construir</font></a></td>
</tr><tr>
<td class="l">
<a href="infos.php?gid=44">
<img border="0" src="skins/xnova/gebaeude/44.gif" align="top" width="120" height="120">
</a>
</td>
<td class="l">
<a href="infos.php?gid=44">Silo de misiles</a> (Nivel 4)<br>
Los silos de misiles sirven para almacenar los misiles.<br>
Recursos necesarios : Metal: <b style="color:lime;"> <span class="noresources">320.000</span></b> Cristal: <b style="color:lime;"> <span class="noresources">320.000</span></b> Deuterio: <b style="color:lime;"> <span class="noresources">16.000</span></b>
<br>Tiempo de construccion : 00h 00m 00s
<br><font color="#7f7f7f">Recursos Restates : Metal: <b style="color: rgb(95, 127, 108);">26.345.606.406</b> Cristal: <b style="color: rgb(95, 127, 108);">7.477.121.691</b> Deuterio: <b style="color: rgb(95, 127, 108);">15.664.464.651</b> </font>
</td>
<td class="k"><a href="?cmd=insert&building=44"><font color=#00FF00>Subir Nivel 5</font></a></td>
</tr>
</table>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-7462832031389217";
/* 728x90, creado 5/02/10 */
google_ad_slot = "4461660506";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.
js">
</script>
<script type="text/javascript"><!--
google_ad_client = "pub-7462832031389217";
/* 728x90, creado 5/02/10 */
google_ad_slot = "4461660506";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.
js">
</script>
</center>
</center>
</body>
</html>