// Esto es un comentario
// para que funcione y escriba el código HTML a través del javascript,
// hay que camibiar las comillas " por una tilde ' en los valores de los atributos.



// EL SIGUIENTE SCRIPT INCLUYE EL MENÚ DE NAVEGACIÓN DE LA CABECERA

document.write("<table width='250' align='center' border='0' cellspacing='1' cellpadding='1'>");

document.write("<tr align='center' valign='middle'>");
document.write("<td height='23'><div align='right'>");
document.write("<a href='http://www.facebook.com/pages/Espana-y-Portugal/VINOTINTO/141719895842666' target='_blank' class='fotolink'>");
document.write("<img src='http://www.vinotinto.es/esp2/images/logo_facebook.jpg' width='125' height='25' hspace='7' border='0'></a></div>");
document.write("</td></tr>");

document.write("<td height='23'><div align='right'>");
document.write("<a href='http://twitter.com/RESTVINOTINTO' target='_blank' class='fotolink'>");
document.write("<img src='http://www.vinotinto.es/esp2/images/logo_twitter.jpg' width='125' height='25' hspace='7' border='0'></a></div>");
document.write("</td></tr>");

document.write("</table>");

