function smilie(type) { if(type==2) {document.enter.text.value+=':-)'}if(type==3) {document.enter.text.value+=':-('}if(type==4) {document.enter.text.value+=':-o'}if(type==5) {document.enter.text.value+=':shock:'}if(type==6) {document.enter.text.value+=':-c'}if(type==7) {document.enter.text.value+='8-)'}if(type==8) {document.enter.text.value+=':lol:'}if(type==9) {document.enter.text.value+=':-x'}if(type==10) {document.enter.text.value+=':-P'}if(type==11) {document.enter.text.value+=':oops:'}if(type==12) {document.enter.text.value+=':cry:'}if(type==13) {document.enter.text.value+=':evil:'}if(type==15) {document.enter.text.value+=':roll:'}if(type==16) {document.enter.text.value+=':wink:'}if(type==17) {document.enter.text.value+=':-!'}if(type==18) {document.enter.text.value+=':-?'}if(type==19) {document.enter.text.value+=':idea:'}if(type==20) {document.enter.text.value+=':arrow:'}}