$(document).ready(
	function(){  
		$(".whiteArea").remove().appendTo(".sec_white_middle_area:first");
	}
);
