function text_to_images (selector, special_font_url) {
	/*
	$(selector).each(function() {
		name = this.innerHTML;
		img = '<img src="'+special_font_url+'&text='+encodeURI(name)+'" alt="'+name+'"/'+'>';
		this.innerHTML = img;
	});
	*/
}
