$(function(){

if(window.location.href == 'http://dev-global.5star.ne.jp/'){
$('div#userMenu > ul > li#printBtn').css('display','none');
};


var href = $('ul#topicPath > li:nth-child(3) > a').attr('href');
if(href == '/about/'){
  var tgt = $('ul#topicPath > li:nth-child(3) > a').attr('href');
  $('ul#topicPath > li:nth-child(3) > a').attr('href', tgt + 'profile/');  
}

var href = $('ul.level01 > li:nth-child(1) > a > span').text();
if($.trim(href) == 'About Us'){
$('ul.level01 > li:nth-child(1) > a').css('display','none');
}

});





