<!--
//edit the links as you would with regular html but remember the '/" changes and follow the examples as a guide
document.write('<table width=\"650\">');
document.write('<tr height=10><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr>');
document.write('<td align=center valign=\"top\" width=\"45%\">');
document.write('<font class=\"title\"><b>Featured Northwest Artist</b></font>');
document.write('<br><a href=\"http://www.waywardwindsstudio.com/\" target=\"new\">');
document.write('<img src=\"images/photo-art/wayward-art.gif\" border=\"0\" height=\"150\"></a>');
document.write('<br><font class=\"title\">Seward Bound<br>by Jacquie Coté Suter</font>');
document.write('</td>');
document.write('<td width=\"10%\"></td>');
document.write('<td align=center valign=\"top\" width=\"45%\">');
document.write('<font class=\"title\"><b>Featured Northwest Photographer</b></font>');
document.write('<br><a href=\"http://www.tobinphoto.com/\" target=\"new\">');
document.write('<img src=\"images/photo-art/tobinphoto.jpg\" border=\"0\" height=\"150\"></a>');
document.write('<br><font class=\"title\">Cook Inlet<br>by John Tobin</font>');
document.write('</td>');
document.write('</table>');

//-->
