(function($){
  $(function(){
    $('.login-area').html("<p>\n<a href=\'/login\'>Member sign in<\/a>\n<\/p>\n");
  });
}(jQuery))

