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