

<!DOCTYPE html>
<html lang="en">
<head>
	<title>Donate - American Red Cross Disaster Relief </title>

	<meta http-equiv="Pragma" CONTENT="no-cache">
	<meta http-equiv="Expires" CONTENT="-1">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

	<script></script>

	<style>
		@import "RedCrossDisasterReliefCss.cfm";
	</style>


		<script type="text/javascript">
			function Verify(MyForm)
			{
				var msg = '';
				MyForm.Points.value = MyForm.Points.value.replace(/\,/g,'');

		   		if (MyForm.GPPNumber.value == ""){
					msg += '- Club Carlson member number is required\r\n';
				}
				else if (MyForm.GPPNumber.value.length != 16){
					msg += '- Club Carlson member number must be 16 digits\r\n';
				}
				else if (isNaN(MyForm.GPPNumber.value)){
					msg += '- Club Carlson member number must be a number\r\n';
				}

				if (MyForm.FirstName.value == ""){
					msg += '- First Name is required\r\n';
				}

				if (MyForm.LastName.value == ""){
					msg += '- Last Name is required\r\n';
				}

		   		if (MyForm.Points.value.length < 1){
					msg += '- Gold Points to redeem are required\r\n';
				}
				else if (isNaN(MyForm.Points.value)){
					msg += '- Gold Points to redeem must be a number\r\n';
				}
				else if (MyForm.Points.value < 3000) {
					msg += '- Gold Points to redeem must be at least 3,000\r\n';
				}

				if(msg.length > 0)
				{
					alert('Please complete the following items:\r\n' + msg);
					return false;
				}
				else
				{
					return true;
				}
			}
		</script>
		</head>
<body>

	<div class="container">

		<div class="header">

			<img src="https://www.gppsurveys.com/images/cc_header_2.jpg" width="940" height="106" alt="Club Carlson: Carlson's loyalty reward program" style="display: block" />

			<div id="top_navigation_bar">

				<a href="http://www.clubcarlson.com/home.do" target="_BLANK">Home</a>
				|
				<a href="https://www.clubcarlson.com/myaccount/secure/home.do" target="_BLANK">My Account</a>
				|
				<a href="http://www.clubcarlson.com/fgp/redeem/home.do" target="_BLANK">Redeem</a>
				|
				<a href="http://www.clubcarlson.com/fgp/earn/home.do" target="_BLANK">Earn</a>
				|
				<a href="http://www.clubcarlson.com/fgp/memberbenefits/home.do" target="_BLANK">Member Benefits</a>
				|
				<a href="http://www.clubcarlson.com/reservation/clearReservation.do" target="_BLANK">Book a Hotel</a>
				|
				<a href="http://www.clubcarlson.com/destinations/" target="_BLANK">Search by Map</a>
				|
				<a href="http://www.clubcarlson.com/business" target="_BLANK">Business</a>
				|
				<a href="http://www.clubcarlsonvisa.com/19069" target="_BLANK">Club Carlson Visa</a>
				|
				<a href="http://www.clubcarlson.com/profiles/secure/joinRouter.do" target="_BLANK">Join</a>

			</div>

		</div>
		<div class="content">
			
				<div style="width:100%;text-align:center;"><a href="http://www.redcross.org/donate/index.jsp?donateStep=2&itemId=prod10002&scode=RSG00000E020&subcode=RCO_WebBanner">
					
					
						<img src="/images/temp banner.jpg" alt="You can help disaster victims Red Cross web banner" />
					

				</a></div>
			 
			<p>
						<strong>Donate Your Points to Support Red Cross Relief Efforts</strong>
						<br /><br />
						You can help people affected by disasters like hurricanes, tornadoes, floods or other crises by making a gift to American Red Cross Disaster Relief. Your gift enables the Red Cross to prepare for, respond to and help people recover from disasters big and small.
						<br /><br />
						Complete the form below to submit your online donation request to American Red Cross Disaster Relief. Donations can be made in increments of 1,000 points starting at a minimum of 3,000 points. There is no limit to the number of points you can donate.
			            <br /><br />

						<form method="post" class="carlson" Name="Edit" id="Edit" onSubmit="javascript:return Verify(document.Edit);">
							<table cellpadding="0" cellspacing="0" border="0">
								

								<tr>

									<td class="field_name">Club Carlson&#8480; Member Number</td>
									<td class="field_value">
										<input type="text" name="GPPNumber" value="" size="30" maxlength="16" />
									</td>
								</tr>

								<tr>
									<td class="field_name">Member First Name</td>
									<td class="field_value">
										<input type="text" name="FirstName" value="" size="30" maxlength="500" />
									</td>
								</tr>

								<tr>
									<td class="field_name">Member Last Name</td>
									<td class="field_value">
										<input type="text" name="LastName" value="" size="30" maxlength="500" />
									</td>
								</tr>

								<tr>
									<td class="field_name">Points to Redeem</td>
									<td class="field_value">
										

										
										<select class="text" Name="Points">
											<option value="0"></option>
											
												<option value="3000" >3,000</option>
											
												<option value="4000" >4,000</option>
											
												<option value="5000" >5,000</option>
											
												<option value="6000" >6,000</option>
											
												<option value="7000" >7,000</option>
											
												<option value="8000" >8,000</option>
											
												<option value="9000" >9,000</option>
											
												<option value="10000" >10,000</option>
											
												<option value="11000" >11,000</option>
											
												<option value="12000" >12,000</option>
											
												<option value="13000" >13,000</option>
											
												<option value="14000" >14,000</option>
											
												<option value="15000" >15,000</option>
											
												<option value="16000" >16,000</option>
											
												<option value="17000" >17,000</option>
											
												<option value="18000" >18,000</option>
											
												<option value="19000" >19,000</option>
											
												<option value="20000" >20,000</option>
											
												<option value="21000" >21,000</option>
											
												<option value="22000" >22,000</option>
											
												<option value="23000" >23,000</option>
											
												<option value="24000" >24,000</option>
											
												<option value="25000" >25,000</option>
											
												<option value="26000" >26,000</option>
											
												<option value="27000" >27,000</option>
											
												<option value="28000" >28,000</option>
											
												<option value="29000" >29,000</option>
											
												<option value="30000" >30,000</option>
											
												<option value="31000" >31,000</option>
											
												<option value="32000" >32,000</option>
											
												<option value="33000" >33,000</option>
											
												<option value="34000" >34,000</option>
											
												<option value="35000" >35,000</option>
											
												<option value="36000" >36,000</option>
											
												<option value="37000" >37,000</option>
											
												<option value="38000" >38,000</option>
											
												<option value="39000" >39,000</option>
											
												<option value="40000" >40,000</option>
											
												<option value="41000" >41,000</option>
											
												<option value="42000" >42,000</option>
											
												<option value="43000" >43,000</option>
											
												<option value="44000" >44,000</option>
											
												<option value="45000" >45,000</option>
											
												<option value="46000" >46,000</option>
											
												<option value="47000" >47,000</option>
											
												<option value="48000" >48,000</option>
											
												<option value="49000" >49,000</option>
											
												<option value="50000" >50,000</option>
											
										</select>
										
									</td>
								</tr>
								<input type="hidden" name="DonateForm" value="1" />
								<tr>
									<td class="field_name" colspan="2"><input type="image" src="https://www.gppsurveys.com/images/DonateButton.jpg" border="0" style="display: block; margin: 10px;" /></td>
								</tr>
							</table>
						</form>
					</p>
					<p>
						To donate points by phone, please call toll-free (888) 288-8889.
					</p>

					<p>
						To learn more, or to support efforts by making a cash donation, visit <a href="http://www.redcross.org" target="_blank">American Red Cross</a>.
					</p>

					<p>
						<strong>Terms and Conditions:</strong>
						<br /><br />
						Members may donate Points to the American Red Cross in increments of 1,000 Points starting with a minimum donation of 3,000 Points. There is no maximum number of Points a member may donate. If a submitted donation amount exceeds the member’s available Point balance at time of processing, the transaction will not be processed and no donation will be made. Please allow four weeks for donation transactions to be posted to the Member’s account. Donations are non-refundable and non-cancellable after submission. Program will donate $1.60 for every 1,000 points redeemed. Points have no monetary value. Member donation of Points to the Charity is not tax deductible. The American Red Cross will not receive your contact information or acknowledge your redemption of points. Void where prohibited by law. To the maximum extent permitted by law, Club Carlson reserves the right to add, modify or discontinue these terms and conditions and the option to donate Points at any time with or without notice. Submitting a request to donate Points constitutes your acceptance of these terms and conditions. Phone donations of points can be made via +1 (888) 288-8889.
						<br/><br/>
						The American Red Cross name and emblem are used with its permission, which in no way constitutes an endorsement, express or implied, of any product, service, company, opinion or political position. The American Red Cross logo is a registered trademark owned by the American Red Cross. For more information, please visit www.redcross.org
					</p>
					







		

				<p class="legal">
				</p>


		</div>

		<div class="footer">

				<table cellpadding="0" cellspacing="10" border="0" width="100%" class="lockup">
					<tr>
						<td class="carlsonbrand" style="text-align: center; padding-right: 10px; border-right: 1px solid black;">
							<a href="http://www.clubcarlson.com" target="_top"><IMG TITLE="Club Carlson" SRC="../AmericanAirlines/assets/images/Logo_clubcarlson96x50.png" BORDER="0" ALT="Club Carlson"></a>
						</td>
				   <td class="otherbrands">
				    <a href="http://www.quorvuscollection.com/" target="_top"><IMG TITLE="Quorvus Collection" SRC="https://www.gppsurveys.com/images/QC_Logo_100x50.png" BORDER="0" ALT="Quorvus Collection"></a>
				   </td>
				   <td class="otherbrands">
				    <a href="http://www.radissonblu.com" target="_top"><IMG TITLE="Radisson Blu" SRC="https://www.gppsurveys.com/images/Logo_radissonblu100x50.png" BORDER="0" ALT="Radisson Blu"></a>
				   </td>
				   <td class="otherbrands">
				    <a href="http://www.radisson.com" target="_top"><IMG TITLE="Radisson" SRC="https://www.gppsurveys.com/images/Logo_radisson86x50.png" BORDER="0" ALT="Radisson"></a>
				   </td>
				   <td class="otherbrands">
				    <a href="http://www.parkplaza.com" target="_top"><IMG TITLE="Park Plaza" SRC="https://www.gppsurveys.com/images/Logo_ParkPlaza71x50.png" BORDER="0" ALT="Park Plaza"></a>
				   </td>
				   <td class="otherbrands">
				    <a href="http://www.parkinn.com" target="_top"><IMG TITLE="Park Inn by Radisson" SRC="https://www.gppsurveys.com/images/Logo_ParkInn95x50.png" BORDER="0" ALT="Park Inn by Radisson"></a>
				   </td>
				   <td class="otherbrands">
				    <a href="http://www.countryinns.com" target="_top"><IMG TITLE="Country Inns & Suites By Carlson" SRC="https://www.gppsurveys.com/images/Country_Inns_Suites_WarmGray102x51.png" BORDER="0" ALT="Country Inns & Suites By Carlson"></a>
				   </td>
				 </tr>
			</table>

			<a href="http://poweredby.10best.com/pdf/Carlson-LocationsDirectory.php" target="_blank">Hotel Directory</a>
			|
			<a href="http://www.clubcarlson.com/section/terms.home/termsandconditions.sidemenus">Terms &amp; Conditions</a>
			|
			<a href="http://www.clubcarlson.com/siteusageagreement" target="_BLANK">Site Usage Agreement</a>
			|
			<a href="http://www.clubcarlson.com/section/privacy.home/privacy.sidemenus" target="_BLANK">Privacy Policy</a>
			|
			<a href="http://www.clubcarlson.com/offers/displayDetail.do?offerId=1801909" target="_BLANK">Points for Planners</a>
			|
			<a href="http://www.clubcarlson.com/offers/displayDetail.do?offerId=2579585" target="_BLANK">Consumer Alerts</a>
			|
			<a href="http://www.clubcarlson.com/customerservice/customersupport.do" target="_BLANK">Help</a>

			<br /><br />

			&copy; 2018 Club Carlson&#8480; All rights reserved.

		</div>


	</div>

</body>
</html>

	