It looks like you're new here. If you want to get involved, click one of these buttons!
<html>
<head>
<title>JavaScript Skeletion</title>
</head>
<body>
<script type = \"text/javascript\">
<!-- hide me from older browsers
// say Hello, world!
alert(\"Hello, world!\");
// show me -->
</script>
</body>
</html>