$(function() {
	$.ajax({
		url: "/product/dslr/mlens/mf2/include/relational-content.html",
		dataType: "html",
		cache: false,
		success: function(html){
			$("#mainContents").after(html);
		}
	});
});