<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ptach.org</title>
	<atom:link href="http://www.ptach.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ptach.org</link>
	<description>Jewish Special Education</description>
	<lastBuildDate>Tue, 15 May 2012 15:08:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Donations and Pledges</title>
		<link>http://www.ptach.org/fundraising/donations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=donations</link>
		<comments>http://www.ptach.org/fundraising/donations/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:35:16 +0000</pubDate>
		<dc:creator>ptach</dc:creator>
				<category><![CDATA[fundraising]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=716</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; DONATION TYPE * Dinner Pledges General Donation Name : Journal Ad : In honor of : DONATION AMOUNT * &#160; FREQUENCY * One time monthly quarterly Your Full Page ad entitles you to Dinner Reservations for &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/fundraising/donations/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[
	<script>
		function checkform(frm) {
			var s="";
			if (frm.first_name.value=="") {
				s+="First name cannot be empty \n";
			}
			if (frm.last_name.value=="") {
				s+="Last name cannot be empty \n";
			}
			if (frm.address.value=="") {
				s+="Address cannot be empty \n";
			}
			if (frm.city.value=="") {
				s+="City cannot be empty \n";
			}
			if (frm.state.value=="") {
				s+="state cannot be empty \n";
			}
			if (frm.zip.value=="") {
				s+="zip cannot be empty \n";
			}
			if (frm.country.value=="") {
				s+="country cannot be empty \n";
			}
			if (frm.phone.value=="") {
				s+="phone cannot be empty \n";
			}
			if (frm.email.value=="") {
				s+="email cannot be empty \n";
			}
			
			if ((frm.rd_amount.value=="other")&&(frm.rd_amount_2.value!=parseInt(frm.rd_amount_2.value))) {
				if (parseInt(frm.rd_amount_2.value)<1) {
					s+="Amount cannot be less than 1 USD \n";
				} else {
					s+="Invalid amount \n";
				}
				alert(s);
				return false;
			}
			if ((frm.rd_amount.value=="other")&&(frm.rd_amount_2.value<1)) {
				s+="Amount cannot be less than 1";
				alert(s);
				return false;
			}
			if ((frm.rd_amount.value=="other")&&(frm.rd_amount_2.value=="0")) {
				return false;
			}
			if ((frm.rd_amount.value=="other")&&(frm.rd_amount_2.value=="NaN")) {
				return false;
			}
			if (s!="") {
				alert(s);
				return false;
			}
			return true;
		}
		function processAmount(valx) {
			document.getElementById("Amount").value=valx;
		}
		function processAmt(valuex) {
//			alert(valuex.options[valuex.selectedIndex].text);
			document.getElementById("amt_descr").value=valuex.options[valuex.selectedIndex].text;
			valuex=valuex.value;
			if (valuex=="custom") {
				//document.getElementById("Amount").type="text";
				//document.getElementById("Amount").setAttribute("type")="text";
				//document.getElementById("Amount").parentNode.removeChild(document.getElementById("Amount"));
				//var d = docuement
				document.getElementById("Amount_cust").style.display="inline";
				document.getElementById("Amount").value="1";
			} else {
				document.getElementById("Amount").value=valuex;
				document.getElementById("Amount_cust").style.display="none";
			//	document.getElementById("Amount").type="hidden";
			//document.getElementById("Amount").setAttribute("type")="hidden";  
			}
		}
		function updateAmtFun(idd) {
			//objSelect=document.getElementById("amt_sel");
			//while(objSelect.options.length > 0){objSelect.remove(0);}
			document.getElementById("amt_sel").innerHTML = "";

			
			x = document.getElementById("amt_sel");
			document.getElementById("Amount").type="hidden";

			for (var i=0; i<c_amount[idd].length;i++) {
			if (i==0) {
				document.getElementById("Amount").value=c_amount[idd][i];
			}
				var zzz=document.createElement("option");
				zzz.value=c_amount[idd][i];
				//zzz += '<option value="'+c_amount[idd][i]+'" ';
				//if (i==0) zzz+=  'selected="selected"';
				//zzz += ' >';
				if (zzz.text!="custom") {
					zzz.text=s_amount[idd][i];
					//zzz += s_amount[idd][i];

				} else {
					zzz.text=s_amount[idd][i];
					//zzz += s_amount[idd][i];
				}
				//zzz += '</option>';
				document.getElementById("amt_sel").add(zzz,x.options[null]);
				//document.getElementById("amt_sel").innerHTML = zzz;
				//$("#amt_sel").html(zzz);
				//alert(zzz);
			} 
			if (c_amount[idd]["custom"]!=null && c_amount[idd]["custom"]=="other...") {
				var zzz=document.createElement("option");
				zzz.value="custom";
				
				zzz.text ="other...";
				
				document.getElementById("amt_sel").add(zzz,x.options[null]);
				//document.getElementById("amt_sel").innerHTML = '<option value="custom">other...</option>';
			}
//				document.getElementById("DonTypeName").value=c_names[idd];

			x=document.getElementById("inHonourOf");
			for (var i=0; i<s_hon[idd].length;i++) {
				var zzz=document.createElement("option");
				zzz.value=s_hon[idd][i];
				zzz.text=s_hon[idd][i];
				//zzz += '<option value="'+c_amount[idd][i]+'" ';
				//if (i==0) zzz+=  'selected="selected"';
				//zzz += ' >';
				//zzz += '</option>';
				document.getElementById("inHonourOf").add(zzz,x.options[null]);
				//document.getElementById("inHonourOf").appendChild(zzz);
				//document.getElementById("amt_sel").innerHTML = zzz;
				//$("#amt_sel").html(zzz);
				//alert(zzz);
			}  
				if (c_names[idd]) {
					document.getElementById("idName").style.display="table-cell";
					
				} else {
					document.getElementById("idName").style.display="none";
				}
				if (c_fa[idd]) {
					document.getElementById("idFA").style.display="table-cell";
					document.getElementById("idFA2").style.display="table-cell";
					
				} else {
					document.getElementById("idFA").style.display="none";
					document.getElementById("idFA2").style.display="none";
				}
							

				if (c_freq[idd]) {
					document.getElementById("Frequency").style.display="block";
					document.getElementById("FrequencyCapt").style.display="block";
					
				} else {
					document.getElementById("Frequency").style.display="none";
					document.getElementById("FrequencyCapt").style.display="none";
				}
		}
		c_amount=new Array(); 
s_amount=new Array(); 
c_freq=new Array(); 
c_names=new Array(); 
c_fa = new Array(); 
s_hon = new Array(); 
c_amount[1]=new Array(); 
s_amount[1]=new Array(); 
s_hon[1]=new Array(); 
s_amount[1][0]='$50,000 Patron'; 
c_amount[1][0]='50000'; 
s_amount[1][1]='$25,000 Full Scholarship'; 
c_amount[1][1]='25000'; 
s_amount[1][2]='$12,500 Half Scholarship'; 
c_amount[1][2]='12500'; 
s_amount[1][3]='$5000 Builder'; 
c_amount[1][3]='5000'; 
s_amount[1][4]='$3600 Guardian'; 
c_amount[1][4]='3600'; 
s_amount[1][5]='$2500 Dedicator'; 
c_amount[1][5]='2500'; 
s_amount[1][6]='$1800 Chai-Page'; 
c_amount[1][6]='1800'; 
s_amount[1][7]='$1500 Parchment'; 
c_amount[1][7]='1500'; 
s_amount[1][8]='$1000 Diamond'; 
c_amount[1][8]='1000'; 
s_amount[1][9]='$750 Gold'; 
c_amount[1][9]='750'; 
s_amount[1][10]='$600 Full'; 
c_amount[1][10]='600'; 
s_amount[1][11]='$300 Half Page'; 
c_amount[1][11]='300'; 
s_amount[1][12]='$150 Quarter Page'; 
c_amount[1][12]='150'; 
s_amount[1][13]='$54 Greetings'; 
c_amount[1][13]='54'; 
s_hon[1][0]='Leo J. & Shoshanna Kimmel - Community Service Awardees '; 
s_hon[1][1]=''; 
s_hon[1][2]=' Dr. Michael & Esther Steinhardt-Professional Leadership Award'; 
s_hon[1][3]=''; 
s_hon[1][4]='Dr. Joel & Bea Dickstein-Educational Achievement Award'; 
c_amount[1]['custom']='other...'; 
c_freq[1]=0; 
c_fa[1]=1; 
c_names[1]=1; 
c_amount[2]=new Array(); 
s_amount[2]=new Array(); 
s_hon[2]=new Array(); 
s_amount[2][0]='$18'; 
c_amount[2][0]='18'; 
s_amount[2][1]='$36'; 
c_amount[2][1]='36'; 
s_amount[2][2]='$54'; 
c_amount[2][2]='54'; 
s_amount[2][3]='$72'; 
c_amount[2][3]='72'; 
s_amount[2][4]='$90'; 
c_amount[2][4]='90'; 
s_amount[2][5]='$180'; 
c_amount[2][5]='180'; 
s_hon[2][0]=''; 
c_amount[2]['custom']='other...'; 
c_freq[2]=0; 
c_fa[2]=0; 
c_names[2]=0; 
c_amount[3]=new Array(); 
s_amount[3]=new Array(); 
s_hon[3]=new Array(); 
s_amount[3][0]='0'; 
c_amount[3][0]='0'; 
s_hon[3][0]=''; 
c_freq[3]=0; 
c_fa[3]=0; 
c_names[3]=0; 
c_amount[4]=new Array(); 
s_amount[4]=new Array(); 
s_hon[4]=new Array(); 
s_amount[4][0]='0'; 
c_amount[4][0]='0'; 
s_hon[4][0]=''; 
c_freq[4]=0; 
c_fa[4]=0; 
c_names[4]=0; 

	</script>
	<div id="payment_imgs">
	
	</div>
	<div id="payment_form" class="text14">
<p align="justify"></p>
                              <form action="" method="post" name="Donation" id="Donation"  onsubmit="document.getElementById('button').disabled=true;" >

<input type="hidden" name="UMkey" value="" /> 
<input type="hidden" name="UMcommand" value="sale" />
<input type="hidden" name="UMcustreceipt" value="yes" />
<input type="hidden" name="UMrecurring" value="yes"/>
<input type="hidden" name="UMinvoice" value="41062" />     
<input type="hidden" name="UMredir" value="http://www.yofr.org/feed/">
<input type="hidden" name="UMredirApproved" value="http://www.ptach.org/thank-you/" /> 

<input type="hidden" name="amt_descr" id="amt_descr" value="" />


<!--<input type="hidden" name="UMtestmode" value="1" />-->
                                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                  <tbody><tr>
                                    <td class="e6e4e5" width="2%">&nbsp;</td>
                                    <td class="text11"class="e8e8e8" width="96%">&nbsp;</td>
                                    <td class="e6e4e5" width="2%">&nbsp;</td>
                                  </tr>
                                  <tr>
                                    <td class="e8e8e8">&nbsp;</td>
                                    <td class="e8e8e8">
                                    <table class="text11"class="e8e8e8" border="0" cellpadding="3" cellspacing="0" width="100%">
                                        <tbody>

                                        <tr>
                                          <td colspan="5" class="bg-blue"></td>
                                        </tr>
                                        <tr>
                                          <td colspan="5" class="bg-blue"></td>
                                        </tr>
                                        <tr>
                                          <td colspan="5" valign="top" style="display:none;"><strong>DONATION TYPE <span class="required">*</span></strong></td>
                                        </tr>
                                        <tr>
                                          <td colspan="5" valign="middle"><table class="text10" border="0" cellpadding="0" cellspacing="0" width="100%">
                                              <tbody><tr>
                                                <td width="25%"><label> <strong>
                                                  <input name="DonType" value="Dinner Pledges" id="DonType_1" type="radio" selected checked onblur="updateAmtFun(1)" onchange="updateAmtFun(1)" >
                                                  Dinner Pledges </strong> </label>                                                </td>
                                                <td width="25%" style=""><label> <strong>
                                                  <input name="DonType" value="General Donation" id="DonType_2" type="radio"  onblur="updateAmtFun(2)" onchange="updateAmtFun(2)">
                                                  General Donation</strong> </label></td>
                                                <td width="24%" style="display:none;"><label> <strong>
                                                  <input name="DonType" value="" id="DonType_3" type="radio"  onblur="updateAmtFun(3)" onchange="updateAmtFun(3)">
                                                  </strong> </label>                                                </td>
                                                <td width="26%" style="display:none;"><label> <strong>
                                                  <input name="DonType" value="" id="DonType_4" type="radio"  onblur="updateAmtFun(4)" onchange="updateAmtFun(4)">
                                                   </strong> </label></td>
                                              </tr>
                                            </tbody></table></td>
                                        </tr>
                                        
                                        <tr>
                                          <td colspan="5" valign="middle" id="idName">Name : <input name="UMcomments" class="input" id="DonTypeName" value="" size="60" type="text" style="margin-left: 44px!important;
width: 398px;"></td>
                                        </tr>
                                        <tr>
                                          <td colspan="5" valign="middle" id="idFA">
						Journal Ad : <div style="float:right;width:554px;"><textarea name="JournalAd" class="editor" id="DonTypeNameEdit" size="60" style="width:397px" rows=5></textarea></div>
<script src="/wp-includes/js/tinymce/tiny_mce.js"></script> 
<script type="text/javascript">
		tinyMCE.init(
		{
			elements :	"DonTypeNameEdit",
			width : "400",
			mode:"exact",
			theme:"simple"  
		}  
		); 
	</script>						</td>
                                        </tr>
                                        <tr>
                                          <td colspan="5" valign="middle" id="idFA2">
						In honor of : <select name="inHonourOf" id="inHonourOf" style="margin-left:13px">
						</select>
					  </td>
                                        </tr>
    <tr>
    <script>
    	function later_don() {
    		if (!document.getElementById("atf_delayed").checked) {
    			//
    			document.getElementById("Donation").action="https://www.usaepay.com/gate.php";
    			document.getElementById("NameOnCard").disabled=false;
    			document.getElementById("CardNumber").disabled=false;
    			document.getElementById("CVV").disabled=false;
    			document.getElementById("CardType").disabled=false;
    			document.getElementById("ExpMonth").disabled=false;
    			document.getElementById("ExpYear").disabled=false;
    			document.getElementById("button").style.display="";
    			document.getElementById("button2").style.display="none";
    			
    		} else {
    			//
    			document.getElementById("Donation").action="";
    			document.getElementById("NameOnCard").disabled=true;
    			document.getElementById("CardNumber").disabled=true;
    			document.getElementById("CVV").disabled=true;
    			document.getElementById("CardType").disabled=true;
    			document.getElementById("ExpMonth").disabled=true;
    			document.getElementById("ExpYear").disabled=true;
    			document.getElementById("button").style.display="none";
    			document.getElementById("button2").style.display="";
    		}
    	}
    </script>
    <td align="left" colspan="2">
    <!--	Pay Later (If selected, payment information cannot be entered):-->
    <input name="atf_delayed" id="atf_delayed" type="hidden" onclick="later_don();" /> 
    </td>
    </tr>
                                        
                                        <tr>
                                          <td colspan="5" class="bg-blue" valign="middle"></td>
                                        </tr> 
                                        <tr>
                                          <td width="24%"><strong>DONATION AMOUNT <span class="required">*</span></strong></td>
                                          <td width="40%">
                                          <select name="amt_sel" id="amt_sel" onchange="processAmt(this)" style="">
                                          	<option value="" selected="selected"></option>
                                          </select>
                                          <input name="UMamount" class="input" id="Amount" size="10" type="hidden">                                          
	                                          <input name="UMamount_cust" class="input" id="Amount_cust" size="10" type="text" style="display:none" onblur="processAmount(this.value)" value="1">                                          
                                          </td>
                                          <td width="7%">&nbsp;</td>
                                          <td width="12%"><div  id="FrequencyCapt" style="width:90px"><strong>FREQUENCY <span class="required">*</span></strong></div></td>
                                          <td width="23%"><label>
                                            </label><div align="right">
                                              <select name="UMschedule" class="input" id="Frequency">
<option value="disabled">One time</option>  
<!--<option value="weekly">weekly</option>
<option value="biweekly">biweekly</option>--> 
<option value="monthly">monthly</option>
<!--<option value="bimonthly">bimonthly</option>-->
<option value="quarterly">quarterly</option>
                                              </select>
                                            </div>
                                          </td>
                                        </tr>
                                        
                                        <tr style="display:none">
						<td colspan=5>
							Your Full Page ad entitles you to Dinner Reservations for two
							
						</td>
                                        
                                        <tr style="display:none">
                                          <td colspan="5" valign="middle"><strong>Name(s) of Person(s) Attending </strong></td>
                                        </tr>
                                        <tr style="display:none">
                                          <td colspan="5" valign="middle"><textarea name="UMdescription" cols="60" rows="4" class="input" id="AdditionalInfo" style="margin-left:105px!important;"></textarea></td>
                                        </tr>
                                      </tbody></table></td>
                                    <td class="e8e8e8">&nbsp;</td>
                                  </tr>
                                  <tr>
                                    <td class="e6e4e5" height="17"></td>
                                    <td class="text11"class="e8e8e8">&nbsp;</td>
                                    <td class="e6e4e5"></td>
                                  </tr>
                                </tbody></table>
                                <table class="text11" border="0" cellpadding="4" cellspacing="0" width="100%">
                              <tbody><tr>
                                <td colspan="4">&nbsp;</td>
                              </tr>
                              <tr>
                                  <td colspan="4" class="bg-blue"><u><strong>BILLING INFORMATION (ALL FIELDS ARE REQUIRED)</strong></u></td>
                                </tr>
                                <tr>
                                  <td width="21%"><strong>FIRST NAME</strong></td>
                                  <td width="30%"><input name="UMbillfname" class="input" id="FirstName" type="text"  msg="First name" ></td>
                                  <td width="16%"><strong>LAST NAME</strong></td>
                                  <td width="33%"><div align="right">
                                      <input name="UMbilllname" class="input" id="LastName" type="text"   msg="Last name">
                                  </div></td>
                                </tr>
                                <tr>
                                  <td><strong>ADDRESS</strong></td>
                                  <td><input name="UMbillstreet" class="input" id="Address" type="text"   msg="Street" ></td>
                                  <td><strong>CITY</strong></td>
                                  <td><div align="right">
                                      <input name="UMbillcity" class="input" id="City" type="text"   msg="City">
                                  </div></td>
                                </tr>
                                <tr>
                                  <td><strong>STATE</strong></td>
                                  <td><input name="UMbillstate" class="input" id="State" type="text"   msg="State"></td>
                                  <td><strong>ZIP</strong></td>
                                  <td><div align="right">
                                      <input name="UMbillzip" class="input" id="Zip" type="text"   msg="Zip">
                                  </div></td>
                                </tr>
                                <tr>
                                  <td><strong>PHONE</strong></td>
                                  <td><input name="UMbillphone" class="input" id="Phone" type="text"  msg="Phone" ></td>
                                  <td><strong>EMAIL</strong></td>
                                  <td><div align="right">
                                      <input name="UMemail" class="input" id="Email" type="text"   msg="Email">
                                  </div></td>
                                </tr>
                                <tr>
                                  <td valign="top">&nbsp;</td>
                                  <td colspan="3">&nbsp;</td>
                                </tr>
                                <tr>
                                  <td colspan="4" class="bg-blue"><u><strong>PAYMENT INFORMATION  (ALL FIELDS ARE REQUIRED)</strong></u></td>
                                  </tr>
                                <tr>
                                  <td><strong>NAME ON CARD</strong></td>
                                  <td><input name="UMname" class="input" id="NameOnCard" type="text"   msg="Name on Card" ></td>
                                  <td><strong>CARD TYPE</strong></td>
                                  <td><div align="right">
                                      <select name="cardtype" class="input" id="CardType" style="width:140px">
                                        <option selected="selected">------SELECT------</option>
                                        <option value="Mastercard">Mastercard</option>
                                        <option value="Visa">Visa</option>
                                        <option value="American Express">America Express</option>
                                        <option value="Discover">Discover</option>
                                                                                                                  </select>
                                  </div></td>
                                </tr>
                                <tr>
                                  <td><strong>CARD NUMBER</strong></td>
                                  <td><input name="UMcard" class="input" id="CardNumber" type="text"  msg="Card number" ></td>
                                  <td><strong> EXP. DATE</strong></td>
                                  <td><div align="right">
                                      <select name="ExpMonth" class="input" id="ExpMonth" onchange="updateExp()" style="width:45px;">
                                        <option value="01" selected="selected">01</option>
                                        <option value="02">02</option>
                                        <option value="03">03</option>
                                        <option value="04">04</option>
                                        <option value="05">05</option>
                                        <option value="06">06</option>
                                        <option value="07">07</option>
                                        <option value="08">08</option>
                                        <option value="09">09</option>
                                        <option value="10">10</option>
                                        <option value="11">11</option>
                                        <option value="12">12</option>
                                      </select>
                                      <select name="ExpYear" class="input" id="ExpYear" onchange="updateExp()" style="width:88px;">
                                        <option value="2010" selected="selected">2010</option>
                                        <option value="2011">2011</option>
                                        <option value="2012">2012</option>
                                        <option value="2013">2013</option>
                                        <option value="2014">2014</option>
                                        <option value="2015">2015</option>
                                        <option value="2016">2016</option>
                                        <option value="2017">2017</option>
                                        <option value="2018">2018</option>
                                        <option value="2019">2019</option>
                                        <option value="2020">2020</option>
                                                                                                                  </select>
										<input id="UMexpir" name="UMexpir" type="hidden" />
										<script>
											function updateExp() {
												document.getElementById("UMexpir").value=document.getElementById("ExpMonth").value+document.getElementById("ExpYear").value;
											}
										</script>
                                  </div></td>
                                </tr>
				<tr>
                                  <td><strong>CVV Code</strong></td>
                                  <td colspan="3" valign="top"><div align="justify">
					<input name="UMcvv2" class="input" id="CVV" type="text"   msg="CVV">
				  </div></td>
				</tr>
                                <tr>
                                  <td colspan="4" valign="top"><div align="justify">This is the 3 or 4 digit number printed on the back signature panel. 
                                    It is on the front of the card for American Express.</div></td>
                                  </tr>
                                <tr>
                                  <td colspan="4" class="bg-blue">&nbsp;</td>
                                  </tr>  
				<tr>
					<td colspan=4>
<p align="justify" style="color:#933816">Please only press submit ONCE.</p>
<p align="justify">Your donation may take up to two minutes to submit.</p>
	
					</td>
				</tr>
                                <tr> 
                                  <td colspan="4"><div align="left" style="padding-top:3px;">
<input name="button" class="button" id="button" onclick="MM_validateForm('Amount','','R','FirstName','','R','LastName','','R','Address','','R','City','','R','State','','R','Zip','','R','Phone','','R','Email','','RisEmail','NameOnCard','','R','CardNumber','','RisNum','CVV','','RisNum');return document.MM_returnValue" value="SUBMIT YOUR DONATION" type="submit">
<input name="button" class="button" id="button2" onclick="MM_validateForm('Amount','','R','FirstName','','R','LastName','','R','Address','','R','City','','R','State','','R','Zip','','R','Phone','','R','Email','','RisEmail','RisNum','','RisNum');return document.MM_returnValue" value="SUBMIT YOUR DONATION" type="submit" style="display:none;">
                                  </div></td>
                                </tr>
                              </tbody></table>
                              </form>
                                          <script type="text/javascript">
                                          	document.onload = updateAmtFun(1);
                                          </script>
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
  if (document.getElementById){
    var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
    for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
      if (val) { nm=val.name;msg=val.getAttribute("msg"); if ((val=val.value)!="") {
        if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
          if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
        } else if (test!='R') { num = parseFloat(val);
          if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
          if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
            min=test.substring(8,p); max=test.substring(p+1);
            if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
      } } } else if (test.charAt(0) == 'R') {errors += '- '+msg+' is required.\n';} }
    } if (errors) alert('The following error(s) occurred:\n'+errors);
    document.MM_returnValue = (errors == '');
} }
//-->
</script>
<style>                              
.text14 {
color:#595858;
font-family:Verdana,Helvetica,sans-serif;
font-size:14px;
font-weight:normal;
line-height:18px;
text-decoration:none;
}
.text11 {
color:#595858;
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
line-height:16px;
text-decoration:none;
}
.bg-blue {
background :url("images/nav-top.png") no-repeat scroll 0 0 #0093D0;
color:#ffffff;
}
#payment_imgs {
	float:left;
	width:200px;
}
#payment_form {
	float:left;
	width:670px;
}
/*.left , .content_area {
	width:900px!important;*/
}
.text10 {
color:#595858;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
line-height:14px;
text-decoration:none;
}
.input {
background-color:#FFFFFF;
border:1px solid #6F6F6F;
color:#595858;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
margin:2px!important;
}
#content tr td {
border-top:0px solid #E7E7E7;
padding:0px 0px;
}
#content table {
border:0px solid #E7E7E7;
margin:0 -1px 24px 0;
text-align:left;
width:100%;
}
td.e6e4e5{
	background-color:#E7F1FF;
	line-height:7px;
	font-size:10px;
	vertical-align:top!important;
}
#container .content .left h2.title {
	visibility:hidden;
}
#button , #button2 {
background-color:#0093D0;
border:thin none;
color:#fff!important;
font-family:Verdana;
font-size:12px!important;
font-weight:bold;
padding:10px;
}
td.text11 {
	background-color:#E7F1FF;
	line-height:10px;
	vertical-align:top!important;
}
#Donation table{
	
}
.e8e8e8 {
	background-color:#E7F1FF;
}
.text10 {
margin:3px!important;
}
</style>                              
                            			
	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/fundraising/donations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helping Our Children Succeed!</title>
		<link>http://www.ptach.org/news/helping-our-children-succeed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=helping-our-children-succeed</link>
		<comments>http://www.ptach.org/news/helping-our-children-succeed/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 18:40:26 +0000</pubDate>
		<dc:creator>nosson</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=647</guid>
		<description><![CDATA[By Rabbi Noson Berman P’TACH recently held a parent information meeting for the Queens community hosted by Meir and Rina Shachar.  The meeting was the second this year in the greater New York area following the Brooklyn parent meeting hosted &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/news/helping-our-children-succeed/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>By Rabbi Noson Berman</p>
<p>P’TACH recently held a parent information meeting for the Queens community hosted by Meir and Rina Shachar.  The meeting was the second this year in the greater New York area following the Brooklyn parent meeting hosted in Yeshiva Tiferes Yisroel.  Rabbi Avi Kramer, co-Director of Institutional Advancement, welcomed everyone and spoke about the importance of parents knowing the available educational resources for their children.  He then introduced a mother of one of this year’s graduates.</p>
<div id="attachment_649" class="wp-caption alignright" style="width: 310px"><a href="http://www.ptach.org/wp-content/uploads/2011/06/IMG00270-20110622-2025.jpg"><img class="size-medium wp-image-649" title="Rabbi Avi Kramer  addressing the meeting" src="http://www.ptach.org/wp-content/uploads/2011/06/IMG00270-20110622-2025-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Rabbi Avi Kramer co-Director of Institutional Advancement addressing the meeting </p></div>
<p>The mother spoke about her child before P’TACH and how he was miserable and his self-esteem was at an all-time low.  She was afraid she wouldn’t see the day he would graduate let alone be a productive part of society.  After sending him to P’TACH, she immediately saw a change – first with the school and, after some adjustment and hard work &#8211; with her son.  The P’TACH staff was there to work with her and she felt an equal part of the team working to help her son succeed.  She stopped being fearful every time the phone rang and actually looked forward to calls from the school.  He blossomed into a self-confident teenager with knowledge of his strengths and he discovered different skills that he was unaware that he had.  He began to succeed.  The transformation was miraculous and only because she took the steps necessary to put her son in the appropriate educational setting.</p>
<div id="attachment_650" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ptach.org/wp-content/uploads/2011/06/IMG00274-20110622-2044.jpg"><img class="size-medium wp-image-650" title="Mrs. Jackie Welkowitz addressing the meeting" src="http://www.ptach.org/wp-content/uploads/2011/06/IMG00274-20110622-2044-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Mrs. Jackie Welkowitz, Program Coordinator in Queens addressing the parents</p></div>
<p>The P’TACH video was shown describing the programs and services P’TACH has to offer, Everyone walked out of the evening with a feeling that P’TACH is a place to turn to when you are concerned with your child’s progress in school.  P’TACH is a community resource that has been serving the Jewish community for 35 years while keeping abreast with the latest developments and techniques in the field of Special Education.  If we take the right steps and make the appropriate decisions we will be on the right track to helping our children succeed!</p>
<p>P’TACH is planning more parent information meetings.  For more information about these meetings and to find out more about P’TACH’s programs and services call 718-854-8600 ext.120 or visit us at www.ptach.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/news/helping-our-children-succeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>350 Parents Learn about PowerParenting</title>
		<link>http://www.ptach.org/uncategorized/350-parents-learn-about-powerparenting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=350-parents-learn-about-powerparenting</link>
		<comments>http://www.ptach.org/uncategorized/350-parents-learn-about-powerparenting/#comments</comments>
		<pubDate>Wed, 11 May 2011 02:28:39 +0000</pubDate>
		<dc:creator>nosson</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=625</guid>
		<description><![CDATA[By Rabbi Noson Berman Over 350 parents packed Young Israel of Midwood this past Sunday to experience P’TACH’s powerful presentation, ”PowerParenting:Three Keys to Instilling Values That Will Last a Lifetime” by renowned child psychologist, Dr. David Pelcovitz. The crowd was &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/uncategorized/350-parents-learn-about-powerparenting/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>By Rabbi Noson Berman</p>
<div id="attachment_626" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ptach.org/wp-content/uploads/2011/05/crowd-fromTMI.jpg"><img class="size-medium wp-image-626" title="crowd fromTMI" src="http://www.ptach.org/wp-content/uploads/2011/05/crowd-fromTMI-300x191.jpg" alt="" width="300" height="191" /></a><p class="wp-caption-text">PowerParenting with Dr. Pelcovitz</p></div>
<p>Over 350 parents packed Young Israel of Midwood this past Sunday to experience P’TACH’s powerful presentation, ”PowerParenting:Three Keys to Instilling Values That Will Last a Lifetime” by renowned child psychologist, Dr. David Pelcovitz.</p>
<p>The crowd was treated to a viewing of the new P’TACH video which was introduced by Rabbi Avi Kramer, co-Director of Institutional Advancement.  The P’TACH video gives a taste of what P’TACH is all about and how P’TACH works with the community to make Torah available for all children.</p>
<p>Rabbi Mordechai Twerski, Rav of Beis Medrash Ateres Shloime, was then called on to give divrei bracha and to introduce Dr. Pelcovitz.  Rabbi Twerski spoke about the fact that every neshama has its purpose and as parents we see that each child has his/her own unique strengths and weaknesses and that through the work of P’TACH and people like Dr. Pelcovitz, we can bring out that unique purpose for every individual.</p>
<p>Dr. Pelcovitz then spoke about “Three Keys to Instilling Values That Will Last a Lifetime.”  The three keys that he spoke about were &#8211; Time, Balance, and Uniqueness.   Parents must spend the quality time with their children.  Spending time in body and not in spirit, i.e. while distracted with text messaging and emails, detracts from that important bonding time and sends a strong message to the child of how important they are to the parent.</p>
<p>Balance, it is so important to have love and limits. Semol doche vyemin mekareves.  Too much love creates a spoiled child.  Too many limits and the child becomes resentful.  The art of parenting is striking the right balance.  Uniqueness, as in the words of Rav Nachman of Breslov, every child has a unique tune and the challenge for parents and educators like P’TACH, is to recognize their individualities and to bring out that unique tune.  These are keys that will help ensure that the values that we instill in our children will last a lifetime.</p>
<p>The evening’s program was sponsored by Roth and Company and FitYId and the crowd was treated to a lavish spread of the finest cakes, fruits and refreshments that Pomegranate has to offer.</p>
<p>For recordings of the event contact the P’TACH office at (718) 854- 8600 or email info@ptach.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/uncategorized/350-parents-learn-about-powerparenting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerParenting: Three Keys to Instilling Values That Will Last a Lifetime &#8211; by Dr. David Pelcovitz</title>
		<link>http://www.ptach.org/news/power-parenting-dr-david-pelcovitz-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=power-parenting-dr-david-pelcovitz-2</link>
		<comments>http://www.ptach.org/news/power-parenting-dr-david-pelcovitz-2/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 21:22:12 +0000</pubDate>
		<dc:creator>nosson</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=591</guid>
		<description><![CDATA[The world today is constantly changing and every change brings new challenges.  Are we ready to instill values in our children that will last a lifetime?  Join us for the this powerful parenting seminar with Dr. David Pelcovitz and learn &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/news/power-parenting-dr-david-pelcovitz-2/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>The world today is constantly changing and every change brings new  challenges.  Are we ready to instill values in our children  that will last a lifetime?  Join us for the this powerful parenting seminar with Dr. David Pelcovitz and learn how to transform your messages into values that will last a lifetime!</p>
<p><a href="http://www.ptach.org/wp-content/uploads/2011/03/Untitled.jpg"><img class="alignnone size-large wp-image-609" title="Untitled" src="http://www.ptach.org/wp-content/uploads/2011/03/Untitled-797x1024.jpg" alt="" width="797" height="1024" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/news/power-parenting-dr-david-pelcovitz-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P’TACH Celebrates 35 Years of Special Education</title>
		<link>http://www.ptach.org/news/p%e2%80%99tach-celebrates-35-years-of-special-education/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=p%25e2%2580%2599tach-celebrates-35-years-of-special-education</link>
		<comments>http://www.ptach.org/news/p%e2%80%99tach-celebrates-35-years-of-special-education/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 14:36:21 +0000</pubDate>
		<dc:creator>nosson</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=583</guid>
		<description><![CDATA[By Rabbi Noson Berman On Sunday night February 27, 2011 P’TACH celebrated 35 years of service in Jewish Special Education with their Annual Scholarship Dinner at the Grand Hyatt Hotel in Manhattan.  Opening remarks were given by Rabbi Noson Berman &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/news/p%e2%80%99tach-celebrates-35-years-of-special-education/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>By Rabbi Noson Berman</p>
<p>On Sunday night February 27, 2011 P’TACH celebrated 35 years of service in Jewish Special Education with their Annual Scholarship Dinner at the Grand Hyatt Hotel in Manhattan.  Opening remarks were given by Rabbi Noson Berman co-director of P’TACH’s Office of Institutional Advancement.</p>
<p>Mr. Hillel Weinberger of Teaneck, NJ and co-president of the board was the master of ceremonies and spoke about the dedication and efforts of the honorees to their communities and for P’TACH.  Each honoree was then introduced by a current or former student from one of the P’TACH programs who spoke about their personal challenges and how P’TACH has helped them overcome and succeed.</p>
<p>The honorees included Rabbi Mordechai and Rebbetzin Suri Twerski-Rabbinical Leadership Awardees, Dr. David and Doreen Cohen-Educational Awardees, Adina and Michael Kirshner-Chesed Awardees, and Ari Teman-Community Service Awardee.</p>
<p>The honorees were followed by the new P’TACH video which included divrei bracha from Rabbi Dovid Feinstein, Rabbi Shmuel Kamenetsky, Rabbi Hershel Schachter and Rabbi Yisroel Reisman.  They all spoke of the importance of supporting P’TACH which is the only vehicle for these children to learn and succeed in life.</p>
<p>Rabbi Kamenetsky commented, “Helping P’TACH is helping someone for his entire life”.  Rabbi Feinstein said, “kineged arba banim dibra torah” – the torah needs to be accessible to all children and, ”it is incumbent on everybody, as part of the chinuch of klal yisrael, to make sure that P’TACH is budgeted to do their Avodas hakodesh…”  Rabbi Schachter spoke of how children who have gone to P’TACH have continued on into all fields from kollelim to medical to business and all things in between.   Rabbi Reisman expressed how the change in attitude towards Jewish education in general and Special education in particular have come from efforts put forth by P’TACH.</p>
<p>The beautiful and moving dinner was a testament to the mesiras nefesh of the men and women who founded P’TACH 35 years ago and the change that they have been able to make to the landscape of Jewish Education.  This change would not be possible without the help of the community and the special friends of P’TACH who give of their time and money to help P’TACH continue its avodas hakodesh and who are recognized and honored at the dinner.  The Torah is a Morasha Kehilas Yakov &#8211; an inheritance for every Jew &#8211; and with the help of the community, P’TACH ensures that there will continue to be Torah for All Children.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/news/p%e2%80%99tach-celebrates-35-years-of-special-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>album</title>
		<link>http://www.ptach.org/uncategorized/album/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=album</link>
		<comments>http://www.ptach.org/uncategorized/album/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 17:18:41 +0000</pubDate>
		<dc:creator>ptach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=566</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<table>
<tbody>
<tr>
<td>
<div class="ngg-galleryoverview" id="ngg-gallery-1-566">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.ptach.org/uncategorized/album/?show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://www.ptach.org/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=1&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_001.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_001" alt="2010-12-25_001" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_006.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_006" alt="2010-12-25_006" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_006.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_010.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_010" alt="2010-12-25_010" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_010.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_011.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_011" alt="2010-12-25_011" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_011.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_012.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_012" alt="2010-12-25_012" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_012.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_013.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_013" alt="2010-12-25_013" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_013.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_014.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_014" alt="2010-12-25_014" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_014.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_015.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_015" alt="2010-12-25_015" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_015.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_016.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_016" alt="2010-12-25_016" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_016.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_017.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_017" alt="2010-12-25_017" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_017.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_018.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_018" alt="2010-12-25_018" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_018.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_019.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_019" alt="2010-12-25_019" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_019.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_020.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_020" alt="2010-12-25_020" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_020.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_022.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_022" alt="2010-12-25_022" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_022.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_023.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_023" alt="2010-12-25_023" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_023.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_024.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_024" alt="2010-12-25_024" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_024.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_025.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_025" alt="2010-12-25_025" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_025.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_026.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_026" alt="2010-12-25_026" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_026.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_027.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_027" alt="2010-12-25_027" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_027.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.ptach.org/wp-content/gallery/ptach-queens-event/2010-12-25_028.jpg" title=" " class="shutterset_set_1" >
								<img title="2010-12-25_028" alt="2010-12-25_028" src="http://www.ptach.org/wp-content/gallery/ptach-queens-event/thumbs/thumbs_2010-12-25_028.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=2">2</a><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=3">3</a><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=4">4</a><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=5">5</a><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=6">6</a><a class="page-numbers" href="http://www.ptach.org/uncategorized/album/?nggpage=7">7</a><a class="next" id="ngg-next-2" href="http://www.ptach.org/uncategorized/album/?nggpage=2">&#9658;</a></div> 	
</div>

</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/uncategorized/album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Conversation with Dr. Elin Weinstein</title>
		<link>http://www.ptach.org/news/a-conversation-with-dr-elin-weinstein/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-conversation-with-dr-elin-weinstein</link>
		<comments>http://www.ptach.org/news/a-conversation-with-dr-elin-weinstein/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 19:34:26 +0000</pubDate>
		<dc:creator>nosson</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=487</guid>
		<description><![CDATA[Elin Weinstein, a clinical psychologist in private practice in Queens, works part time for the P’TACH program at Yeshiva University High School for Girls in Holliswood. Her seven years with P’TACH are a meaningful part of her 30-year career working &#8230;<p align="right"><img src="http://www.ptach.org/wp-content/themes/ptach/images/arrow_blue.png" class="img_arrow" /> <a href="http://www.ptach.org/news/a-conversation-with-dr-elin-weinstein/" title="" rel="bookmark">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-488" href="http://www.ptach.org/news/a-conversation-with-dr-elin-weinstein/attachment/eweinstein/"><img class="alignnone size-medium wp-image-488" style="float: left;margin: 5px" src="http://www.ptach.org/wp-content/uploads/2011/02/eweinstein-288x300.jpg" alt="" width="173" height="180" /></a>Elin Weinstein, a clinical psychologist in private practice in Queens, works part time for the P’TACH program at Yeshiva University High School for Girls in Holliswood. Her seven years with P’TACH are a meaningful part of her 30-year career working with children, teenagers, adults and families managing learning differences.</p>
<p>With the humility, deep knowledge and understanding that are characteristic of professionals in her field, Dr. Weinstein is thoughtful in sharing her observations and assessments of the emotional and social issues facing children with learning differences.</p>
<p>“I begin the school year by touching base with each and every child,” she says. “I reassure them of the confidentiality of our conversations and we talk about all kinds of issues, like resolving negative feelings or conflicts with other girls. We talk about fitting in with the girls in the mainstream classes.” The girls often stop by of their own volition, knowing they have an adult to talk to with a sympathetic ear who is squarely on their side.</p>
<p>But what is fitting in? What is the goal for these girls?</p>
<p>Emotions run deep. Children with learning differences often don’t know that other girls are going through the same feelings of inadequacy. Most of all, they don’t want to be seen as “stupid” by their peers. Fitting in is feeling comfortable with other kids their age; feeling “regular” or “normal.” Ultimately, the goal is making reliable friends and establishing close relationships with people.</p>
<p>Dr. Weinstein observes, “At the end of four years in the P’TACH program, you cannot tell the difference between the P’TACH seniors and the mainstream girls. That’s the goal.”</p>
<p>What about the atypical teens for whom conforming is an even greater challenge? Some children are artistic types, for instance, so learning differences or not, they would stand out as different. They may dress differently or express themselves in other creative ways. Others may be naturally shy, while still others may be first generation Americans and need help fitting in culturally.</p>
<p>Dr. Weinstein explains that every child is different and that the P’TACH program in all of its facets &#8211; academics, socialization and guiding children through the maturation process &#8211; takes a holistic approach to each child. Differences in personality, family circumstances as well as in learning style are taken into account</p>
<p>One recent graduate, a very talented artist, felt left out. Dr. Weinstein helped her understand that it wasn’t necessary to be friends with everyone in school; she should work on one friend at a time and that close friendships with one or a few girls are meaningful. This young woman grew to have close friends and found her place in the world in an arts program in Israel. “</p>
<p>We engineer relationships,” Dr. Weinstein says. “For the very, very shy, we implement a ‘shaping program.’ Girls are encouraged to take small steps to learn to socialize. Perhaps they first stand next to other girls or a girl they’d like to talk to. We practice a special, friendly voice for when they finally make the move to engage in conversation. The motivation to succeed socially is very strong. For the girls that deny they need help, we are always tweaking motivation.”</p>
<p>Children with learning differences may also have problems at home that contribute to educational and social delay. Dr. Weinstein often recommends family therapy outside P’TACH, which can change family dynamics in a very healthy way. Parents may get help individually, while others seek help for the family as a whole. In either case, Dr. Weinstein and the P’TACH staff work closely to see that the child involved progresses and feels comfortable in school while family relationships change and evolve.</p>
<p>Dr. Weinstein points out another aspect of the importance of fitting in with peers: friendships pull children through the hard times, with school or family or other relationships. Helping children navigate socially brings all kinds of benefits. And, the older girls at P’TACH are aware of this; they tend to mentor the younger girls, promoting a feeling of belonging.</p>
<p>“In the social and emotional realms, children with learning differences are the same as any other teenagers. They want the same things – acceptance and appreciation. I tell parents, ‘If you sense they’re not engaged, don’t be afraid to get help from therapists and encourage your children to reach out to other kids.’</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/news/a-conversation-with-dr-elin-weinstein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Past Newsletters</title>
		<link>http://www.ptach.org/newsletter/past-newsletters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=past-newsletters</link>
		<comments>http://www.ptach.org/newsletter/past-newsletters/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 19:07:32 +0000</pubDate>
		<dc:creator>ptach</dc:creator>
				<category><![CDATA[newsletter]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=481</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fwww.ptach.org%2Fwp-content%2Fuploads%2F2011%2F02%2Ffall09.pdf&embedded=true" width="600" height="704" marginwidth="0" marginheight="0" frameborder="0"></iframe>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/newsletter/past-newsletters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>raffle</title>
		<link>http://www.ptach.org/fundraising/raffle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=raffle</link>
		<comments>http://www.ptach.org/fundraising/raffle/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 02:58:08 +0000</pubDate>
		<dc:creator>ptach</dc:creator>
				<category><![CDATA[fundraising]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=463</guid>
		<description><![CDATA[ENTER FOR A CHANCE TO WIN: GRAND PRIZE: $10,000 CASH 2ND PRIZE: $1,000 LIST PRICE OF ARTSCROLL BOOKS OF YOUR CHOICE &#8230;BECAUSE EVERY JEWISH CHILD DESERVES A CHANCE AND SO DO YOU!]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;"><strong>ENTER FOR A CHANCE TO WIN:</strong></span><br />
GRAND PRIZE:</p>
<p><strong><span style="color: #ff6600;">$10,000 CASH</span></strong><br />
2ND PRIZE:<br />
<strong><span style="color: #ff6600;">$1,000 LIST PRICE OF<br />
ARTSCROLL BOOKS OF YOUR CHOICE</span></strong><br />
<strong>&#8230;BECAUSE EVERY JEWISH CHILD DESERVES A CHANCE<br />
AND SO DO YOU!</strong><br />

<div id='products_page_container' class="wrap wpsc_container">

	
			


	
	
			<div class='wpsc_category_details'>
						
					</div>
			
		
		<!-- Start Pagination -->
				<!-- End Pagination -->
		
		
					
	
			<p>There are no products in this group.</p>
	
		
		
		<!-- Start Pagination -->
				<!-- End Pagination -->
		
		
	</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/fundraising/raffle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.ptach.org/uncategorized/401/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=401</link>
		<comments>http://www.ptach.org/uncategorized/401/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 03:55:47 +0000</pubDate>
		<dc:creator>ptach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ptach.org/?p=401</guid>
		<description><![CDATA[Click to download Ad-Blank]]></description>
			<content:encoded><![CDATA[<p><a rel="id=&quot;inline_tf_pay&quot;" href="http://www.ptach.org/donate/?camp_id=1"><img src="http://ptach.org/wp-content/themes/ptach/images/cards.png" alt="TransFirst- The safer, easier way to pay online." width="250" height="30" /></a></p>
<p><a href="http://www.ptach.org/wp-content/uploads/2011/01/ptachrsvp11.pdf"><img class="alignnone size-full wp-image-431" title="P'TACH Annual Dinner" src="http://www.ptach.org/wp-content/uploads/2011/01/rsvp.jpg" alt="P'TACH Annual Dinner" width="150" height="214" /></a><br />
Click to download<br />
Ad-Blank</p>
<p><!--</p>
<div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div class="paypal-donations">
<input name="cmd" type="hidden" value="_donations" />
<input name="business" type="hidden" />
<input name="item_name" type="hidden" value="Support Ptach" />
<input name="item_number" type="hidden" value="LW3D Plugins" />
<input name="currency_code" type="hidden" value="USD" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="http://ptach.org/wp/wp-content/themes/ptach/images/donation.png" mce_src="http://ptach.org/wp/wp-content/themes/ptach/images/donation.png" type="image" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="http://ptach.org/wp/wp-content/themes/ptach/images/parnes.png" mce_src="http://ptach.org/wp/wp-content/themes/ptach/images/parnes.png" type="image" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="http://ptach.org/wp/wp-content/themes/ptach/images/cards.png" mce_src="http://ptach.org/wp/wp-content/themes/ptach/images/cards.png" type="image" />&#8211;> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ptach.org/uncategorized/401/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

