
function cabecera(){
var texto = "";
texto +='<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100">';
texto +='<tr>';
texto +='<td  style="vertical-align:top" align="left">'; 
texto +='<a href="index.html"><img src="images/newlog_conDegradado1.jpg" alt="logo" width="160" height="100" border="0" /></a></td>';

texto +='<td  style="vertical-align:top;" align="center">'; 
texto +='<embed src="images/Cabecera_Final_20100304.swf" quality="high" WIDTH="800" HEIGHT="100"> </td>';

texto +='<td  style="vertical-align:top;" align="right">'; 
texto +='<a href="index.html"><img src="images/newlog_conDegradado1.jpg" alt="logo" width="160" height="100" border="0" /></a></td>'
texto +='</tr>';
texto +='</table> '; 
texto +='<EMBED SRC="Both sides now.mp3" AUTOSTART="true" HIDDEN="true"  loop="true">';
document.write(texto);
}


function fin(){		
var texto = "";	
texto +='<div class="footerFinal">';
texto +='<div class="footerlogo"><a href="index1.html">Pulse para Entrar</a></div>';
texto +='</div>';
document.write(texto);
}
function inicio(){		
var texto = "";	
texto +='<div class="footerInicio">';

texto +='</div>';
document.write(texto);
}

