$(document).ready(function() {
	$("#autoH1").html($(".detailContent h1:first").html());
	$(".detailContent h1:first").remove()
});
