function ajax (method, properties, callback) {
	$.post('/ajax/?'+method,properties,callback);
}
