oh, think I figured it out…
lots of errors there… especially from something called arrowchat… and they may be related to below
Your wp theme (crystal skull??) violating the wp standards… Its loading its own internal version of jquery ui via
<script type='text/javascript' src='http://bluedrake42.com/wp-content/themes/crystalskull/js/jquery-ui-1.10.3.custom.min.js?ver=4.4.1'></script>
this is really quite bad since wp comes with its own version of jquery ui and its what plugins and themes expect…
additionally, the arrow chat is loading its own version of jquery ui…
<script type="text/javascript" src="/arrowchat/includes/js/jquery-ui.js"></script>
and those two versions are most certainly conflicting… as the auto complete function is built into jquery ui, it wont work after the conflict/errors…