$(document).ready(function(){
    $("#showlink").click(function(){
        $("#loginform").toggle()
        return false
        })
    })
