4 <script type=
"application/javascript">
6 // Set up targets for sandbox expandos.
7 window.targetDOM = [document.getElementById(
"hello"), document.getElementById(
"there")];
11 <body onload=
"setup();">
12 <span id=
"hello" class=
"iamaspan">Hello
</span>
13 <span id=
"there" class=
"iamaspan">There
</span>