var BASE_URL = 'http://contactsonline.co.nz/';	
var LIMIT = '5';

$(document).ready(function() {
	$(function()
	{
		$("#profiler_toggle").click(function(event) {
			event.preventDefault();
			$("#codeigniter_profiler").slideToggle();
		});
	});
});
