// menu_sideNavi

var path = document.location.pathname;

/*------------------------------------------------------------------*/

document.write('<h2><a href="/event_campaign/campaign/"><img src="/event_campaign/images/localNav_campaign.gif" alt="キャンペーン" width="156" height="29" /></a></h2>');
document.write('<ul id="localNav">');
document.write('<li><span><a href="/event_campaign/campaign/index.html#ancCampaignList"><img src="/event_campaign/images/localNav_campaign-list_o.gif" alt="最新のキャンペーン" width="154" height="26" /></a></span></li>');
document.write('<li><span><a href="/event_campaign/campaign/index.html#ancOnlineShopCampaign"><img src="/event_campaign/images/localNav_campaign-online_o.gif" alt="オンラインショップ限定キャンペーン一覧" width="154" height="37" /></a></span></li>');
document.write('</ul><!-- /localNav -->');

$('#campaign-leaf #localNav img[src="/event_campaign/images/localNav_campaign-list_o.gif"]').unbind().each(function(){
	this.src = this.src.replace( /_o(\.[a-z]{3,4})$/, "_h$1");
});
