 var cText = ''
cText += '                      <input type="hidden" name="amount" value="3.00" />'
cText += '                      <input type="hidden" name="image_url" value="" />'
cText += '                      <input type="hidden" name="no_shipping" value="1" />'
cText += '                      <input type="hidden" name="return" value="http://payloadz.com/d1/default.asp" />'
cText += '                      <input type="hidden" name="cancel_return" value="" />'
cText += '                      <input type="hidden" name="no_note" value="1" />'
cText += '                      <input type="hidden" name="currency_code" value="USD" />'
cText += '                      <input type="hidden" name="add" value="1" />'
cText += '                      <input type="hidden" name="notify_url" value="http://payloadz.com/pay/index.asp" />'
cText += '                      <input type="hidden" name="shipping" value="0" />'
cText += '                      <input type="hidden" name="handling" value="0" />'
cText += '                      <input type="hidden" name="cbt" value="Continue to Download" />'
cText += '					  </form>'

document.write(cText) 
 
