function embedSVG() {
   document.write('' +
      '<!-- ' +
      '   Safe Mapping and Reporting Tool (SMART)' +
      '   Copyright (c) 2006 by Cisco Systems, Inc. All rights reserved.' +
      '-->' +
      '<HEAD>' +
      '<META http-equiv=\"no-cache\">' +
      '<META http-equiv=\"expires\" content=\"0\">' +
      '<title>(Test Lab) SMART Network Flow Map</title>' +
      '</HEAD>' +
      '' +
      '<BODY>' +
      '<STYLE TYPE=\"text/css\">' +
      '<!--' +
      'a {color: #36C; text-decoration: none}' +
      'a:hover {color: #999}' +
      'a:active {color: #639}' +
      '-->' +
      '</STYLE>' +
      '<p style=\"font-family:helvetica\">' +
      '<small>' +
      '<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">' +
      '   <tr>' +
      '      <td rowspan=3><img src=\"www/smart-logo-white-back.png\" height=\"60\"></td>' +
	'<td><b>Network Flow Map:</b> 2007-04-12/13:30:42-GMT</td>' +
      '   </tr>' +
      '   <tr>' +
      '<td><small><b>Start:</b> 2007-04-12/13:27:36-GMT , <b>Duration:</b> 00:03:06<small></td>' +
      '   </tr>' +
      '   <tr>' +
      '      <td><small><a href=\"www/flows.html\">Flow Table</a> :: <a href=\"www/lservers.html\">Local Servers</a> :: <a href=\"www/servers.html\">All Servers :: <a href=\"index.html\">Enable Auto-Refresh</a><small></a></td>' +
      '</table>' +
      '</small><br>' +
      '<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">' +
      '   <caption align=\"left\">' +
      '<b>LAN Focus:</b> layered - ' +
      '<a href=\"www/layout4-no-refresh.html\">radial</a> :: ' +
      '<b>ALL Hosts:</b> <a href=\"www/layout5-no-refresh.html\">spring model</a> - ' +
      '<a href=\"www/layout7-no-refresh.html\">radial</a>' +
      '   <caption>' +
      '   <tr>' +
      '      <td rowspan=3><embed src=\"www/flowgraph.svg\" type=\"image/svg+xml\" width=750 height=500></td>' +
      '      <td><embed src=\"www/flowschart.svg\" type=\"image/svg+xml\" width=300></td>' +
      '   </tr>' +
      '   <tr>' +
      '      <td><embed src=\"www/pktschart.svg\" type=\"image/svg+xml\" width=300></td>' +
      '   </tr>' +
      '   <tr>' +
      '      <td><embed src=\"www/byteschart.svg\" type=\"image/svg+xml\" width=300></td>' +
      '   </tr>' +
      '</table>' +
      '' +
      '<p style=\"font-family:helvetica\">' +
      '' +
      '<small><b>Edge Color Key: <font color=\"gray\">gray = arp (dashed)</font>, ' +
      '<font color=\"green\">green = icmp</font>, ' +
      '<font color=\"red\">red = tcp</font>, ' +
      '<font color=\"blue\">blue = udp</font>,' +
      '<font color=\"brown\">brown = other (IP)</font>, ' +
      '<font color=\"orange\">orange = other</font><br> ' +
      'Click nodes to drill down for detail | CTRL+Click to Zoom IN | CTRL+SHIFT+Click to Zoom OUT | ALT+Drag to PAN</b> ' +
      '<small>' +
      '<p style=\"font-family:helvetica\">' +
      '' +
      'SMART Copyright &copy 2006 Cisco Systems, Inc.<br>' +
      'Critical Infrastructure Assurance Group (CIAG)<br>' +
      'Research Team' +
      '</small></p>' +
      '</BODY>' +
      '');
}

embedSVG();
