function increment_counter( file_type ) {
	req = xml_request( '/ajax/increment_downloads.php', 'TYPE=' + file_type );
}