<!--
NS4 = document.layers;
if (NS4) {
origWidth = innerWidth;
origHeight = innerHeight;
}
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}


function comment_open(url) {
window.open(url, '_blank', 'width=520,height=520,scrollbars=yes,status=yes');
}

function trackback_open(url) {
window.open(url, '_blank', 'width=520,height=520,scrollbars=yes,status=yes');
}
function payConfirm(i, p){
	var choice = confirm("この記事を閲覧するために"+p+"ポイント消費します");
	if (choice){
		location.href='../../pay.php?article_id='+i;
	}
}
//-->
