{
ScriptContext script = new ScriptContext(MyfacesConfig
.getCurrentInstance(facesContext.getExternalContext())
.isPrettyHtml());
script.prettyLineIncreaseIndent();
script.append("function ");
script.append(AUTO_SCROLL_FUNCTION);
script.append("()");
script.append("{");