﻿$.ajaxSetup({
	type: 'post'
	, dataType: 'json'
	, contentType: "application/json; charset=utf-8"
});
