var writeExternalContent='';



writeExternalContent+= '<!-- start menu HTML -->';

writeExternalContent+= '<table>';
  writeExternalContent+= '<tr> <td> <a href="http://www.ferrytechnology.com" target="new"><b>Ferry Technology</b></a> </td> </tr>';
  writeExternalContent+= '<tr> <td> <a href="http://www.canadiansailings.com" target="new"><b>Sailings</b></a> </td> </tr>';
  writeExternalContent+= '<tr> <td> <a href="http://www.shippax.se/" target="new"><b>Shippax</b> </a> </td> </tr>';
  writeExternalContent+= '<tr> <td> <a href="http://www.mainelog.com/" target="new"><b>Marine Log</b> </a> </td> </tr>';


writeExternalContent+= '</table>';      
  


document.writeln(writeExternalContent)


