formatCurrency won't seem to work

<!-- First I can not get the hang of where and how to insert the formatCurrency to my page and second, how to “call” it in the text. I would like to be able to have the number return as money $0.00 with only two decimal places. I have given the top of my form and the line I need to call from… any help?

Second is that the calculations will perform in Frontpage on local system, not once published…>

<HEAD>
<META HTTP-EQUIV=“Content-Type” CONTENT=“text/html; charset=windows-1252”>
<META HTTP-EQUIV=“Content-Language” CONTENT=“en-us”>
<TITLE>Worksheet</TITLE>

</HEAD>

  &lt;input type="radio" value="Basting Only" name="Quilting" &gt;
  Basting &lt;input type=text name=Quilting_Basting  
  onblur="document.Worksheet.Quilting_Basting.value = document.Worksheet.Total_Square_Inches.value * .01;" size="10" value="$0" READONLY&gt;
  4&quot; Grid Only&lt;br&gt;

/**