$(document).ready(function() {
	$.ajaxSetup({
		timeout: 30000,
		type: 'POST',
		cache: false,
		dataType: 'json'
	});
});

