$(document).ready(function(){

	$('#promo_from_div_to_move').html($('#div_to_move').html());
	$('#div_to_move').remove();
});