is there an easy way to include a javascript-file to all pages
background: we need a way to override the standard alert-function
to "translate" things like &öuml; to ö (in javascript '00F6')Code:window.alert = newAlert;
we know the template-way: /* load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically



