<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "0"	// SPACING ABOVE COPYRIGHT

document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="0"><br>');


// START FOOTER LINKS
document.write('<a href="index.html">home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">about</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">contact</a>');




document.write('<br><br>boutique mariage - faubourg du lac 19 - 2000 neuchâtel - suisse');
document.write('<br><br>sur rendez-vous au +41(0)32/721.15.05 - ');



// EDIT THE NEXT LINE


document.write('<a href="index.html"> www.exquise.ch</a><br>');
document.write('<span class="copyright">');

document.write('</span>');
document.write('<br>');



   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 All rights reserved <a href="http://allwebcodesign.com" target="_blank">Allwebco Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}



document.write('<br>');




//  End -->