sel_count_categories, sel_count_clicks_agencyPage, sel_count_agency_visits = "SELECT 'Visits to detailed agency page:' as report_type, * FROM " . "(SELECT COUNT(*) as one_month FROM web_requests WHERE file ~* 'rm=show_agency' AND file ~* 'agency_id=$agency_id' )