$(document).ready(function(){

	$("#new_receive_div").prepend($("#div_receive").html());
	$("#div_receive").remove();

});

