\n"); if ($type == "Book") { print ("

Author's Last Name:
\n First Name:
\n Title:
\n Place of Publication:
\n Publisher:
\n Year of Publication:

\n"); } elseif ($type == "News Article or Magazine") { print ("
Author's Last Name:
\n First Name:
\n Title of Article:
\n Name of Magazine or Newspaper:
\n Volume Number:
\n Date of Publication:
\n Pages:

\n"); } elseif ($type == "Encyclopedia") { print ("
Title of Article:
\n Name of Encyclopedia:
\n Year of edition:

\n"); } elseif ($type == "Internet") { print ("
Author's Last Name:
\n First Name:
\n Title of Work:
\n Title of Website:
\n URL:
\n Date of Visit:

\n"); } elseif ($type == "Footnote") { print ("
Author's First Name:
\n Last Name:
\n Title of Book:
\n Place of Publication:
\n Publisher:
\n Year of Publication:
\n Page Numbers:

\n"); } ?>