exit;
# a ratings specific ajax return sub, returns CGI object, and an 'auth_success' value
sub ajax_auth_cgi ($) {
sub ajax_auth_cgi {
my $needed_flags = shift;
my %cookies = fetch CGI::Cookie;
my $input = CGI->new;
-