<!--
function AddText(NewCode) {
        document.comments.comment.value+=NewCode;
        document.comments.comment.focus();
}
function smile(){
        AddTxt=' :)';
        AddText(AddTxt);
}
function sad(){
        AddTxt=' :(';
        AddText(AddTxt);
}
function smilehard(){
        AddTxt=' :D';
        AddText(AddTxt);
}
function laugh(){
        AddTxt=' :/';
        AddText(AddTxt);
}
function shocked(){
        AddTxt=' :o';
        AddText(AddTxt);
}
function cool(){
        AddTxt=' :cool:';
        AddText(AddTxt);
}
function wink(){
        AddTxt=' ;)';
        AddText(AddTxt);
}
function waw(){
        AddTxt=' :waw:';
        AddText(AddTxt);
}
function gooo(){
        AddTxt=' ->';
        AddText(AddTxt);
}
function sss(){
        AddTxt=' :s:';
        AddText(AddTxt);
}
function fff(){
        AddTxt=' :f:';
        AddText(AddTxt);
}
function ffff(){
        AddTxt=' :ff:';
        AddText(AddTxt);
}
function tagb(){
        AddTxt=' :!:';
        AddText(AddTxt);
}
function lll(){
        AddTxt=' :l:';
        AddText(AddTxt);
}
function llll(){
        AddTxt=' :|';
        AddText(AddTxt);
}
function lol(){
        AddTxt=' :lol:';
        AddText(AddTxt);
}
function wat(){
        AddTxt=' :wat:';
        AddText(AddTxt);
}
function astfham(){
        AddTxt=' :?:';
        AddText(AddTxt);
}
function hah(){
        AddTxt=' :hah:';
        AddText(AddTxt);
}
function aa(){
        AddTxt=' :aa:';
        AddText(AddTxt);
}
function oo(){
        AddTxt=' :oo:';
        AddText(AddTxt);
}
// End -->