<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <script type="text/javascript"  src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script type="text/javascript" src="raphael-min.js"></script>
    <script type="text/javascript" src="alignment-matrix.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
    <meta name="ROBOTS" content="NOARCHIVE">
  </head>
  <body>

  <script type="text/javascript">
    $(document).ready(function() {
      if (typeof(en) != "undefined" && typeof(fr) != "undefined" && typeof(a) != "undefined") {
        alignment_matrix(en, fr, a);
      }
    });
  </script>

  <div id="holder" style="display:none"></div>

  </body>
</html>