
function postComment() {
	var postUrl = 'http://www.akngo.com/wp-comments-post.php';
	document.getElementById("commentform").setAttribute("action", postUrl);
	document.getElementById("commentform").submit();
}
