if(typeof(e_shopsCalMon) == "undefined"){
	e_shopsCalMon = new Date().getMonth() + 1;
}
if(e_shopsCalMon > 12) e_shopsCalMon -= 12;
src = '<script src="http://cal.e-shops.jp/users/3/33056/' + e_shopsCalMon + '.js" type="text/javascript" charset="utf-8"></script>';
document.write(src);
