<!--
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');
}
//-->

