function removeinput(e,o) {
if(o.firstTime){return}
o.firstTime=true
o.value=""
}


function testempty(x) {
if (x.value == '') {
if (x.id == 'message') {
x.value = 'message';
}
if (x.id == 'nick') {
x.value = 'nickname';
}
}
}

