This file is where some parts of the website are customised. This handles the window's title and some safety hooks are setup. Since the error message may need to be localised, lang.js and i8n.js need to be included before.
mainTitlePrefix="yasep.org: "; mainTitle=""; function changeMainWinTitle(m) { document.title=mainTitlePrefix+ (mainTitle=m); // save for later, if we change the prefix } window.onerror=function(msg, url, l){ alert(I8N("Ierr1")+msg +I8N("Ierr2")+l +I8N("Ierr3")); return false }
mainTitlePrefix="ygwm.org: "; changeMainWinTitle("Hello !"); getById("R").onclick=function(){ var i=bogusvariablename; } ""