function position_messageboard()
{
try
   {
   divChat.scrollTop = divChat.scrollHeight + 100000
   }
catch(err)
   {
   }
}
