function openie6(){
	window.open('http://store.sadistic.co.jp/ie6.html','_blank','width=875,height=360,scrollbars=yes,menubar=no,toolbar=no,location=no,status=yes');
  	return false;
}

$j(function() {
	if((location.pathname == '/') && $j.browser['msie']){
		if (typeof document.documentElement.style.msInterpolationMode != "undefined") {
		  // IE 7 or newer
		} else {
			var k = 'oldBrowser';
		  	var s = $j.cookie(k);
		  	
		  	if(s == null || s == ""){
		  		$j.cookie(k,'yes',{expires:7});

				var Sexy = new SexyAlertBox();
				var s = '<h1>当ウェブサイトの対応ブラウザについて</h1>' +
								'<em>お使いのブラウザがサポートされていない可能性があります。<br />次のリンクをクリックして確認してください。</em>' +
								"<p><a href='javascript:void(0)' onclick='openie6()'>対応ブラウザの確認</a></p>";
								
				Sexy.alert(s);
		  	}
		}
	}
});
