\documentclass[12pt]{article}

\def\bstname{REPLACEME}

\usepackage{harvard}
\bibliographystyle{\bstname}
\usepackage{lucidbry}

\begin{document}

\title{Sample Output for \bstname .bst}

\author{ivo welch}

\maketitle

\noindent Included cite's are  \cite{bhw:1992}, \cite{welch:2003}, and \cite{welch:2002}.
Included citeasnoun's are \citeasnoun{bhw:1992}, \citeasnoun{welch:2003},
and \citeasnoun{welch:2002}.  The bibliography, created via the bst file,
follows.

\normalsize

\vspace{2cm}

\bibliography{template}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}
