//==============================
// 画像のロードエラーチェック
//==============================
function replaceImage(img,error_img){

	img.src=error_img;

}
