<html>
<head>
<title>
Examples...
</title>
<script language="Javascript";>
// change the variables
var name = prompt("Give Me A Name", "");
var pt_verb= prompt(Give Me A Past Tense Verb", "");
var adjective= prompt(Give" Me An Adjective", "");
document.writeln(name);
document.writeln(pt_verb);
document.writeln("the toilet,");
document.writeln("and the monkey was acting");
document.writeln(adjective);
is giving me an error problem!!! help plz? thx