Try this:
Code:
<if condition="($show['guest']) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div id="infobar"><a href="http://www.theflyfishingforum.com/forums/register.php?referrerid=1">It appears you have not yet registered with our community. To register for free please click here...</a><embed src="infobar.wav" autostart="true" loop="0" hidden="true" width="128" height="128"></div>
</td>
</tr>
</table>
</if>
Sorry forgot to close the statement.