<!--Place the SCRIPT inside the HEAD of your HTML-->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
image1 = new Image(167, 69);
image1.src = "inter1b.jpg";
image2 = new Image(167, 64);
image2.src = "inter2b.jpg";
image3 = new Image(167, 64);
image3.src = "inter3bx.jpg" ;
image4 = new Image(167, 70);
image4.src = "inter4b.jpg";
// End -->
</script>
<!--Place the TABLE inside the BODY of your HTML-->
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<tr>
<td><a href="http://www.flyingtuna.com" target="_parent" onmouseover="image1.src='inter1b.jpg';"
onmouseout="image1.src='inter1.jpg';">
<img name="image1" src="inter1.jpg" alt="" width="167" height="69" border=0></a></td>
</tr>
<tr>
<td><a href="http://www.flyingtuna.com" target="_parent" onmouseover="image2.src='inter2b.jpg';"
onmouseout="image2.src='inter2.jpg';">
<img name="image2" src="inter2.jpg" alt="" width="167" height="64" border=0></a></td>
</tr>
<tr>
<td><a href="interface.html" target="_parent" onmouseover="image3.src='inter3bx.jpg';"
onmouseout="image3.src='inter3x.jpg';">
<img name="image3" src="inter3x.jpg" alt="" width="167" height="64" border=0></a></td>
</tr>
<tr>
<td><a href="http://www.flyingtuna.com" target="_parent" onmouseover="image4.src='inter4b.jpg';"
onmouseout="image4.src='inter4.jpg';">
<img name="image4" src="inter4.jpg" alt="" width="167" height="70" border=0></a></td>
</tr>
</TABLE>
|