<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<a href="index.html">Inicio</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="videoclub.htm">Video Club</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="locutorio.htm">Locutorio</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="telefonia.htm">Telefonía</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="otrosservicios.htm">Otros Servicios</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="contact.htm">Contacto</a>');
document.write('<br><br>&copy;Copyright 2007 ');

// EDIT THE NEXT LINE
document.write('<a href="index.html">Antonio Angeles V.</a><br>');
document.write('<A HREF="http://www.euroamericana.es" target="_blank">Para consultas sobre este sitio web pulse aquì</a><br><br><br>');
var allwebco	  = "no"
// SHOW ALLWEBCO COPYRIGHT
   if (allwebco == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}
//  End -->