function angry(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":mad:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function applause(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":app:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function batting(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":batt:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function big_grin(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":big:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function hug(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":hug:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function blushing(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":blush:";
	document.frmcomment.komen.value = doc;
}
function broken(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":brkn:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function confused(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":conf:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function devil(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":dev:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function hee(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":hee:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function kiss(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":kiss:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function laughing(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":laugh:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function love(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":love:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function money(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":money:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function nail(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":nail:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function not_listening(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":not:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function peace(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":piss:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function rolling(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":roll:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function sad(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":sad:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function shame(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":shm:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function smile(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":sml:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function surprise(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":srp:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function tangue(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":tng:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function whistling(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":whs:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function winking(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":wnk:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function doh(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":doh:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function whew(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":whew:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function worried(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":wrd:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
function yawn(){
	var doc = document.frmcomment.komen.value;
	doc =  doc + ":yawn:";
	document.frmcomment.komen.value = doc;
	document.frmcomment.komen.focus();
}
