$(document).ready(function() {
	$('.to').html( $('.from').html() );
	$('.from').hide();
});
