function addtext(text)
{
	// add this text to the object
	document.yourkiss.text.value += text;
	document.yourkiss.text.focus();
}
