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