xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<script>
function myFunction()
{
return ("Hello world!");
}
</script>
</head>
<body>
document.write(myFunction())
</body>
</html>