<script>
function output (text)
{
    window.alert(text);
}

output("Opossums have pouches like kangaroos");
</script>