<html> <script language="JavaScript"> <!-- x = 7; aString = new String("5"); x *= aString; document.write("x = ",x); --> </script></html>