// Protect the global namespace. Use $ for jQuery within.

(function($) {


$(document).ready( function() {

    $( 'a.logged-out' ).show();

}) // $(document).ready()

})(jQuery);
