
function auth_form(form) {
    new Insertion.Top($(form), '<input type="hidden" name="auth-code" value="ag654jsid"/>');
    return true;
}

