function snsInFrameRedir(b){if(navigator.appVersion.substring(0,1)=="2"||(navigator.appVersion.substring(0,1)=="3"&&navigator.userAgent.indexOf("MSIE")!=-1)){if(self!=top){document.location=b}else{parent.location=b}}else{if(self!=top){document.location.replace(b)}else{parent.location.replace(b)}}};
