// after post reply
function rtp() {
	document.getElementById("return_after_post").value = location.href;
} 

/*rtp();*/

function chk_rtp() {
	var i = doucment.getElementById("return_after_post");
	alert(i.value);
}