\usepackage{fancyheadings}

.
.
.

\maketitle  %must come before heading commands

.
.
.

\thispagestyle{fancy}
\lhead{\itshape Appears in: The 29th Annual Int'l Symposium for Computer Architecture (ISCA-29), Anchorage, AK, May 2002}
\chead{}
\rhead{}
\lfoot{}                    		%make footer empty to eliminate page number
\cfoot{}
\rfoot{}
\setlength{\headrulewidth}{0.0pt}       %eliminate decorative line

\pagestyle{empty}  %for the rest of the pages


Thanks to Athena OLC for pointing me to this package.