$(function(){ var nowtime=20240506204652; // fixed menu var fixed_html=''; $('body').append(fixed_html); if($(window).width() > 1137){ $('.fixmenu').css("display","block"); } $(window).resize(function(){ if($(window).width() < 1138){ $('.fixmenu').css("display","none"); }else{ $('.fixmenu').css("display","block"); } }); $('.fixmenu li.last a').live('click',function(){ var speed = 400; var position = 0; $($.browser.safari ? 'body' : 'html').animate({scrollTop:position}, speed, 'swing'); return false; }); // header_banner // var pre_str1s=new Array(); // var str1s=''; // pre_str1s[0]='

山ガールネットとはとバスが共同でお届けするおススメトレッキング!

'; var str1s=""; // if(pre_str1s[0]){ // var new_h_data=shuffle(pre_str1s); // str1s=new_h_data[0]; // } // hatobus2017_0103.jpg 2016/12/27から str1s='

ライター、読者モデル募集のお知らせ

'; document.getElementById('common_header_bnrs').innerHTML=str1s; // BannerA if(document.getElementById('common_sidebnrs')){ document.getElementById('common_sidebnrs').innerHTML=''; } // BannerB if(document.getElementById('common_side2bnrs')){ document.getElementById('common_side2bnrs').innerHTML='

新しい山岳遭難対策制度jro(ジロー)

登山口に朝到着 毎日あるぺん号

'; } }); function shuffle(list) { var i = list.length; while (--i) { var j = Math.floor(Math.random() * (i + 1)); if (i == j) continue; var k = list[i]; list[i] = list[j]; list[j] = k; } return list; } function recordOutboundLink(link, category, action) { try { var pageTracker=_gat._getTracker("UA-18319417-1"); pageTracker._trackEvent(category, action); var newURL=link.href; setTimeout('document.location = "' + link.href + '"', 100) // setTimeout('window.open("'+newURL+'","_new","")',100) }catch(err){} } function NewOpen (URL,wsize,hsize) { var opt="width="+wsize+",height="+hsize+",scrollbars=0,toolbar=0,resizable=1"; newWin1=window.open(URL,"",opt); // newWin1.focus(); }