Example #1
0
</script>
</head>
<body >
    <center>

        <div id="container" >
            <div id="encabezado" >
                <div id="pushArea"  > <a href="<?php 
echo $_SESSION["path"] . "en/index.php";
?>
" title="Wave power Group - Home"> > </a></div>
            </div>

            <!-- you tube -->
             <?php 
if (esExplorer() && esViejo()) {
    escupirObsolecencia();
}
?>

            <!-- fin you tube -->
        


            <div id="banner">

                <div class="headLeft">
                            <div><img src="<?php 
echo $_SESSION["path"] . 'images/iso-logo2.png';
?>
" 
Example #2
0
<!------------- COMUN A TODOS ------------------------>

<meta http-equiv="Content-Type" content-type="text/html; charset=ISO-8859-1" />
 <?php 
include_once $_SESSION["path"] . "php-functions/funciones.php";
if (esExplorer()) {
    if (esViejo()) {
        echo '<link rel="stylesheet" href="' . $_SESSION["path"] . 'css/IEviejo.css" type="text/css" media="screen" />';
    } else {
        echo '<link rel="stylesheet" href="' . $_SESSION["path"] . 'css/IEstyle.css" type="text/css" media="screen" />';
    }
} else {
    echo '<link rel="stylesheet" href="' . $_SESSION["path"] . 'css/style.css" type="text/css" media="screen" />';
}
?>


<!-- All SEO by g-undi -->
<meta name="description" content="La energ&iacute;a undimotriz es una fuente renovable y ecol&oacute;gica de alto potencial: es cinco veces m&aacute;s concentrada que la e&oacute;lica y 30 veces m&aacute;s que la solar. Pero adem&aacute;s, la costa patag&oacute;nica resulta un escenario &oacute;ptimo debido a la escasa profundidad del lecho marino y la presencia constante de vientos." />
<meta name="keywords" content="Undimotriz, energias renovables, frba , universidad tecnológica nacional, investigacion, innovacion" />
<link rel="canonical" href="http://www.mecanica.frba.utn.edu.ar/energiaundimotriz" />
<!-- /all in one seo pack -->
<script type="text/javascript">

	function  sacar(id) {

		var element = document.getElementById(id);
		element.parentNode.removeChild(element);


	}