// Setup JSON ajax connection
$.ajaxSetup({
	type: "GET",
	cache: false,
	scriptCharset: "utf-8",
	contentType: "application/json; charset=utf-8",
	dataType: "json",
	timeout: 10000
});

