$(function() {
	$.ajax({
		url: "data/data.txt",
		success: function(data) {
			$('.wt-text').html(data);
		}
	});
});
