I'm trying to 'reference' the \section*{Introduction} of my article. I can quite easily reference the \section{InsertSectionName} with a \label{} and a \ref{} (taking this as my definition of 'reference') but it doesn't appear to work this way for an un-numbered section.
Is there a way to do it, or to at least reference the first line of the \section*{Introduction}?
Note: I prefer to have the "Introduction" of my article as un-numbered and to start with (Section)"1" thereafter.

\phantomsectionbefore the label, as a starred section won't actually count as a link target otherwise. – Ryan Reich Jul 09 '12 at 18:24\phantomsectionin this case. – Nathan Grigg Jul 09 '12 at 20:09