<script> //hello Joe //Demonstrate basic variable concepts //Ryan Chen, 09/07 var greeting; greeting = "Hi there, Joe"; alert(greeting); </script>