// JavaScript Document


$(function(){
	var str = $("#translators_initial").html();
	$("#translators").html(str);
});