HELP! I am getting this error:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in contact.php on line 58
<?php
include("includes/html_open.php");
$html_open = new html_open();
$html_open->db();
$query = "SELECT * FROM trinity_jobs WHERE jobs_show = 'Yes'" or die(mysql_error());
$result = mysql_query($query) or die(mysql_error());
$count = mysql_num_rows($result) or die(mysql_error());
echo '
<tr height="75">
<td width="75" height="75"><img src="images/spacer.gif" alt="" height="120" width="75" border="0">
</td>
<td colspan="3" width="645" height="75">
<div align="center">
<TABLE border=0 cellpadding=0 cellspacing=0 width=615>
<TR>
<TD align=center valign=bottom width="70"></TD>
<TD align=right valign=bottom width="218">
<img src="images/spacer.gif" alt="" height="28" width="100" border="0"></TD>
<TD width="20"> </TD>
<TD width="330"> </TD>
</TR>
<TR height="73">
<TD valign="top" width="70" height="73">
<div align="right">
<table width="70" border="0" cellspacing="0" cellpadding="0">
<tr height="72">
<td valign="top" height="72">
<img src="images/kristie_donnasmall.jpg" alt="" height="70" width="70" border="0"></td>
</tr>
<tr height="72">
<td valign="top" height="72">
<img src="images/nadine_kerrysmall.jpg" alt="" height="70" width="70" border="0"></td>
</tr>
<tr height="72">
<td valign="top" height="72">
<img src="images/jesssmall.jpg" alt="" height="70" width="70" border="0"></td>
</tr>
</table>
</div>
</TD>' or die (mysql_error('1'));
echo '<TD valign="top" width="218" height="73">
<DIV align="center">
<img src="images/agency/210/reception.jpg" alt="" height="214" width="214" border="0"></DIV>
</TD>
<TD width="20" height="73"> </TD>
<TD rowspan=3 align="left" valign="top" width="330">
<DIV>
<span class="clientname">CONTACT US</span>
<p class="clientbodycopy"> <span class="projecttitle">Trinity Communications, Inc.</span></p>
<p class="clientbodycopy"> 399 Boylston Street<br>
Boston, MA 02116</p>
<p class="clientbodycopy"><a href="Directions.php">Directions</a></p>' or die (mysql_error('2'));
echo '<p class="clientbodycopy"> Phone: 617.292.7300<br>
Fax: 617.292.7400</p>
<p class="clientbodycopy">Email:<a href="mailto:info@trinitynet.com">info@trinitynet.com</a><br>
</p>
<p class="clientbodycopy"><img src="images/spacer.gif" alt="" height="32" width="250" border="0"></p>
<p class="clientname"><span class="clientname">WORK HERE</span></p>
<p class="clientbodycopy">' or die(mysql_error('3'));
if (!$count)
{
echo 'Currently, there are no positions available at Trinity. But please feel free to send your resume to us. We'd love to hear from you:<br><br>';
}
if ($count >= '1')
{
while($row = mysql_fetch_assoc($result))
{
echo '<a href=javascript:popMe("JobPosting.php?jid='.$row['jobs_id'].'");>.$row['jobs_name'].'</a><br />';
}
}
?>
</p>
<p class="clientbodycopy"></p>
</DIV>
</TD>
</TR>
<tr>
<td width="70"></td>
<td width="218"></td>
<td width="20"></td>
</tr>
<TR height="100">
<TD width="70" height="100"><img src='images/spacer.gif' width='70' height='1'></TD>
<TD width="218" height="100"><img src='images/spacer.gif' width='210' height='1'></TD>
<TD width="20" height="100"><img src='images/spacer.gif' width='10' height='1'></TD>
</TR>
</TABLE>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr height="50">
<td colspan="2" align="left" width="753" height="50">
<table width="720" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="65"><img src="images/spacer.gif" alt="" height="32" width="32" border="0"></td>
<td valign="bottom"><img src="images/spacer.gif" alt="" height="32" width="32" border="0"></td>
</tr>
<tr>
<td width="65"><img src="images/spacer.gif" alt="" height="32" width="32" border="0"></td>
<td valign="bottom"><img src="images/contactbar.gif" alt="" height="35" width="313" border="0">
<?php
$query = "SELECT * FROM trinity_angle WHERE angle_active = 'Yes'" or die(mysql_error());
$result = mysql_query($query) or die(mysql_error());
$row = mysql_fetch_assoc($result) or die(mysql_error());
$angle_url = '/angle/'.$row['angle_url'];
echo '<a onmouseover="changeImages(\'button_contact\',\'images/the-angle-on.gif\');return true" onmouseout="changeImages(\'button_contact\',\'images/the-angle-off.gif\');return true" href="'.$angle_url.'"><img id="button_contact" src="images/the-angle-off.gif" alt="" name="button_contact" height="30" width="112" border="0" vspace="4"></a>';
?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>
</td>
</tr>
</table>
<p></p>
<p>
</p>
</BODY></html>