// alert (\" here in donate\");
var html = ' <center><table width=\"50%\"> '  +
'	<tr> <td colspan=\"4\">  '  +
'	<form name=pp_form  action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">    '  +
'       <input type=\"hidden\"  name=\"cmd\"                 value=\"_donations\">  '  +
'       <input type=\"hidden\"  name=\"business\"            value=\"jgrant' + '@stjoestreatment.org\">     '  +
'       <input type=\"hidden\"  name=\"item_name\"           value=\"Total\">  '  +
'       <input type=\"hidden\"  name=\"amount\"              value=\"amount\" >  '  +
'       <input type=\"hidden\"  name=\"no_note\"             value=\"1\">    '  +
'       <input type=\"hidden\"  name=\"currency_code\"       value=\"USD\">  '  +
'    </td> </tr>  <tr>  '  +
'    <td colspan=\"4\"><center><font size=\"-1\"> ' +
//'<b><font size="+1">The 2010 Gratitude Fund</font></b><br> <br>' +
//'  When the Franciscan Friars of the Atonement founded St. Joseph’s in 1971, their abiding principal of \“Charism\” provided for all who        ' +
//' sought treatment, regardless of the ability to pay for services. Today, we maintain the tradition of not turning anyone away who desires a ' +
//' peaceful life, one free of addiction, through our Gratitude Fund and the notion of \“one dollar at a time\”.                                                <br><br>' +
//'The community of St. Joseph’s thanks you for your consideration. ' +
'    </tr> <tr>  '  +
'    <td width=\"20%\" align=\"left\">&nbsp;<br>    </td>  '  +
'    <td width=\"30%\" align=\"right\">Donation  Amount $</b></td>  '  +
'    <td width=\"10%\" align=\"center\" >  '  +
'	<INPUT class=mencontacttxt  size=10 name=amount    style=\"number\"> </td>  '  +
'    <td width=\"30%\" align=\"left\"><br>  '  +
'      <input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">  '  +
'    </td>  </tr> <tr>  '  +
'     <td colspan=\"4\"><center><font size=\"-1\">St. Josephs is a 501(c)3 corporation.  <br>All donations are tax deductible.</font></center></td>  '  +
'     </tr>  </form></table></center>' ;

document.write (html);
