function ajaxPaginator(intId, strDate, intProfile, intTotal, intPerPage, intStartsAt){
	booGroupIps = $('#group_ips').text();
	booIgnoreBots = $('#ignore_bots').text();
	$('#'+intId).load("<?=$this->config->item('base_url').$this->config->item('index_page')?>/performance/clicks/details/", {date: strDate, profile: intProfile, group_ips: booGroupIps, ignore_bots: booIgnoreBots, total: intTotal, per_page: intPerPage, starts_at: intStartsAt} );
}