I'm getting a syntax error saying there is an unexpected ")" -- just don't see it - anyone?
<script>
$(".signin_link_other").click(function() {
$('#login_dropdown').clone().appendTo($(this)).toggle();
)};
$(".signup_link_other").click(function() {
$('#signup_dropdown').clone().appendTo($(this)).toggle();
)};
</script>
)};to});.