function addMyContent() {
    var myContent='<input type="hidden" name="no_shipping" value="2">';
    myContent += '<input type="hidden" name="business" value="sandym@templeisraelnc.org">';
    myContent += '<input type="hidden" name="no_note" value="1">';
    myContent += '<input type="hidden" name="currency_code" value="USD">';
    myContent += '<input type="hidden" name="tax" value="0">';
    myContent += '<input type="hidden" name="bn" value="building">';
    myContent += '<input type="hidden" name="on0" value="Category">';
    myContent += '<table><tr><td><input type="hidden" name="on0" value="Category">' +
        '<select name="os0">' +
        '<option value="No Special Category">No Special Category</option>';
    myContent += '<option value="In Honor of">In Honor of</option>';
    myContent += '<option value="In memory of">In Memory of</option>';
    myContent += '<option value="Speedy Recovery">For A Speedy Recovery</option>';
    myContent += '<option value="In Appreciation of">In Appreciation of</option>';
    myContent += '<option value="For the Yahrzeit of">For the Yahrzeit of</option>';
    myContent += '</select></td>';
    myContent += '<td><input type="hidden" name="on1" value="In the name of:"/>'
        + '<input type="text" size="40" maxlength="200" name="os1" value="Please enter a name or event"/></td>';
    myContent += '<td><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif"'
        + 'border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure">';
    myContent += '<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif"'
        + 'width="1" height="1"></td>';
    myContent += '</tr></table>';
    return myContent;
}

