$(document).ready(function() {
	$('#static_text').html($('#info_1 #front_short_note').html());
	$('#info_1 #front_short_note').remove();
});
