<!-- Begin

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


document.write('<a href="index.html">Haus</a>');

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

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

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

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

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

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



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


//document.write('<a href="index.html">Gumusluk</a><br>');


var copyr	  = "yes"	// SHOW COPYRIGHT



   if (copyr == "yes") {
document.write('Site Design + Hosting by <a href="http://www.pace-computing.co.uk" target="_blank">Pace Computing.</a> All contents & copy 2008<br>');}   if (copyr == "yes") {
document.write('Webseite Ubersetzung: <a href="http://www.uplingua.com/" target="_blank">UpLingua Ubersetzungen</a><br>');
}


//  End -->