<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">El Lugar</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">@</a>');




document.write('<br><br>Todo el contenido pertenece a &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="index.html">Salon Pucara</a><br>');













   if (allwebco == "yes") {
document.write('Sitio Diseņado por Luis M Acosta &copy; 2008 Todos los derechos reservados <a href="http://www.salonpucara.com.ar" target="_blank">Luis M Acosta</a> & <a href="http://www.salonpucara.com.ar" target="_blank">LMA</a><br>');
}



document.write('<br>');




//  End -->
