<html>
<head>
<script>
function createScriptsAndRun()
{
eval("window.foo1 = function() {}\n//# sourceURL=script1.js");
eval("window.foo2 = function() {}\n//# sourceURL=script2.js");
eval("window.foo3 = function() {}\n//# sourceURL=script3.js");
eval("window.foo4 = function() {}\n//# sourceURL=script4.js");
eval("window.foo5 = function() {}\n//# sourceURL=script5.js");
}
createScriptsAndRun();
</script>
<script>
function secondInlinedScriptInPage()
{
return 0;
}
</script>
<script>
function thirdInlinedScriptInPage()
{
return 0;
}
</script>
<script>
function fourthInlinedScriptInPage()
{
return 0;
}
</script>
</head>
</html>