<!--
///////////////////////////////////////////////////////////
// "copyright datum"
//
// © 2000 - 2007 WOFH website design 
///////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////

copyright=new Date();
update=copyright.getFullYear();

document.write(" "+ update + " ");
 

//-->