3 <script type='text/javascript'
>
4 document
.addEventListener("touchstart", function() { parent
.onTouch(event
, document
.title
); }, false);
5 document
.addEventListener("touchend", function() { parent
.onTouch(event
, document
.title
); }, false);
6 document
.addEventListener("touchmove", function() { parent
.onTouch(event
, document
.title
); }, false);