$(function() {
NaviActive('gNavi02');
$(".eventindex li a").each(function(){
var eventTxt = $(this).text().split("[").join("<em>").split("]").join("より</em>");
$(this).html(eventTxt);
});
});

