// Begin

// NOTE: If you use a ' add a slash before it like this \'


var wom	  = "yes"	// SHOW COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

   if (w3clogo == "yes") {
document.write('<br /><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid XHTML 1.0 Transitional" border="0" vspace="6" /></a><br />');
}

// EDIT THE NEXT LINE




   if (wom == "yes") {
document.write('&copy; 2008-2011 Das Boot e.V.<br />');
}


document.write('</span>');


//  End -->
