$(function(){
	//$("#header_top").load("include/header_top.html?"+(new Date()).getTime(),false);
	//$("#footer_top").load("include/footer_top.html?"+(new Date()).getTime(),false);
	$("img").minmax();
	$("#bodyWrapper").fadeIn() ;
	
	//$("#header").load("include/header.html"); //false（同期通信）にするとIEで失敗するようです。
	//$("#footer").load("include/footer.html");
	/*
	$("#header").load("include/header.html?"+(new Date()).getTime()); //false（同期通信）にするとIEで失敗するようです。
	$("#footer").load("include/footer.html?"+(new Date()).getTime());
	*/
	$("#bodyWrapper").show();//駄目押し（ホワイトアウト対策用。有効かも）
	//document.getElementById("bodyWrapper").style.display = "block ;" ; //駄目押しx2
});

