
var company	  = "no"	
var pageheight	  = "10"	// SPACING ABOVE COPYRIGHT

document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


document.write('<img src="picts/logoviejo.gif"  ><br><br>');

//document.write('<a href="index.html">Inicio</a>');
//document.write('&nbsp;|&nbsp;');
//document.write(' <a href="index.html">Nosotros</a>');
//document.write('&nbsp;|&nbsp;');
//document.write(' <a href="index.html">Contacto</a>');

document.write('Todos los contenidos &copy; copyright 2007 ');

document.write('<a href="index.html">TABERNER S.L.</a><br>');


   if (company == "yes") {
document.write('Diseņo &copy; 2007 Todos los derechos reservados <a href="http://nexo.net" target="_blank">NEXO Diseņo</a> & <a href="http://allwebco.com" target="_blank">Hospedaje</a><br>');
}



document.write('<br>');




//  End -->
