<?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>Happy Hill Farm Academy</title>
	<atom:link href="http://www.happyhillfarm.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.happyhillfarm.org</link>
	<description>Welcome to Happy Hill Farm Academy</description>
	<lastBuildDate>Wed, 25 Apr 2012 11:23:56 +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>May, 2012 Granbury Shopping Tournament is here!</title>
		<link>http://www.happyhillfarm.org/2012/04/23/may-2012-granbury-shopping-tournament-is-here/</link>
		<comments>http://www.happyhillfarm.org/2012/04/23/may-2012-granbury-shopping-tournament-is-here/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 10:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=1960</guid>
		<description><![CDATA[		<script language="javascript">
			jQuery.noConflict();

			jQuery(document).ready(function () {
				var active_page = jQuery("input[name=page]").val();
				
				if (active_page == 'pay_tuition'){
					jQuery('#tuitionbill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('tuitionbill_same').checked == true) {
							document.getElementById('tuitionBillFirstName').value = jQuery('#tuitionFirstName').val();
							document.getElementById('tuitionBillLastName').value = jQuery('#tuitionLastName').val();
							document.getElementById('tuitionbill_address').value = jQuery('#tuitionAddress').val();
							document.getElementById('tuitionbill_city').value = jQuery('#tuitionCity').val();
							document.getElementById('tuitionBillState').value = jQuery('#tuitionState').val();
							document.getElementById('tuitionBillZip').value = jQuery('#tuitionZip').val();
							document.getElementById('tuitionbill_country').value = jQuery('#tuitionCountry').val();					
						} else {
							document.getElementById('tuitionBillFirstName').value = "";
							document.getElementById('tuitionBillLastName').value = "";
							document.getElementById('tuitionbill_address').value = "";
							document.getElementById('tuitionbill_city').value = "";
							document.getElementById('tuitionBillState').value = "";
							document.getElementById('tuitionBillZip').value = "";
							document.getElementById('tuitionbill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var nDonation = parseFloat(jQuery("input[name='nDonation']").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email = jQuery("#txtEmail").val();
						
						
						if (isNaN(nDonation))
							nDonation = 0;
						
						if (firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || 
				          address1 == "" || city == "" || zip == "" || nDonation == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						} /*else if (!(isValidEmailAddress(email))) {
							alert("Please enter a valid email address");
							//jQuery("#txtEmail").focus();	
							return false;
						} */
						else {
							return true;
						}
					});
				}
				else if(active_page == 'shopping'){
					jQuery('#bill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('bill_same').checked == true) {
							document.getElementById('bill_address').value = jQuery('#txtAddress').val();
							document.getElementById('bill_city').value = jQuery('#txtCity').val();
							document.getElementById('txtBillState').value = jQuery('#txtState').val();
							document.getElementById('txtBillZip').value = jQuery('#txtZip').val();
							document.getElementById('bill_country').value = jQuery('#txtCountry').val();					
						} else {
							document.getElementById('bill_address').value = "";
							document.getElementById('bill_city').value = "";
							document.getElementById('txtBillState').value = "";
							document.getElementById('txtBillZip').value = "";
							document.getElementById('bill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var team = jQuery("#first_name").val();
						var captain = jQuery("#last_name").val();
						var email = jQuery("#email").val();
						var nDonation = parseFloat(jQuery("input[name='nDonation']").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email2 = jQuery("#txtEmail").val();
						
						
						if (isNaN(nDonation))
							nDonation = 0;
						
					if (team == "" || captain == "" || email == "" || firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || address1 == "" || city == "" || zip == "" || nDonation == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						}else {
							return true;
						}
					});
				}				
				else{
					jQuery('#bill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('bill_same').checked == true) {
							document.getElementById('bill_address').value = jQuery('#txtAddress').val();
							document.getElementById('bill_city').value = jQuery('#txtCity').val();
							document.getElementById('txtBillState').value = jQuery('#txtState').val();
							document.getElementById('txtBillZip').value = jQuery('#txtZip').val();
							document.getElementById('bill_country').value = jQuery('#txtCountry').val();					
						} else {
							document.getElementById('bill_address').value = "";
							document.getElementById('bill_city').value = "";
							document.getElementById('txtBillState').value = "";
							document.getElementById('txtBillZip').value = "";
							document.getElementById('bill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var nDonation = parseFloat(jQuery("input:radio[name=nDonation]:checked").val());
						var mem_honor = jQuery("#txtTypeOfHonor").val();
						var other_value = parseFloat(jQuery("#nDonation_other").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email = jQuery("#txtEmail").val();
						
						if (isNaN(other_value))
							other_value = 0;
						if (isNaN(nDonation))
							nDonation = 0;
						if(nDonation > 0){
							var amount = nDonation;
						}
						else{
							var amount = other_value;
						}
						
						if (firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || address1 == "" || city == "" || zip == "" || amount == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						}
						/*else if (!(isValidEmailAddress(email))) {
							alert("Please enter a valid email address");
							//jQuery("#txtEmail").focus();	
							return false;
						} */
						else if ( (nDonation < 35) && (other_value < 35) && (mem_honor != 0) ) {
							alert("You need to have more than $35 for MEMORIAL OR HONOR GIFT!");
							return false;
						} 
						else if (nDonation !='' && other_value !='') {
							alert('You entered two donation amounts');
							return false;
						}
						else if (other_value > 9999.99) {
							alert('There is a $10,000 maximum limit per transaction.');
							return false;
						}
						else {
							return true;
						}

					});
				}
				function isValidEmailAddress(emailAddress) {

					var pattern = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);

					return pattern.test(emailAddress);

				}
				
			});  
			
			function checkSelectedDonationType(){
				if(jQuery('input[name=nDonation]').attr('checked')){
					alert('The amount selected above will be cleared.');
					jQuery("input[name='nDonation']").attr('checked', false);
				} 
			}
			
			function resetAmountRadios(){
				jQuery("input[name='nDonation']").attr('checked', false);
				jQuery("#nDonation_other").val('');
			}
			
		</script>
		<link rel="stylesheet" type="text/css" href="wp-content/themes/thesis/style.css" />
		Benefitting the Students at Happy Hill Farm Academy Join fellow shoppers on for a great time, while your team tries to beat the competition with fun bargain shopping! Lots of Discounts and Prizes! May 4th &#8211; Preview Parties (not required, but lots of fun!) May 5th &#8211; Tournament Day! Participating stores will offer discounts to [...]]]></description>
			<content:encoded><![CDATA[		<script language="javascript">
			jQuery.noConflict();

			jQuery(document).ready(function () {
				var active_page = jQuery("input[name=page]").val();
				
				if (active_page == 'pay_tuition'){
					jQuery('#tuitionbill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('tuitionbill_same').checked == true) {
							document.getElementById('tuitionBillFirstName').value = jQuery('#tuitionFirstName').val();
							document.getElementById('tuitionBillLastName').value = jQuery('#tuitionLastName').val();
							document.getElementById('tuitionbill_address').value = jQuery('#tuitionAddress').val();
							document.getElementById('tuitionbill_city').value = jQuery('#tuitionCity').val();
							document.getElementById('tuitionBillState').value = jQuery('#tuitionState').val();
							document.getElementById('tuitionBillZip').value = jQuery('#tuitionZip').val();
							document.getElementById('tuitionbill_country').value = jQuery('#tuitionCountry').val();					
						} else {
							document.getElementById('tuitionBillFirstName').value = "";
							document.getElementById('tuitionBillLastName').value = "";
							document.getElementById('tuitionbill_address').value = "";
							document.getElementById('tuitionbill_city').value = "";
							document.getElementById('tuitionBillState').value = "";
							document.getElementById('tuitionBillZip').value = "";
							document.getElementById('tuitionbill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var nDonation = parseFloat(jQuery("input[name='nDonation']").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email = jQuery("#txtEmail").val();
						
						
						if (isNaN(nDonation))
							nDonation = 0;
						
						if (firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || 
				          address1 == "" || city == "" || zip == "" || nDonation == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						} /*else if (!(isValidEmailAddress(email))) {
							alert("Please enter a valid email address");
							//jQuery("#txtEmail").focus();	
							return false;
						} */
						else {
							return true;
						}
					});
				}
				else if(active_page == 'shopping'){
					jQuery('#bill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('bill_same').checked == true) {
							document.getElementById('bill_address').value = jQuery('#txtAddress').val();
							document.getElementById('bill_city').value = jQuery('#txtCity').val();
							document.getElementById('txtBillState').value = jQuery('#txtState').val();
							document.getElementById('txtBillZip').value = jQuery('#txtZip').val();
							document.getElementById('bill_country').value = jQuery('#txtCountry').val();					
						} else {
							document.getElementById('bill_address').value = "";
							document.getElementById('bill_city').value = "";
							document.getElementById('txtBillState').value = "";
							document.getElementById('txtBillZip').value = "";
							document.getElementById('bill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var team = jQuery("#first_name").val();
						var captain = jQuery("#last_name").val();
						var email = jQuery("#email").val();
						var nDonation = parseFloat(jQuery("input[name='nDonation']").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email2 = jQuery("#txtEmail").val();
						
						
						if (isNaN(nDonation))
							nDonation = 0;
						
					if (team == "" || captain == "" || email == "" || firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || address1 == "" || city == "" || zip == "" || nDonation == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						}else {
							return true;
						}
					});
				}				
				else{
					jQuery('#bill_same').click(function () {
						//alert(jQuery('#txtAddress').val());
						if (document.getElementById('bill_same').checked == true) {
							document.getElementById('bill_address').value = jQuery('#txtAddress').val();
							document.getElementById('bill_city').value = jQuery('#txtCity').val();
							document.getElementById('txtBillState').value = jQuery('#txtState').val();
							document.getElementById('txtBillZip').value = jQuery('#txtZip').val();
							document.getElementById('bill_country').value = jQuery('#txtCountry').val();					
						} else {
							document.getElementById('bill_address').value = "";
							document.getElementById('bill_city').value = "";
							document.getElementById('txtBillState').value = "";
							document.getElementById('txtBillZip').value = "";
							document.getElementById('bill_country').value = "";
	
						}
					});
					
					jQuery('#submit').click(function () {
						var nDonation = parseFloat(jQuery("input:radio[name=nDonation]:checked").val());
						var mem_honor = jQuery("#txtTypeOfHonor").val();
						var other_value = parseFloat(jQuery("#nDonation_other").val());
						var firstName = jQuery("#txtFirstName").val();
						var lastName = jQuery("#txtLastName").val();
						var creditCardNumber = jQuery("#txtCardNumber").val();
						var cvv2Number = jQuery("#cvv2Number").val();
						var address1 = jQuery("#bill_address").val();
						var city = jQuery("#bill_city").val();
						var zip = jQuery("#txtBillZip").val();
						var email = jQuery("#txtEmail").val();
						
						if (isNaN(other_value))
							other_value = 0;
						if (isNaN(nDonation))
							nDonation = 0;
						if(nDonation > 0){
							var amount = nDonation;
						}
						else{
							var amount = other_value;
						}
						
						if (firstName == "" || lastName == "" || creditCardNumber == "" || cvv2Number == "" || address1 == "" || city == "" || zip == "" || amount == 0) {
							alert ('Please fill all fields marked with an asterisk (*)');
							return false;
						}
						/*else if (!(isValidEmailAddress(email))) {
							alert("Please enter a valid email address");
							//jQuery("#txtEmail").focus();	
							return false;
						} */
						else if ( (nDonation < 35) && (other_value < 35) && (mem_honor != 0) ) {
							alert("You need to have more than $35 for MEMORIAL OR HONOR GIFT!");
							return false;
						} 
						else if (nDonation !='' && other_value !='') {
							alert('You entered two donation amounts');
							return false;
						}
						else if (other_value > 9999.99) {
							alert('There is a $10,000 maximum limit per transaction.');
							return false;
						}
						else {
							return true;
						}

					});
				}
				function isValidEmailAddress(emailAddress) {

					var pattern = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i);

					return pattern.test(emailAddress);

				}
				
			});  
			
			function checkSelectedDonationType(){
				if(jQuery('input[name=nDonation]').attr('checked')){
					alert('The amount selected above will be cleared.');
					jQuery("input[name='nDonation']").attr('checked', false);
				} 
			}
			
			function resetAmountRadios(){
				jQuery("input[name='nDonation']").attr('checked', false);
				jQuery("#nDonation_other").val('');
			}
			
		</script>
		<link rel="stylesheet" type="text/css" href="wp-content/themes/thesis/style.css" />
		<p></p><p id="top" />
<div class="happyhillform">
<p style="text-align: center;"><img class="wp-image-1960 aligncenter" title="shoptourn" src="http://www.happyhillfarm.org/wp-content/uploads/2012/04/shoptourn.png" alt="" width="612" height="185" /></p>
<p><em>Benefitting the Students at Happy Hill Farm Academy</em></p>
<p>Join fellow shoppers on for a great time, while your team tries to beat the competition with fun bargain shopping! Lots of Discounts and Prizes!</p>
<p><strong>May 4th</strong> &#8211; Preview Parties (not required, but lots of fun!)<br />
<strong>May 5th</strong> &#8211; Tournament Day! Participating stores will offer discounts to registered Tournament Shoppers</p>
<form id="directpay" class="directpay" method="post" style="background-color:#ecf0de;">
<table border="0"   cellpadding="0" cellspacing="1" style="background-color:#ecf0de;">
<tbody>
<tr>
<td valign="top"><label for="first_name5">Team Name*</label></td>
<td>
<input  type="text" name="first_name" id="first_name" size="60" class="tname" /></td>
</tr>
<tr>
<td valign="top">Team Captain*</td>
<td>
<input  type="text" name="last_name" id="last_name" size="60" class="tcaptain" /></td>
</tr>
<tr>
<td valign="top"><label for="email"> Email Address *</label></td>
<td>
<input  type="text" name="email" id="email" size="60" class="eaddress" /></td>
</tr>
<tr>
<td valign="top"><label for="telephone">Telephone Number</label></td>
<td>
<input  type="text" name="telephone" id="telephone" size="60" class="tnumber" /></td>
</tr>
<tr>
<td valign="top" colspan="2" >
<div id="line_separator2"></div>
</td>
</tr>
<tr>
<td>Title</td>
<td>
<input name="txtTitle" id="txtTitle" type="text" size="60" class="tname" /></td>
</tr>
<tr>
<td>First Name *:</td>
<td>
<input id="txtFirstName" type="text" name="txtFirstName" size="60" class="tname" /></td>
</tr>
<tr>
<td>Last Name *:</td>
<td>
<input id="txtLastName" type="text" name="txtLastName" size="60" class="tname" /></td>
</tr>
<tr>
<td>Address *:</td>
<td>
<input id="txtAddress" type="text" name="txtAddress" size="60" class="tname" /></td>
</tr>
<tr>
<td>City *:</td>
<td>
<input id="txtCity" type="text" name="txtCity" size="60" class="tname" /></td>
</tr>
<tr>
<td>State *:</td>
<td>
<select id="txtState" name="txtState">
<option></option>
<option value="AK">AK</option>
<option value="AL">AL</option>
<option value="AR">AR</option>
<option value="AZ">AZ</option>
<option value="CA">CA</option>
<option value="CO">CO</option>
<option value="CT">CT</option>
<option value="DC">DC</option>
<option value="DE">DE</option>
<option value="FL">FL</option>
<option value="GA">GA</option>
<option value="HI">HI</option>
<option value="IA">IA</option>
<option value="ID">ID</option>
<option value="IL">IL</option>
<option value="IN">IN</option>
<option value="KS">KS</option>
<option value="KY">KY</option>
<option value="LA">LA</option>
<option value="MA">MA</option>
<option value="MD">MD</option>
<option value="ME">ME</option>
<option value="MI">MI</option>
<option value="MN">MN</option>
<option value="MO">MO</option>
<option value="MS">MS</option>
<option value="MT">MT</option>
<option value="NC">NC</option>
<option value="ND">ND</option>
<option value="NE">NE</option>
<option value="NH">NH</option>
<option value="NJ">NJ</option>
<option value="NM">NM</option>
<option value="NV">NV</option>
<option value="NY">NY</option>
<option value="OH">OH</option>
<option value="OK">OK</option>
<option value="OR">OR</option>
<option value="PA">PA</option>
<option value="RI">RI</option>
<option value="SC">SC</option>
<option value="SD">SD</option>
<option value="TN">TN</option>
<option value="TX">TX</option>
<option value="UT">UT</option>
<option value="VA">VA</option>
<option value="VT">VT</option>
<option value="WA">WA</option>
<option value="WI">WI</option>
<option value="WV">WV</option>
<option value="WY">WY</option>
<option value="AA">AA</option>
<option value="AE">AE</option>
<option value="AP">AP</option>
<option value="AS">AS</option>
<option value="FM">FM</option>
<option value="GU">GU</option>
<option value="MH">MH</option>
<option value="MP">MP</option>
<option value="PR">PR</option>
<option value="PW">PW</option>
<option value="VI">VI</option>
</select>
</td>
</tr>
<tr>
<td>Country:</td>
<td>
<input name="txtCountry" id="txtCountry" type="text" size="60" class="tname" /></td>
</tr>
<tr>
<tr>
<td>ZIP Code *:</td>
<td>
<input id="txtZip" type="text" name="txtZip" class="tname" />(5 or 9 digits)</td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td >Amount</td>
<td>$<br />
<input type="text" name="nDonation" id="nDonation" class="tname" value="" size="10" maxlength="7" onkeyup="return checkSelectedDonationType();" />**there is a $10,000 maximum limit per transaction**</td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td colspan="2"><strong>BILLING INFORMATION</strong></td>
</tr>
<tr>
<td colspan="2">
<input id="bill_same" name="ynBillSame" type="checkbox" value="1" />Same as above</td>
</tr>
<tr>
<tr>
<td>billing address *:</td>
<td>
<input id="bill_address" type="text" name="txtBillAddress" class="tname" size="60" /></td>
</tr>
<tr>
<td>billing city *:</td>
<td>
<input id="bill_city" type="text" name="txtBillCity" class="tname" size="60" /></td>
</tr>
<tr>
<td>billing state *:</td>
<td align="left">
<select id="txtBillState" name="txtBillState">
<option></option>
<option value="AK">AK</option>
<option value="AL">AL</option>
<option value="AR">AR</option>
<option value="AZ">AZ</option>
<option value="CA">CA</option>
<option value="CO">CO</option>
<option value="CT">CT</option>
<option value="DC">DC</option>
<option value="DE">DE</option>
<option value="FL">FL</option>
<option value="GA">GA</option>
<option value="HI">HI</option>
<option value="IA">IA</option>
<option value="ID">ID</option>
<option value="IL">IL</option>
<option value="IN">IN</option>
<option value="KS">KS</option>
<option value="KY">KY</option>
<option value="LA">LA</option>
<option value="MA">MA</option>
<option value="MD">MD</option>
<option value="ME">ME</option>
<option value="MI">MI</option>
<option value="MN">MN</option>
<option value="MO">MO</option>
<option value="MS">MS</option>
<option value="MT">MT</option>
<option value="NC">NC</option>
<option value="ND">ND</option>
<option value="NE">NE</option>
<option value="NH">NH</option>
<option value="NJ">NJ</option>
<option value="NM">NM</option>
<option value="NV">NV</option>
<option value="NY">NY</option>
<option value="OH">OH</option>
<option value="OK">OK</option>
<option value="OR">OR</option>
<option value="PA">PA</option>
<option value="RI">RI</option>
<option value="SC">SC</option>
<option value="SD">SD</option>
<option value="TN">TN</option>
<option value="TX">TX</option>
<option value="UT">UT</option>
<option value="VA">VA</option>
<option value="VT">VT</option>
<option value="WA">WA</option>
<option value="WI">WI</option>
<option value="WV">WV</option>
<option value="WY">WY</option>
<option value="AA">AA</option>
<option value="AE">AE</option>
<option value="AP">AP</option>
<option value="AS">AS</option>
<option value="FM">FM</option>
<option value="GU">GU</option>
<option value="MH">MH</option>
<option value="MP">MP</option>
<option value="PR">PR</option>
<option value="PW">PW</option>
<option value="VI">VI</option>
</select>
</td>
</tr>
<tr>
<td>Billing Zip *:</td>
<td>
<input id="txtBillZip" type="text" name="txtBillZip" class="tname" size="60" /></td>
</tr>
<tr>
<td>billing country</td>
<td>
<input id="bill_country" type="text" name="txtBillCountry" class="tname" size="60" /></td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td><strong>Credit Card Information</strong></td>
</tr>
<tr>
<td>Card Type *:</td>
<td>
<select name="txtCardType">
<option value="Visa">Visa</option>
<option value="MasterCard">MasterCard</option>
<option value="Discover">Discover</option>
<option value="Amex">American Express</option>
</select>
</td>
</tr>
<tr>
<td>Card Number *:</td>
<td>
<input id="txtCardNumber" type="text" name="txtCardNumber" class="tname" size="60" /></td>
</tr>
<tr>
<td>Name on Card *:</td>
<td>
<input id="cc_name" type="text" name="txtCardName" class="tname" size="60" /></td>
</tr>
<tr>
<td>Expiration Date *:</td>
<td>
<select name="nMonthExp">
<option value="1">01</option>
<option value="2">02</option>
<option value="3">03</option>
<option value="4">04</option>
<option value="5">05</option>
<option value="6">06</option>
<option value="7">07</option>
<option value="8">08</option>
<option value="9">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<select name="nYearExp">
<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>
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
<option value="2026">2026</option>
<option value="2027">2027</option>
<option value="2028">2028</option>
<option value="2029">2029</option>
<option value="2030">2030</option>
</select>
</td>
</tr>
<tr>
<td>Card Verification Number *:</td>
<td>
<input id="cvv2Number" type="text" name="cvv2Number" size="3" maxlength="4" class="tname" /></td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td valign="top" colspan="3"><label for="comments"><strong><em><br />
        Other Team Members &amp; Email Addresses</em></strong><br />
        (If registering individually re-enter team name)*</label><br />
             Please include &quot;Shopping Tournament&quot; in the comment box below for your tax deductible $25 per team member entry fee.<br />
        <br />
        Click on the Submit button to submit registration, then click on the submit button below to pay your entry fee.<br />
     <textarea name="comments" maxlength="1000" cols="60" rows="5" class="commentss"></textarea></td>
</tr>
<tr>
<td colspan="2" style="text-align:right">
<input type="submit" name="submit" id="submit" value="Submit"  /></td>
</tr>
</tbody>
</table>
<input type="hidden" name="paymentType" value="Sale" />
<input type="hidden" name="page" value="shopping" />
</form>
<p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2012/04/23/may-2012-granbury-shopping-tournament-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whole Student Experience</title>
		<link>http://www.happyhillfarm.org/2011/09/02/student-experience3/</link>
		<comments>http://www.happyhillfarm.org/2011/09/02/student-experience3/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 10:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=1845</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2011/09/02/student-experience3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whole Student Experience</title>
		<link>http://www.happyhillfarm.org/2011/09/02/student-experience2/</link>
		<comments>http://www.happyhillfarm.org/2011/09/02/student-experience2/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 10:00:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=1842</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2011/09/02/student-experience2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whole Student Experience</title>
		<link>http://www.happyhillfarm.org/2011/09/02/the-whole-student-experience/</link>
		<comments>http://www.happyhillfarm.org/2011/09/02/the-whole-student-experience/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 08:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=1829</guid>
		<description><![CDATA[The Whole Student Experience]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" />The Whole Student Experience</p>
<p><iframe width="560" height="345" src="http://www.youtube.com/embed/EmzkTBoRFzo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2011/09/02/the-whole-student-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE 2011 FLOWSERVE  DALLAS COWBOYS KICKOFF LUNCHEON</title>
		<link>http://www.happyhillfarm.org/2011/07/20/ways-to-donate-to-the-farm/</link>
		<comments>http://www.happyhillfarm.org/2011/07/20/ways-to-donate-to-the-farm/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 21:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://66.147.242.178/~happyhil/2010/03/ways-to-donate-to-the-farm/</guid>
		<description><![CDATA[Special Events are an important part of fund-raising programs at Happy Hill Farm Academy ... » ]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" /><div id="attachment_1811" class="wp-caption aligncenter" style="width: 534px">
	<a href="http://www.happyhillfarm.org/wp-content/uploads/2011/07/992187774_pAVn9-X2.jpg"  rel="lightbox[roadtrip]" title="992187774_pAVn9-X2"><img class="size-full wp-image-1811" title="992187774_pAVn9-X2" src="http://www.happyhillfarm.org/wp-content/uploads/2011/07/992187774_pAVn9-X2.jpg" alt="" width="534" height="208" /></a>
	<p class="wp-caption-text">2011 Flowserve Dallas Cowboys Kickoff Luncheon at Cowboys Stadium</p>
</div></p>
<p><strong>THE 2011 FLOWSERVE DALLAS COWBOYS KICKOFF LUNCHEON</strong></p>
<p><a href="http://www.happyhillfarm.org/wp-content/uploads/2009/08/LockuponSteel_sm-1.jpg"  rel="lightbox[roadtrip]" title="LockuponSteel_sm-1"><img class="alignleft size-medium wp-image-1818" title="LockuponSteel_sm-1" src="http://www.happyhillfarm.org/wp-content/uploads/2009/08/LockuponSteel_sm-1-298x300.jpg" alt="" width="298" height="300" /></a>Dallas Cowboys, awards, kids, and the 2011-2012 football season were on the agenda for the Flowserve Dallas Cowboys Annual Kickoff Luncheon.  This year’s kickoff luncheon was held on<strong> Wednesday, August 31</strong>, beginning with the silent auction at 10:00 a.m. and the luncheon at 11:30 a.m., at the Cowboys Stadium in Arlington.</p>
<p>The event, hosted by the NFL Alumni Association, provided media, friends, and fans with a close-up look at the Cowboys as they headed into the 2011-2012 season.  All proceeds from the event went to benefit the Dallas Cowboys Courage House at Happy Hill Farm Academy.</p>
<p>Brad Sham, long-time voice of Cowboys Radio, emceed the event.  Several awards were given, including the following: 2010 MVP Awards for Offense and Defense; the Tom Landry Legend Award – given to a former Cowboys player; and the Ed Block Courage Award – given to a player who has sustained a career-threatening injury and is again playing at full strength.  Some of the companies sponsoring these awards included the following: Flowserve, Interstate Batteries, Neiman Marcus, Re/Max of Texas, American Airlines, Staples, Ebby Halliday REALTORS, and more.</p>
<p>Stay tuned for information on next year&#8217;s event!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2011/07/20/ways-to-donate-to-the-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employment at Happy Hill Farm</title>
		<link>http://www.happyhillfarm.org/2010/04/24/employment-at-happy-hill-farm/</link>
		<comments>http://www.happyhillfarm.org/2010/04/24/employment-at-happy-hill-farm/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Employment]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=1382</guid>
		<description><![CDATA[Employment at Happy Hill Farm Academy Resident Parent Information » Academy Employment Information »]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" />Employment at Happy Hill Farm Academy</p>
<p><a href="http://www.happyhillfarm.org/campus-life/resident-parents/">Resident Parent Information »</a></p>
<p><a href="http://www.happyhillfarm.org/academy/about-hhfa/employment/">Academy Employment Information »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2010/04/24/employment-at-happy-hill-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Hill Farm Academy online</title>
		<link>http://www.happyhillfarm.org/2010/03/30/welcome-to-happyhill/</link>
		<comments>http://www.happyhillfarm.org/2010/03/30/welcome-to-happyhill/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:08:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Default-Homeslide]]></category>

		<guid isPermaLink="false">http://66.147.242.178/~happyhil/2010/03/welcome-to-happyhill/</guid>
		<description><![CDATA[Welcome to the Happy Hill Farm Academy web site]]></description>
			<content:encoded><![CDATA[Welcome to the Happy Hill Farm Academy web site]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2010/03/30/welcome-to-happyhill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to &#8220;The Farm&#8221;</title>
		<link>http://www.happyhillfarm.org/2010/01/20/sample-post-2/</link>
		<comments>http://www.happyhillfarm.org/2010/01/20/sample-post-2/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 07:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://www.happyhillfarm.org/?p=510</guid>
		<description><![CDATA[Happy Hill Farm Academy contains a “real” 500-acre working farm campus in Granbury, TX ... »]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" /><img class="alignleft size-thumbnail wp-image-843" title="Alpacas" src="http://www.happyhillfarm.org/wp-content/uploads/2010/01/Alpacas-150x150.jpg" alt="Alpacas" width="125" height="125" /><a href="http://www.happyhillfarm.org/wp-content/uploads/2010/01/Cat.jpg"  rel="lightbox[roadtrip]" title="Cat"><img class="size-thumbnail wp-image-846 alignleft" title="Cat" src="http://www.happyhillfarm.org/wp-content/uploads/2010/01/Cat-150x150.jpg" alt="Cat" width="125" height="125" /></a></p>
<p><a href="http://www.happyhillfarm.org/campus-life/the-farm/">Happy Hill Farm Academy does contain a “real” 500-acre working farm campus. Located just south of the Dallas-Fort Worth Metroplex near Granbury, Texas, the Academy is within easy driving distance of both cities. The students are heavily involved in a very active 4-H program. READ MORE »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2010/01/20/sample-post-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Accepting International Student Applications</title>
		<link>http://www.happyhillfarm.org/2010/01/19/international-students-welcome/</link>
		<comments>http://www.happyhillfarm.org/2010/01/19/international-students-welcome/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:42:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[homeslide]]></category>

		<guid isPermaLink="false">http://66.147.242.178/~happyhil/?p=504</guid>
		<description><![CDATA[Happy Hill Farm Academy is open to a small number of international students ... »]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" />
<p style="text-align: left;"><img class="alignleft size-full wp-image-1145" title="international" src="http://www.happyhillfarm.org/wp-content/uploads/2010/01/international.jpg" alt="" width="650" height="274" />In addition to finding deserving students with potential who need the residential school atmosphere that Happy Hill Farm Academy provides, the Academy now accepts a limited number of Day students from the surrounding areas.  These families, dissatisfied with the public educational system, desperately desire a Christian private school education for their children.  Additionally, the campus will be open to a small number of international students.</p>
<p>Once again, these students will come from families who specifically want their children to attend a Christian boarding school, as they prepare for successful life beyond high school.  These two additions to the student body will greatly expand the horizons and opportunities for all students at Happy Hill Farm Academy, as they study and work hard toward successful adulthood and contributing members of society.</p>
<p>Browse over to our <a title="International Admissions forms for Happy Hill Farm Academy" href="http://www.happyhillfarm.org/admissions/international-students/">international admissions page</a> for more information and download application documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2010/01/19/international-students-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enroll Today</title>
		<link>http://www.happyhillfarm.org/2009/08/24/sidepost-enroll/</link>
		<comments>http://www.happyhillfarm.org/2009/08/24/sidepost-enroll/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sideposts]]></category>

		<guid isPermaLink="false">http://66.147.242.178/~happyhil/?p=182</guid>
		<description><![CDATA[ENROLL AT HHFA: Admission Requirements Day Student Application Boarding School Application International Student Application Financial Aid Pay Tuition]]></description>
			<content:encoded><![CDATA[<p></p><p id="top" /><img class="alignleft size-full wp-image-1747" title="enroll_today" src="http://www.happyhillfarm.org/wp-content/uploads/2009/08/enroll_today.jpg" alt="" width="215" height="130" /><br />
<strong><span style="color: #79905c;">ENROLL AT HHFA:</span></strong><br />
<a href="http://www.happyhillfarm.org/academy/admissions/">Admission Requirements</a><br />
<a href="http://www.happyhillfarm.org/academy/admissions/day-students/">Day Student Application</a><br />
<a href="http://www.happyhillfarm.org/academy/admissions/board-students/">Boarding School Application</a><br />
<a href="http://www.happyhillfarm.org/academy/admissions/international-students/">International Student Application</a><br />
<a href="http://www.happyhillfarm.org/academy/admissionsacademic-value-system/financial-aid/">Financial Aid</a><br />
<a href="http://www.happyhillfarm.org/the-academy/pay-tuition/">Pay Tuition</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happyhillfarm.org/2009/08/24/sidepost-enroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

