function submit_comment() 
{
	document.getElementById('comment-form').action='/do_cp.php';
	return true;
}

