<html>
<head>
<title>GMI V2.0 Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="javascript" src="simpleGMI.js"></script>
<style>
   #antani {
      top: 100px;
      left: 50px;
   }
</style>
</head>
<body>
<div id="antani" onClick="alert('aaa'); alert(GMIEngine.getNetWorkInfo());simpleGMI.gotoURL('http://www.unixmedia.it');alert('ccc');">AIUTO!</div>
</body>
</html>