$j( function(){
  current = $j( '#current' );
  if( current.html().match( /^s*$/m ) )
    current.hide();
});