\documentclass[12pt]{article}
\usepackage{pst-text}
\pagestyle{empty}
\begin{document}

  \begin{pspicture}(-4,-4)(3,4)
    \psset{linestyle=none}
    \pstextpath{\psarcn(0,0){3.5}{160}{200}}
               {\shortstack{\texttt{above}\\(below)}}
    \pstextpath{\psarcn(0,0){3.5}{100}{140}}
               {\shortstack{\texttt{above}\\(below)}}
    \pstextpath{\psarcn(0,0){3.5}{40}{0}}
               {\shortstack{\texttt{above}\\(below)}}
    \pstextpath{\psarc(0,0){3.5}{200}{240}}
               {\shortstack{\texttt{above}\\(below)}}
    \pstextpath{\psarc(0,0){3.5}{260}{300}}
               {\shortstack{\texttt{above}\\(below)}}
    \pstextpath{\psarc(0,0){3.5}{320}{360}}
               {\shortstack{\texttt{above}\\(below)}}
  \end{pspicture}

\end{document}