/**********************************************************************
in The ROOM
左ナビ インクルード用JS
[ /js/header.js ]

Since         : 08.01.31
Last modified : 08.01.31
***********************************************************************/


var gLnRootPath = gRootPath;    //common.jsにて指定

var gLnImgPath = gHdRootPath + 'images/common/';    //Image Path



//---------------------------------------------
// Document Write
//---------------------------------------------

with( document ){
	write('<div id="LeftNaviShop" class="floatLeft"></div>');
	$("#LeftNaviShop").load(gLnRootPath + 'common/shop/leftnavi.html');
}





