/**********************************************************************
in The ROOM
共通フッタ インクルード用JS
[ /js/footer.js ]
***********************************************************************/


var gFtRootPath = gRootPath;    //common.jsにて指定

var gFtImgPath = gFtRootPath + 'images/common/';    //Image Path


//---------------------------------------------
// Document Write
//---------------------------------------------
with( document ){
	write('<p id="pageTop"><a href="' + location.pathname + location.search + '#PageTop"><img src="/images/common/btn_pagetop.gif" alt="page top" width="59" height="8" /></a></p>');

	write('<div id="Footer"></div>');
	$("#Footer").load(gFtRootPath + "footer.html", function(text, status) {
		$("#Footer a").each(function(){rewriteHrefAttr(this);})
	});
	
}

