﻿<!-- Begin

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


var wom	  = "yes"	// SHOW  
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');


document.write('&copy; 2008 ');




// EDIT THE NEXT LINE

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


   if (wom == "yes") {
document.write(' | Designkonzept <a href="http://www.web-officer-media.de" target="_blank">web-officer media</a> | <a href="http://www.ergopraxiswillms.de/impressum.html" target="_parent"> Impressum</a>');
}
   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a>');
}

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


//  End -->