

a = "<head>";
a = a + "<title>Association for Public Economic Theory</title>";
a = a + "</head>";
a = a + '<meta content="text/html; charset=windows-1252" http-equiv="Content-Type">';
a = a + '<body leftMargin="0" topMargin="0" marginwidth="0" marginheight="0" border="0" link="#000000" vlink="#0000FF" alink="#FFFFFF">\n';
a = a + '<table border="0" width="100%" bgcolor="#0000CC" cellspacing="0" cellpadding="0"><tr height="177">\n';
a = a + '<td width="206" height="177" bgcolor="#000066" align="center" valign="middle">\n';
a = a + '<table border="0" width="206" align="center" bordercolor="#000066" bgcolor="#000066">\n';
a = a + '<tr>\n';
a = a + '<td align="center" bgcolor="#000066"><a href="jpet.htm"><img border="0" src="JPET-t1.gif" width="129" height="113"></a></td>\n';
a = a + '</tr>\n';
a = a + '</table></td>\n';
a = a + '<TD align=middle vAlign=center width="100%"><FONT color=#ffffff';
a = a + ' size=5>\nAssociation for&nbsp;&nbsp;</FONT><BR><FONT color=#ffffff size=6>Public Economic Theory</FONT></TD>\n';
a = a + '   </table>\n';

b = "<head>";
b = b + "<title>Journal of Public Economic Theory</title>";
b = b + "</head>";
b = b + '<meta content="text/html; charset=windows-1252" http-equiv="Content-Type">';
b = b + '<body leftMargin="0" topMargin="0" marginwidth="0" marginheight="0" border="0" link="#000000" vlink="#0000FF" alink="#FFFFFF">';
b = b + '<table border="0" width="100%" bgcolor="#0000CC" cellspacing="0" cellpadding="0"><tr height="177">';
b = b + '<td width="206" height="177" bgcolor="#000066" align="center" valign="middle">';
b = b + '<table border="0" width="206" align="center" bordercolor="#000066" bgcolor="#000066">';
b = b + '<tr>';
b = b + '<td align="center" bgcolor="#000066"><a href="jpet.htm"><img border="0" src="JPET-t1.gif" width="129" height="113"></a></td>';
b = b + '</tr>';
b = b + '</table></td>';
b = b + '<td width="100%" align="center" valign="middle"><font color="#FFFFFF" size="5">Journal of&nbsp;</font><br>';
b = b + '<font color="#FFFFFF" size="6">Public Economic Theory</font></td>';
b = b + '   </table>';

c = '<table link="#ffffff" border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%" bgcolor="#FFFFFF">\n';
c = c + '  <tbody>\n';
c = c + '    <tr height="100%">\n';
c = c + '      <td background="JPET-t2.gif" vAlign="top" width="206">&nbsp;\n';
c = c + '        <table border="0" width="206" cellpadding="10">\n';
c = c + '          <tr>\n';
c = c + '            <td width="180">\n';
c = c + '              <a href="apet.htm" style="color: white" ></a>\n';
c = c + '              <p><font color="#ffffff" size="4"><a style="color: white" title="Scope and Aims of the Journal of Public Economic Theory" href="mission.htm">Mission';
c = c + '              </a></font></p>\n';
c = c + '              <p><font color="#ffffff" size="4"><a style="color: white" title="Editorial Board of the Journal of Public Economic Theory" href="edboard.htm">Editorial';
c = c + '              Board</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Recent Contents of the Journal of Public Economic Theory" href="TOC.htm">Recent Contents</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Guidelines for contributing to the Journal of Public Economic Theory" href="Authors.htm">Guidelines for Authors</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Guidelines for referees for the Journal of Public Economic Theory" href="Referees.htm">Guidelines for Referees</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Information about Special Issues (not current)" href="special.htm">Special';
c = c + '              Issues</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="The Association for Public Economic Theory" href="apet.htm">APET</a></font></p>';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="PET Conference programme 2002" href="PET2002.html">PET';
c = c + '              2002</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="PET Conference programme 2000" href="PET2000.htm">PET';
c = c + '              2000</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="PET Conference programme 1998" href="PET1998.htm">PET';
c = c + '              1998</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Blackwells" href="http://www.blackwellpublishers.co.uk/asp/journal.asp?ref=1097-3923">Blackwell</a></font></p>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="Links" href="Links.htm">Links</a></font>\n';
c = c + '              <p><font color="#FFFFFF" size="4"><a style="color: white" title="The home page of Myrna Wooders" href="http://www.warwick.ac.uk/fac/soc/Economics/wooders/">Home</a></font></td>\n';
c = c + '          </tr>';
c = c + '        </table>';
c = c + '      </td>';

function StartAssoc()
	{
	document.write(a);
	document.write(c);
	};

function StartJournal()
	{
	document.write(b);
	document.write(c);
	};
