
<!--
function insertsmilie(string)
{
	document.gbook.post_message.value = document.gbook.post_message.value + string;
	document.gbook.post_message.focus();
}
//-->
