<?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>Allies NJ</title>
	<atom:link href="http://www.alliesnj.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alliesnj.org</link>
	<description>Allies NJ</description>
	<lastBuildDate>Thu, 16 May 2013 18:21:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Taste of America 2013 &#8211; Online Ticket Sales</title>
		<link>http://www.alliesnj.org/2013/04/taste-of-america-2013-online-ticket-sales/</link>
		<comments>http://www.alliesnj.org/2013/04/taste-of-america-2013-online-ticket-sales/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 17:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News Center]]></category>

		<guid isPermaLink="false">http://www.alliesnj.org/?p=3887</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<script type="text/javascript" src="http://www.alliesnj.org/wp-content/plugins/events-registration//md5.js"></script>
<SCRIPT>


function checkInternationalPhone(strPhone){

// Declaring required variables
var digits = "0123456789";
// non-digit characters which are allowed in phone numbers
var phoneNumberDelimiters = "()- ";
// characters which are allowed in international phone numbers
// (a leading + is OK)
var validWorldPhoneChars = phoneNumberDelimiters + "+";
// Minimum no of digits in an international phone no.
var minDigitsInIPhoneNumber = 10;

function isInteger(s)
{   var i;
    for (i = 0; i < s.length; i++)
    {   
        // Check that current character is number.
        var c = s.charAt(i);
        if (((c < "0") || (c > "9"))) return false;
    }
    // All characters are numbers.
    return true;
}
function trim(s)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not a whitespace, append to returnString.
    for (i = 0; i < s.length; i++)
    {   
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (c != " ") returnString += c;
    }
    return returnString;
}
function stripCharsInBag(s, bag)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not in bag, append to returnString.
    for (i = 0; i < s.length; i++)
    {   
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (bag.indexOf(c) == -1) returnString += c;
    }
    return returnString;
}

var bracket=3
strPhone=trim(strPhone)
if(strPhone.indexOf("+")>1) return false
if(strPhone.indexOf("-")!=-1)bracket=bracket+1
if(strPhone.indexOf("(")!=-1 && strPhone.indexOf("(")>bracket)return false
var brchr=strPhone.indexOf("(")
if(strPhone.indexOf("(")!=-1 && strPhone.charAt(brchr+2)!=")")return false
if(strPhone.indexOf("(")==-1 && strPhone.indexOf(")")!=-1)return false
s=stripCharsInBag(strPhone,validWorldPhoneChars);
return (isInteger(s) && s.length >= minDigitsInIPhoneNumber);
}

function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		    
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }

 		 return true;					
}

function testIsValidObject(objToTest) {
if (objToTest == null || objToTest == undefined) {
return false;
}
return true;
}

function jcap(){

var uword = hex_md5(document.getElementById(jfldid).value);

if (uword==cword[anum-1]) {
return true;
}

else {
return false;
}
}

function validateForm(form) { 
	
var msg = "";

if (form.fname.value == "") {  msg += "\n " +"Please enter your first name."; 
   		form.fname.focus( ); 
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name."; 
   		form.lname.focus( ); 
   		}
	
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}

if(form.phone) {
	if (form.phone.value == "" || form.phone.value==null) {  msg += "\n " +"Please enter your phone number."; 
   		form.phone.focus( ); 
   		}
    if (checkInternationalPhone(form.phone.value)==false){
		msg += "\n " +"Please use correct format for your phone number."; 
		form.value=""
		form.phone.focus()
        }
}
	
if(form.address) {
if (form.address.value == "") {  msg += "\n " +"Please enter your address."; 
   		form.address.focus( ); 
   		}
        }
if(form.city) {
if (form.city.value == "") {  msg += "\n " +"Please enter your city."; 
   		form.city.focus( ); 
   		}  }
if(form.state) {
if (form.state.value == "") { msg += "\n " + "Please enter your state."; 
   		form.state.focus( ); 
   	 }
     }

if(form.zip) {   	    
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code."; 
   		form.zip.focus( ); 
   		 }
         }
    
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
				
	var inputs = form.getElementsByTagName("input");
	var e;

//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
	
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
		
	
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group) 
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			} 
			

	}

	var inputs = form.getElementsByTagName("textarea");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}
     if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
            if (document.getElementById("mySubmit").disabled==true){
                document.getElementById("mySubmit").disabled=false;} 
                document.getElementById("mySubmit").focus( );
            return false;
            
		}
	
	return true;   

}

</SCRIPT>
<p align='center'><img src='A Taste of America'  width='450' align='center'></p><p align='center'><b>Event Registration for A Taste of America - October 10, 2013 - </b></p><table width='100%'><td><td span='2'>The NJ Friends of the Guard &amp; Reserve and Allies, Inc. are joining forces once again for a spectacular fundraiser that will benefit both organization in serving their mission.

Tickets Include: Wine, Beer &amp; Premium Food.  Entertainment By: USO’s very own Liberty Bells  Thanks to the following participating vendors: Americana Diner, Amici Milano, Baldessari&#039;s, Brother&#039;s, Joe Canal&#039;s Discount Liquor Outlet of Lawrenceville, Mercer County Italian American Festival Association, Pete&#039;s Steakhouse, Ritchie and Page Distributors, Rosa&#039;s Ristorante and Pizzeria, Santino&#039;s, Spigola&#039;s and the Trenton Marriott.</td></table><table width='500'><td><b>A Taste of America - October 10, 2013 - Cost $ 50.00</b></p></p>
</td>
<tr>
	<td>
	<form method="post" action="/feed/" onSubmit="mySubmit.disabled=true;return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	
        
	<p align="left"><b>Phone:<br />
  <input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
 
        <p align="left"><b>
     Street:<br />
       	<input tabIndex="5" maxLength="35" size="49" name="address"></b></p>
        <p align="left"><b>
    City:<br />
        <input tabIndex="6" maxLength="25" size="35" name="city"> </b></p>
      
      <p align="left"><b>
    State or province:<br />
    	<input tabIndex="7" maxLength="20" size="18" name="state"></b></p>
	<p align="left"><b>
Postal/Zip Code:<br />
	<input tabIndex="8" maxLength="10" size="15" name="zip"></b></p>
			
			
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>		
      </b></p>
      
      
<hr />
		<input type="hidden" name="regevent_action" value="post_attendee"> 
        <input type="hidden" name="submitted_token" value="441" />
        <input type="hidden" name="event_id" value="30">
	<p align="center"><input type="submit" id="mySubmit" name="mySubmit" value="Submit"/> <font color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	
	</form>
	</td>
</tr>
</table>
</body>

]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2013/04/taste-of-america-2013-online-ticket-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save the Date! &#8220;A Taste of America&#8221; &#8211; Thurs. 10.10. 2013</title>
		<link>http://www.alliesnj.org/2013/03/save-the-date-a-taste-of-america/</link>
		<comments>http://www.alliesnj.org/2013/03/save-the-date-a-taste-of-america/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 15:50:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News Center]]></category>

		<guid isPermaLink="false">http://www.alliesnj.org/?p=1868</guid>
		<description><![CDATA[SAVE THE DATE -  Thursday 10-10-2013    “A Taste of America” 5:30 pm – 8:30 pm Nottingham Ballroom 200 Mercer St., Hamilton, NJ 08690 A Wine, Beer and Food Extravaganza with a silent auction offering many unique, special and one of a kind items. To buy tickets online, click here. Sponsorships, Ads and Tickets available. [...]]]></description>
				<content:encoded><![CDATA[<p><span style="color: #008000;"><strong><span style="font-size: x-large;">SAVE THE DATE -  Thursday 10-10-2013</span></strong><span style="font-size: large;"><b><i> </i></b></span></span><br />
<span style="color: #008000; font-size: large;"> </span><br />
<span style="font-size: large;"><b>“A Taste of America”</b></span><br />
<b><i>5:30 pm – 8:30 pm</i></b><br />
Nottingham Ballroom<br />
200 Mercer St., Hamilton, NJ 08690</p>
<p>A Wine, Beer and Food Extravaganza with a silent auction offering many unique, special and one of a kind items.</p>
<p>To buy tickets online, <a title="Taste of America 2013 Ticket Form" href="http://www.alliesnj.org/?p=3887">click here</a>.</p>
<p>Sponsorships, Ads and Tickets available. <a href="http://www.alliesnj.org/wp-content/uploads/2013/03/TasteOfAmerica-Sponsorships-2013.pdf" target="_blank">Click here</a><br />
For more information, call 609.689.0136 x135 or email <a href="mailto:vrushmore@alliesnj.org">vrushmore@alliesnj.org</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
At Allies, we are excited to announce our 3rd annual &#8220;<span style="font-size: medium;"><strong>ATaste of America</strong></span>&#8221; fundraiser and invite you to support our outreach with a sponsorship.</p>
<p>Below is a snap shot explaining how money raised from <b><i>“A Taste of America”</i></b> helps to grow programming and services that puts our mission and vision of Allies into ACTION enriching the lives of individuals with special needs and disabilities:</p>
<ul>
<li>In support of Allies’ <b><a href="http://www.alliesnj.org/programs-services/allies-career-support-services/greensleeves/">Greensleeves</a></b> initiative which educates and employs individuals with disabilities in a personal way to maximize their abilities to engage in work that is not only meaningful but integral to the community at large.  Greensleeves has two environmentally friendly boutique locations in Somerset County that is committed to sustainability in which program participants also learn how to become stewards of the community and help reduce carbon footprints.  Programs like the Rain Barrels project creates an opportunity for water conservation through recycled products made into beautiful rain barrels to catch run-off water.  The barrels are painted by employees and made available for resale to the public.  Program participants receive on-the-job education &amp; training in running a retail operation based solely on restoring; recycling and up cycling used and donated items.  Once in the hands of some of the most talented and creative employees, these second-hand items become stylish and unique products offered to the public at affordable prices.</li>
<li>In support of the Community Outreach department charged to develop, implement and coordinate a variety of cultural, social and recreational activities that offer the people served an opportunity to have an engaging, fun and active lifestyle.  Features of the program include guest speakers on various topics from finances, travel, politics, health &amp; fitness, etc., event tickets, arts &amp; crafts, etc… Transportation costs tend to be a big expense and challenge.</li>
<li>In support of Project Grow (click on to go to web page) an innovative farming initiative designed to give individuals with disabilities an opportunity to receive employment training, horticultural therapy and nutritional education in a healthy and productive environment.  The farm is located on the West Windsor campus of Mercer County Community College.</li>
</ul>
<p>We also have available current and past issues of our newsletter <span style="text-decoration: underline;"><a href="http://www.alliesnj.org/news-center/allies-newsletter/">“Keeping In Touch”</a></span>, please feel free to review.</p>
<p><b>Please take a moment and review our <a href="http://www.alliesnj.org/wp-content/uploads/2013/03/TasteOfAmerica-Sponsorships-2013.pdf" target="_blank">sponsorship form</a> and</b> <b>complete it TODAY.  We can then immediately start to showcase your partnership for people with special needs and developmental disabilities. </b></p>
<p>We can’t continue to help those less fortunate without your help, so let us know if you have any questions by calling 609-689-0136 x135.</p>
<p>On behalf of all the people we serve with special needs and disabilities, we thank you in advance for your support and all you do!<br />
<b><i> </i></b><br />
<b><i>Allies Public Affairs</i></b><br />
<b><i>Don Tretola, Vice President</i></b><br />
<b><i>Valerie Rushmore, Director </i></b><br />
Allies is a statewide accredited 501(c)(3) non-profit agency, dedicated to providing housing, healthcare, meaningful employment and recreational opportunities to people with special needs in communities of their choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2013/03/save-the-date-a-taste-of-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allies and Woods Services Form Beneficial Partnership</title>
		<link>http://www.alliesnj.org/2012/06/allies-and-woods-services-form-beneficial-partnership/</link>
		<comments>http://www.alliesnj.org/2012/06/allies-and-woods-services-form-beneficial-partnership/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 16:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>
		<category><![CDATA[News Center]]></category>
		<category><![CDATA[Press Releases]]></category>

		<guid isPermaLink="false">http://www.alliesnj.org/?p=2934</guid>
		<description><![CDATA[FOR IMMEDIATE RELEASE Contact: Don Tretola Vice President of Public Affairs Dtretola@alliesnj.org Allies, Inc &#38; Woods Services, a NJ / PA Partnership “Perfect Together” Today marks a new chapter in history  Hamilton, NJ - At the Allies Board of Directors Meeting on April 30, 2011, a resolution was adopted to approve an affiliation that will [...]]]></description>
				<content:encoded><![CDATA[<p>FOR IMMEDIATE RELEASE</p>
<p>Contact: Don Tretola<br />
Vice President of Public Affairs<br />
Dtretola@alliesnj.org</p>
<p style="font-size: 14px; text-align: center;"><strong>Allies, Inc &amp; Woods Services, a NJ / PA Partnership</strong><br />
<strong>“Perfect Together”</strong></p>
<p style="text-align: center;"><strong><em style="font-size: 14px;">Today marks a new chapter in history</em></strong></p>
<p style="text-align: left;" align="center"><strong> </strong><strong>Hamilton, NJ -</strong> At the Allies Board of Directors Meeting on April 30, 2011, a resolution was adopted to approve an affiliation that will create an unprecedented partnership between two organizations with similar missions. Allies will officially merge with Woods Services, a Pennsylvania based non-profit that has been serving people with special needs since 1913. Woods is one of the country&#8217;s largest service providers<strong><strong>,</strong></strong> licensed by the Commonwealth of Pennsylvania, with the  primary goal of maximizing each individual&#8217;s potential while ensuring a high quality of life. They provide residential, educational, vocational training, healthcare and clinical services.</p>
<p>Allies, Inc. is an accredited nonprofit agency based in New Jersey, dedicated to providing housing, healthcare, meaningful employment, educational, vocational training and recreational opportunities to people with special needs in the communities of their choice.</p>
<p>This partnership is beneficial for Allies and New Jersey, as it will provide an opportunity for growth, with potential for advancement opportunities for our employees, as well as added resources that will be used to expand Allies’ critically important services into the future. These two organizations have a strong and passionate vision to make a difference in the lives of people with special needs, and this partnership will ensure that our mission will continue well into the future and enable Allies to retain its corporate identity.</p>
<p>“This affiliation would not be possible without the unwavering support of our Board of Directors, our employees, the State of New Jersey and the Commonwealth of Pennsylvania.  The Woods/Allies affiliation is the perfect ingredient for success in supporting individuals with special needs,&#8221; remarked Elise Tretola, President &amp; CEO of Allies, Inc.</p>
<p align="center"><strong>###</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2012/06/allies-and-woods-services-form-beneficial-partnership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allies selected as Credit Union of New Jersey&#8217;s Employer Group Spotlight</title>
		<link>http://www.alliesnj.org/2012/01/allies-selected-as-credit-union-of-new-jerseys-employer-group-spotlight/</link>
		<comments>http://www.alliesnj.org/2012/01/allies-selected-as-credit-union-of-new-jerseys-employer-group-spotlight/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 20:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>
		<category><![CDATA[News Center]]></category>

		<guid isPermaLink="false">http://www.alliesnj.org/?p=2651</guid>
		<description><![CDATA[CUNJ &#8211; Spotlight article    Congratulation Allies!]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.alliesnj.org/wp-content/uploads/2012/01/CUNJ-Spotlight-article.pdf">CUNJ &#8211; Spotlight article</a>    Congratulation Allies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2012/01/allies-selected-as-credit-union-of-new-jerseys-employer-group-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greensleeves New Somerville Location</title>
		<link>http://www.alliesnj.org/2011/04/support-individuals-with-autism-april-30/</link>
		<comments>http://www.alliesnj.org/2011/04/support-individuals-with-autism-april-30/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 23:32:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>

		<guid isPermaLink="false">http://www.alliesnj.org/?p=2199</guid>
		<description><![CDATA[Information coming soon!!!]]></description>
				<content:encoded><![CDATA[<p>Information coming soon!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2011/04/support-individuals-with-autism-april-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s great to have Allies</title>
		<link>http://www.alliesnj.org/2010/03/its-great-to-have-allies/</link>
		<comments>http://www.alliesnj.org/2010/03/its-great-to-have-allies/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 17:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>

		<guid isPermaLink="false">http://allies.itcn.com/?p=933</guid>
		<description><![CDATA[Letter to the Editor from a parent The Times, August 30, 2009]]></description>
				<content:encoded><![CDATA[<h2><a href="http://www.alliesnj.org/wp-content/uploads/2009/09/Letter-from-parent.pdf">Letter to the Editor from a parent</a></h2>
<p><em>The Times</em>, August 30, 2009</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2010/03/its-great-to-have-allies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allies Celebrates 10 Year Anniversary at September Gala!</title>
		<link>http://www.alliesnj.org/2009/09/allies-celebrates-10-year-anniversary-at-september-gala/</link>
		<comments>http://www.alliesnj.org/2009/09/allies-celebrates-10-year-anniversary-at-september-gala/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:32:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>
		<category><![CDATA[News Center]]></category>

		<guid isPermaLink="false">http://allies.itcn.com/?p=896</guid>
		<description><![CDATA[Watch the Save the Date video! Dear Friends of Allies, Inc., On Friday, September 25, 2009 Allies, Inc. will be hosting our Ten Year Anniversary Gala. We hope you will put this on your calendar as it will be a very exciting evening. Allies, Inc. is a nonprofi t agency dedicated to providing housing, healthcare, [...]]]></description>
				<content:encoded><![CDATA[<h2 style="text-align: center;"><a href="http://www.youtube.com/watch?v=YWz_ETFGdTE">Watch the Save the Date video!</a></h2>
<p>Dear Friends of Allies, Inc.,</p>
<p>On Friday, September 25, 2009 Allies, Inc. will be hosting our Ten Year Anniversary Gala. We hope you<br />
will put this on your calendar as it will be a very exciting evening.</p>
<p>Allies, Inc. is a nonprofi t agency dedicated to providing housing, healthcare, meaningful employment and<br />
recreational opportunities to people with special needs in the communities of their choice. Since 1999,<br />
Allies, Inc. has enriched the lives of people with special needs by promoting their greater independence<br />
with dignity, respect and understanding. Driven by the individual needs of the people we serve, innovation<br />
is the hallmark of Allies services and underscores our every pursuit.</p>
<p>Our previous functions have been very successful and have grown each year. This accomplishment can<br />
be attributed in a large part to individuals and community businesses, which support us by donating items<br />
for auction, making a contribution, advertising in our Ad Journal, or purchasing tickets. We hope we can<br />
count on your support.</p>
<p>Since we are a non-profi t organization, we rely on fund raising to help provide the quality services that<br />
these individuals deserve. I hope that you will take this opportunity to show your support of Allies, Inc.<br />
and the work we do. I am enclosing information on purchasing tickets, advertising in our ad journal,<br />
sponsorships and donation of items for auction. I hope that you will support this event and share this<br />
information with family, friends and local businesses who may also be interested. If you have any questions,<br />
please do not hesitate to call me at 609-689-0136, ext. 156.<br />
On behalf of Allies, Inc., I would like to thank you in advance for your support.</p>
<p>Sincerely,<br />
Donald Tretola<br />
Senior Director of Public Affairs<br />
DTretola@alliesnj.org<br />
(609) 689-0136 x156</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2009/09/allies-celebrates-10-year-anniversary-at-september-gala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allies Inc. adheres to highest standards</title>
		<link>http://www.alliesnj.org/2009/08/allies-inc-adheres-to-highest-standards/</link>
		<comments>http://www.alliesnj.org/2009/08/allies-inc-adheres-to-highest-standards/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 16:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allies In The News]]></category>
		<category><![CDATA[News Center]]></category>

		<guid isPermaLink="false">http://allies.itcn.com/?p=872</guid>
		<description><![CDATA[Appearing in the Asbury Park Press: Recently, the state comptroller released a report that inaccurately brings into question some of the expenses Allies Inc. incurred during our trips with the clients we serve — people with special needs. (&#8220;Audit: Agency billing NJ lacks reviews,&#8221; Aug. 12.) We disagree with the report&#8217;s conclusion that we misused [...]]]></description>
				<content:encoded><![CDATA[<p>Appearing in the <em>Asbury Park Press</em>:</p>
<p>Recently, the state comptroller released a report that inaccurately brings into question some of the expenses Allies Inc. incurred during our trips with the clients we serve — people with special needs. (&#8220;Audit: Agency billing NJ lacks reviews,&#8221; Aug. 12.) We disagree with the report&#8217;s conclusion that we misused public funds.</p>
<p>Allies Inc. offers a variety of programs that enhance the lives of people with cerebral palsy, muscular dystrophy, mental retardation and other developmental disabilities. We provide them with the basic necessities they need to achieve success in life, such as quality housing, a rewarding career, life skills and financial independence.</p>
<p>We also provide people with disabilities the opportunity to travel, explore the world around them and other activities to bring meaning to their lives. Our agency has always adhered to the highest ethical standards, operating on a lean budget and taking great measure to ensure compliance with all New Jersey Division of Developmental Disabilities procedures and state regulations through quarterly reviews by the division. We understand and appreciate the need for the Comptroller&#8217;s Office to ensure fiscal responsibility in state contracts, but our funds are only used for approved basic items such as room and board, transportation and staffing for the people to whom we provide services.</p>
<p>Allies&#8217; trips and special outings are cost-neutral to the taxpayer because we conduct extensive, independent fundraising efforts for these meaningful experiences that bring so much joy to the people with disabilities with whom we work. For the past 10 years, Allies has received exemplary, independent audits for our quality services, professional and caring staff, and cost-efficient practices.</p>
<p>We are proud of the quality services we provide, the variety of choices we offer the families we support and the ethical way in which we conduct ourselves.</p>
<p>Krystal Odell<br />
President &amp; CEO<br />
Allies, Inc.<br />
Hamilton, NJ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alliesnj.org/2009/08/allies-inc-adheres-to-highest-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
