printNotice = function() { /* You may put into variable notice a short text that will * appears at the end of the page, that can be for example * a confidentiality warning or anything */ var notice = /*"This document is a wize export of a zim notebook!";*/ ""; document.getElementById('foot-notice').innerHTML = notice; }