%%%----------Remove and admire----------------------------------------
  \def\weirdtitle#1{%
       \setbox0=\vbox{\noindent #1}%
       \setbox1=\vbox{%
            \unvbox0
            \setbox2=\lastbox
            \line{\hfill\unhbox2 \hfill}%
       }%
       \unvbox1
  }%
%%%---------Neat, isn't it?-------------------------------------------
