var merchantID = "kbs";
var mchImgFolderPath = "http://www.pbbemall.com/mall/merchant/" + merchantID + "/html/images/";
var i = location.pathname;
if (i=='/mall/merchant_list.jsp') {
	document.write('<img src="' + mchImgFolderPath + '_mall.gif" />');
} else {
	document.write('<img src="' + mchImgFolderPath + '_microsite.gif" />');
}



