<html>
<head>

   <title>Test</title>


   <script id='testScript' src='source.js' type='text/javascript'> </script>


</head>

<body bgcolor="#ffffff" onload='alert("loaded"); SetHref()'>

   <h1>Test</h1>
   <button onclick='ExecuteSource2()'/>Execute Source2</button>

</body>
</html>