<!--
function setcopyright () {
 var Copyright ="Copyright © 2010 - Gastroenterology Foundation e.V.";
 document.open();
 document.write(Copyright);
 document.close();
}
// -->
