/* ** RHS売買用 スマホ閲覧モード連携js ** ** ※cms側のページでは決して読み込んではいけません **/ window.onload = function(){ if(location.pathname === '/' ||location.pathname.indexOf('/') === 0){ document.cookie="push_rhs_pc=; path=/"; }else{ document.cookie="push_rhs_pc=1; path=/"; }};