<?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>Qurbani Foundation</title>
	<atom:link href="http://www.qurbani.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qurbani.com</link>
	<description>Qurbani Foundation - Open Your Hands to the Poor and Needy</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:53:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ramadan Appeal 2010</title>
		<link>http://www.qurbani.com/ramadan-appeal-2010/</link>
		<comments>http://www.qurbani.com/ramadan-appeal-2010/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 01:09:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://www.qurbani.com/?p=813</guid>
		<description><![CDATA[lhamdulillah, the beautiful and blessed time of Ramadan is upon us once 
again! As the long summer days of fasting are upon us..]]></description>
			<content:encoded><![CDATA[<h2>Ramadan Giving Campaigns</h2>
<p><img class=" alignnone" src="http://www.qurbani.com/images/ramadan-aid.jpg" alt="Ramadan iftar Appeal" width="555" height="316" /></p>
<h3>Feed the Needy</h3>
<p>During Ramadan, Muslims are encouraged to be charitable. Feeding people at the end of the fasting day represents a very rewarding spiritual act according to Islamic tradition and teachings. Islamic Relief’s Ramadan Food Program offers an opportunity for many needy people around the world who face food insecurity and hunger to be provided with a ‘Ramadan Food Packet’, which ensures that their burden is eased during the month of Ramadan. Each distributed food packet contains an amount of basic food commodities (approximately 33 pounds on average) for a family of 5 for the month of fasting. Each food packet is designed to consist of the most basic required dietary food materials, as suitable for the region/country.</p>
<p>Every year a wide range of beneficiaries are selected, including widows, orphans, destitute, aged, disabled, refugees and people affected by disasters. The beneficiaries are selected in conjunction with local welfare groups working alongside Islamic Relief offices worldwide.</p>
<p>knowing that Ramadan is a time where the best of Muslim giving is showcased,<br />
we are presenting you with three of our most valuable and worthwhile projects to<br />
support during this blessed month and beyond:</p>
<div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_16">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Ramadan_Sehar_Aid" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/sehar-aid.jpg">
															<img class="product_image" id="product_image_16" alt="Ramadan Sehar Aid" title="Ramadan Sehar Aid" src="index.php?image_id=115&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Ramadan Sehar Aid</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Ramadan Sehar Aid</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/ramadan-aid/ramadan-sehar-aid/" method="post" name="1" id="product_16">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_16() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_16(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_16();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_16').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_16(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_16" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_16_15" value="25.00" onclick="donation_price_416(this.value);" /> <b>$25</b> - Food for 2 people durning Ramadan <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_16_15" value="50.00" onclick="donation_price_416(this.value);" /> <b>$50</b> - Food for 4 people durning Ramadan <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_16_15" value="75.00" onclick="donation_price_416(this.value);" /> <b>$75</b> - Food for 6 people durning Ramadan <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_416(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_16").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_416(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_16'>Donation:</label>
								<input type='text' id='donation_price_16' name='donation_price' value='50.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="16" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_16_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/ramadan-aid/ramadan-sehar-aid/" method="post" name="product_16" id="product_extra_16">
						<input type="hidden" value="16" name="prodid"/>
						<input type="hidden" value="16" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div> <div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_3">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Ramada_Food_&amp;_Iftar_Aid" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/food-basket-2.jpg">
															<img class="product_image" id="product_image_3" alt="Ramada Food &amp; Iftar Aid" title="Ramada Food &amp; Iftar Aid" src="index.php?image_id=6&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Ramada Food &amp; Iftar Aid</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Ramada Food &amp; Iftar Aid</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>Qurbani Foundation distributes Ramadan Food Aid among people in extreme poverty. It is distributed as a complete package so a family can easily fast durning Ramadan. You can Donate more in &#8220;Other Amount&#8221; box.</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/ramada-food-iftar-aid/" method="post" name="1" id="product_3">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_3() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_3(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_3();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_3').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_3(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_3" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_3_3" value="50.00" onclick="donation_price_43(this.value);" /> <b>$50</b> - Food for 2 people durning Ramadan <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_3_3" value="100.00" onclick="donation_price_43(this.value);" /> <b>$100</b> - Food for 4 durning Ramadan <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_3_3" value="150.00" onclick="donation_price_43(this.value);" /> <b>$150</b> - Food for family during Ramadan <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_43(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_3").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_43(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_3'>Donation:</label>
								<input type='text' id='donation_price_3' name='donation_price' value='150.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="3" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_3_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/ramada-food-iftar-aid/" method="post" name="product_3" id="product_extra_3">
						<input type="hidden" value="3" name="prodid"/>
						<input type="hidden" value="3" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div> <div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_8">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Zakat_-_Fitrah" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/Zakat-donation-2.png">
															<img class="product_image" id="product_image_8" alt="Zakat - Fitrah" title="Zakat - Fitrah" src="index.php?image_id=26&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Zakat - Fitrah</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Zakat - Fitrah</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>Qurbani Foundation distributes Zakat donations per Shariah (Islamic Law) guidelines as mentioned in <em>Chapter 9: Verse 60 in Al Quran.<br />
</em>You can Donate any amount of Zakat in “Other Amount” box.</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/zakat/zakat-fitrah/" method="post" name="1" id="product_8">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_8() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_8(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_8();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_8').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_8(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_8" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_8_8" value="1.00" onclick="donation_price_48(this.value);" /> <b>$10</b> - Zakat ul-Fitr/Fitrah <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_8_8" value="50.00" onclick="donation_price_48(this.value);" /> <b>$50</b> - Zakat ul-Fitr/Fitrah <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_8_8" value="100.00" onclick="donation_price_48(this.value);" /> <b>$100</b>- Zakat ul-Fitr/Fitrah <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_8_8" value="500.00" onclick="donation_price_48(this.value);" /> <b>$500</b>- Zakat ul-Fitr/Fitrah <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_48(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_8").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_48(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_8'>Donation:</label>
								<input type='text' id='donation_price_8' name='donation_price' value='50.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="8" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_8_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/zakat/zakat-fitrah/" method="post" name="product_8" id="product_extra_8">
						<input type="hidden" value="8" name="prodid"/>
						<input type="hidden" value="8" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div>
<p><img src="http://qurbani.com/images/qurbani-dotten-line.png" alt="http://qurbani.com/images/qurbani-dotten-line.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/ramadan-appeal-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pakistan Flood Emergency Appeal</title>
		<link>http://www.qurbani.com/pakistan-flood-emergency-appeal/</link>
		<comments>http://www.qurbani.com/pakistan-flood-emergency-appeal/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://www.qurbani.com/newsite/?p=383</guid>
		<description><![CDATA[Nearly half a million people are left displaced and abandoned as their homes have collapsed or swept away in landslides.]]></description>
			<content:encoded><![CDATA[<h2>Pakistan Flood Emergency Appeal</h2>
<p><img src="http://qurbani.com/images/pakistan-flood-appeal.jpg" alt="" width="555" height="300" /></p>
<p>Monsoon rains have caused extensive flash flooding throughout Pakistan, killing more than a thousand people and causing widespread damage. Around 2.5 million people have been affected, and the rains are expected to worsen this week.</p>
<p>Three days of torrential rains caused rivers to burst their banks in several places and unleashed widespread destruction in the Khyber-Pakhtunkhwa province, destroying houses, bridges, schools, roads and railway tracks.</p>
<p>Mian Iftikhar Hussain, information minister for Pakistan&#8217;s Khyber-Pakhtoonkhwa announced the latest death toll. He added, &#8220;We fear the death toll will rise once the water recedes. We are facing the worst disaster in the history of our province.&#8221;</p>
<p>Amongst the worst hit areas are Nowshera Charsadda and Swat with hundreds and thousands of people without food, shelter or clean water.</p>
<p>Hundreds of homes and thousands of acres of farmland were destroyed in the North West Frontier Province and Pakistan-administered Kashmir, uprooting entire communities and isolating victims. Many of them have nowhere to go.</p>
<p>The 3 million citizens of Peshawar, the region’s largest city, have been cut off from surrounding areas. Survivors are taking shelter in schools, mosques and areas of high ground.</p>
<p><em>“There were no boats, so we had to use our beds or inflate tubes to float to safer places,” Ghani Mohammad told reporters in Charsadda, one of the worst-affected districts. “We have not received any help. There is no food and no water.”<br />
</em></p>
<h4>Please donate today. Your donation can save lives.</h4>
<p><div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_13">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Food_&amp;_Medical_Services_for_Pakistan_Flood_Victims" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/pakistan-flood-disaster-relief.jpg">
															<img class="product_image" id="product_image_13" alt="Food &amp; Medical Services for Pakistan Flood Victims" title="Food &amp; Medical Services for Pakistan Flood Victims" src="index.php?image_id=76&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Food &amp; Medical Services for Pakistan Flood Victims</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Food &amp; Medical Services for Pakistan Flood Victims</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>As  Pakistan battles an unprecedented catastrophe, funds are desperately  needed to help deliver food aid and medical services to stave off  further  loss of life due to disease and malnutrition</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/food-medical-services-for-pakistan-flood-victims/" method="post" name="1" id="product_13">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_13() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_13(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_13();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_13').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_13(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_13" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_13_13" value="15.00" onclick="donation_price_413(this.value);" /> <b>$15</b> - feeds a family for a day <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_13_13" value="25.00" onclick="donation_price_413(this.value);" /> <b>$25</b> - can provide enough food for a family for a week <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_13_13" value="50.00" onclick="donation_price_413(this.value);" /> <b>$50</b> - provides food and water for a family for an 15 days <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_13_13" value="100.00" onclick="donation_price_413(this.value);" /> <b>$100</b> - buys supplies to run a medical camp for a small village <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_13_13" value="26125.00" onclick="donation_price_413(this.value);" /> <b>$6,125</b> - Will fully fund this project <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_413(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_13").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_413(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_13'>Donation:</label>
								<input type='text' id='donation_price_13' name='donation_price' value='50.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="13" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_13_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/food-medical-services-for-pakistan-flood-victims/" method="post" name="product_13" id="product_extra_13">
						<input type="hidden" value="13" name="prodid"/>
						<input type="hidden" value="13" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div><br />
<img src="http://qurbani.com/images/qurbani-dotten-line.png" alt="" /></p>
<p><div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_17">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Pakistan_Flood_Affected_Families_Immediate_Relief" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/pakistan-flood-affected-families.jpg">
															<img class="product_image" id="product_image_17" alt="Pakistan Flood Affected Families Immediate Relief" title="Pakistan Flood Affected Families Immediate Relief" src="index.php?image_id=128&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Pakistan Flood Affected Families Immediate Relief</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Pakistan Flood Affected Families Immediate Relief</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>Floods  Affected families immediate support for 3,000 families through Clean  drinking water, Mosquito nets &amp; water coolers for safe drinking  water &amp; hygiene promotion and to save 30,000 households</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/pakistan-flood-affected-families-immediate-relief/" method="post" name="1" id="product_17">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_17() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_17(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_17();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_17').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_17(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_17" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="15.00" onclick="donation_price_417(this.value);" /> <b>$15</b> - will provide safe drinking Nadi filter & mosquito net to 1 flood affected family <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="75.00" onclick="donation_price_417(this.value);" /> <b>$75</b> - will provide safe drinking Nadi filter & mosquito nets to 4 flood affected families <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="150.00" onclick="donation_price_417(this.value);" /> <b>$150</b> - will provide safe drinking Nadi filter mosquito net to 8 flood affected families <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="100.00" onclick="donation_price_417(this.value);" /> <b>$100</b> - buys supplies to run a medical camp for a small village <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="500.00" onclick="donation_price_417(this.value);" /> <b>$500</b> - will provide safe drinking Nadi filter mosquito net to 32 flood affected families <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_17_16" value="9250.00" onclick="donation_price_417(this.value);" /> <b>$9,250</b> - Will fully fund this project <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_417(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_17").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_417(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_17'>Donation:</label>
								<input type='text' id='donation_price_17' name='donation_price' value='0.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="17" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_17_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/pakistan-flood-affected-families-immediate-relief/" method="post" name="product_17" id="product_extra_17">
						<input type="hidden" value="17" name="prodid"/>
						<input type="hidden" value="17" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div><br />
<img src="http://qurbani.com/images/qurbani-dotten-line.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/pakistan-flood-emergency-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>East Africa Food Crisis Appeal</title>
		<link>http://www.qurbani.com/east-africa-food-crisis-appeal/</link>
		<comments>http://www.qurbani.com/east-africa-food-crisis-appeal/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 09:39:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://www.qurbani.com/newsite/?p=172</guid>
		<description><![CDATA[The food crisis across East Africa has badly affected Ethiopia, Somalia, Uganda and Kenya. Drought is one of the major factors, along with a number of other issues:]]></description>
			<content:encoded><![CDATA[<h2>East Africa Food Crisis Appeal<br />
<a href="http://www.qurbani.com/east-africa-food-crisis-appeal/#donate"><br />
<img src="http://www.qurbani.com/images/east-africa-food-crisis.jpg" alt="" width="550" height="300" /></a></h2>
<h3>A deadly combination</h3>
<p>The food crisis across East Africa has badly affected Ethiopia, Somalia, Uganda and Kenya. Drought is one of the major factors, along with a number of other issues:</p>
<h3>Changing seasons</h3>
<p>Failed or poor rains are becoming increasingly frequent, leaving communities with less and less time to recover.</p>
<p>In Somalia this is the fifth successive season of poor rains, in Ethiopia it is the fourth and Kenya the third. Communities in northern Kenya recall that rains used to fail once a decade, whereas now they fail every two or three years. The weather in northeast Uganda is also becoming increasingly unpredictable, with longer dry spells. When the rains do come it is often in the form of heavy showers causing floods and landslides.  If the drought continues we will not be able to raise any animals as there will be no pasture or water. So we will have no money to send our children to school. If we can&#8217;t get money from raising animals we don&#8217;t know what else we can do.</p>
<p>Kadra Good, Harshin, Ethiopia</p>
<p><img src="http://qurbani.com/images/east-africa-food-crisis-warning.jpg" alt="" /><img src="http://qurbani.com/images/east-africa-food-crisis-child.jpg" alt="" width="243" height="170" /></p>
<h3>High food prices</h3>
<p>Although the price of staple foods and cereals has fallen since the peak of last year, it remains far above usual prices and unaffordable to many families. In Ethiopia the retail price of white maize– the staple most consumed by the poor – is still 72 per cent higher than the five-year average. In parts of Kenya, maize and beans are 170 per cent higher than normal, while in parts of northeast Uganda prices are 170 per cent above average for millet, 140 per cent for sorghum and 130 per cent for maize.</p>
<p>The cost of water is also rising – in rural Kenya a jerry can of water now costs three times its normal price. People are forced to sell their assets – such as livestock – to pay for food and water, alleviating short term hunger but exacerbating long-term problems.</p>
<h3>Conflict and displacement</h3>
<p>Violent conflict in Somalia has disrupted food production and made poor people even more vulnerable. A quarter of Somalia’s population (1.8m people) have fled their homes, making it much harder to grow food. Roads are highly insecure, meaning food cannot reach markets. In Kenya, food production is much lower since the post-election violence and displacement. In northern Uganda, an influx of returning families after years of conflict has created new pressures. In Kenya, Ethiopia and Uganda, there are increasing problems with localised conflicts over scarce resources.</p>
<h3>Lack of investment and development</h3>
<p>It is no coincidence that many of the areas most affected are rural areas which have suffered decades of neglect and under-development from successive governments, particularly in Kenya and Uganda. Groups such as pastoralists are particularly at risk. These are areas with little access to education, healthcare, water and sanitation – making them even more vulnerable.<br />
African governments and international donors continue to under-invest in small-scale community agriculture and national food production, leaving countries vulnerable to global economic markets and trends.</p>
<p><span id="donate">Donate</span></p>
<p><div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_14">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="East_Africa_Food_Crisis_Fund" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/east-africa-food-crisis-donate.jpg">
															<img class="product_image" id="product_image_14" alt="East Africa Food Crisis Fund" title="East Africa Food Crisis Fund" src="index.php?image_id=89&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> East Africa Food Crisis Fund</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>East Africa Food Crisis Fund</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>This project is feeding and educating orphan children . It is providing life essentials such as food, clothing, medical care and education</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/east-africa-food-crisis-fund/" method="post" name="1" id="product_14">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_14() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_14(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_14();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_14').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_14(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_14" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="10.00" onclick="donation_price_414(this.value);" /> <b>$10</b> - food and water for one person for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="30.00" onclick="donation_price_414(this.value);" /> <b>$30</b> - purchase of ten water containers <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="65.00" onclick="donation_price_414(this.value);" /> <b>$65</b> - purchase of 8 roosters and 16 chickens <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="100.00" onclick="donation_price_414(this.value);" /> <b>$100</b> - food and water for two families for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="200.00" onclick="donation_price_414(this.value);" /> <b>$200</b> - food and water for five families for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_14_14" value="400.00" onclick="donation_price_414(this.value);" /> <b>$400</b> -  fuel cost for one trip to transport food and water <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_414(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_14").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_414(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_14'>Donation:</label>
								<input type='text' id='donation_price_14' name='donation_price' value='0.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="14" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_14_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/east-africa-food-crisis-fund/" method="post" name="product_14" id="product_extra_14">
						<input type="hidden" value="14" name="prodid"/>
						<input type="hidden" value="14" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div><br />
<img src="http://qurbani.com/images/qurbani-dotten-line.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/east-africa-food-crisis-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haiti Earthquake Appeal</title>
		<link>http://www.qurbani.com/haiti-earthquake-appeal/</link>
		<comments>http://www.qurbani.com/haiti-earthquake-appeal/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=122</guid>
		<description><![CDATA[The massive earthquake that struck the Caribbean island of Haiti has left around 200,000 people dead and many more seriously injured.]]></description>
			<content:encoded><![CDATA[<h2>Haiti Earthquake Appeal<br />
<img src="http://www.qurbani.com/images/haiti-earthquake-appeal.jpg" alt="" /></h2>
<p>The massive earthquake that struck the Caribbean island of Haiti has left around 200,000 people dead and many more seriously injured.</p>
<p>The epicentre of the 7.0 magnitude earthquake was just 16 kilometres from the capital Port-au-Prince. Much of the city is made up of slums and poorly constructed houses that could not withstand the force of the earthquake.</p>
<p>Homes, government buildings, offices and hotels all lie in ruins. An estimated 1.5 million people are homeless with most still living out on the streets or in makeshift camps.</p>
<p>Hospitals are struggling to cope with the large numbers of injured people. The water system has been destroyed and the lack of clean water is raising fears of a public health crisis and a possible second disaster caused by serious waterborne diseases.</p>
<p>There is an urgent need for emergency food, clean water, shelter and medical care for those whose lives have been shattered by this tragedy.</p>
<p>Haiti is the poorest country in the Western hemisphere, and struggles from endemic poverty, food shortages and violence. It has suffered from many recent natural disasters including serious hurricanes and storms in 2008.</p>
<h4>Please donate below. Your donation can save lives.  </h4>
<p><div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_12">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Haiti_Earthquake_Relief_Fund" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/haiti-earthquake-donate.jpg">
															<img class="product_image" id="product_image_12" alt="Haiti Earthquake Relief Fund" title="Haiti Earthquake Relief Fund" src="index.php?image_id=64&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Haiti Earthquake Relief Fund</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Haiti Earthquake Relief Fund</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						<p>Qurbani Foundation has been working on a number of different fronts in order to help Haiti stand again. As further relief teams have been despatched to the hardest hit areas, we remain committed to Haiti for the long term.<br />
You can Donate any amount in “Other Amount” box.</p>
</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/haiti-earthquake-relief-fund/" method="post" name="1" id="product_12">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_12() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_12(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_12();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_12').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_12(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_12" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_12_12" value="25.00" onclick="donation_price_412(this.value);" /> <b>$25</b> - Support an earthquake victom for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_12_12" value="50.00" onclick="donation_price_412(this.value);" /> <b>$50</b> - Support an earthquake victom for one month <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_12_12" value="100.00" onclick="donation_price_412(this.value);" /> <b>$100</b> - Support an earthquake victom for three months <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_12_12" value="200.00" onclick="donation_price_412(this.value);" /> <b>$200</b> - Support an earthquake victom for six months <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_412(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_12").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_412(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_12'>Donation:</label>
								<input type='text' id='donation_price_12' name='donation_price' value='0.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="12" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_12_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/haiti-earthquake-relief-fund/" method="post" name="product_12" id="product_extra_12">
						<input type="hidden" value="12" name="prodid"/>
						<input type="hidden" value="12" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div><img src="http://www.qurbani.com/images/qurbani-dotten-line.png" alt="" width="622" height="13" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/haiti-earthquake-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yemen Emergency Appeal</title>
		<link>http://www.qurbani.com/yemen-emergency-appeal/</link>
		<comments>http://www.qurbani.com/yemen-emergency-appeal/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:37:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=70</guid>
		<description><![CDATA["Allah’s creation is our problem! It’s not for someone else to fix or for others to worry about – we are all individually responsible for our actions.]]></description>
			<content:encoded><![CDATA[<h2>Yemen Emergency Appeal</h2>
<p><img src="http://qurbani.com/images/yemen-emergency.jpg" alt="" width="555" height="328" /></p>
<p>The latest round of violent conflict between government forces and Al Houthi rebels has been raging in northern Yemen since August 2009. The fighting has displaced more than 250,000 people, mainly women and children. People have fled south where some have sought refuge in camps, while others are living in makeshift shelters by the side of the road or with local host families.</p>
<p>The conflict has now spread to 13 districts in Sa’ada and neighbouring governorates including Amran, and civilians continue to be killed and injured on a daily basis. However, health facilities are struggling to continue operating, leading to concerns over outbreaks of disease.</p>
<h4>Food shortages</h4>
<p>Many basic necessities are no longer available in the market. Food in Sa’ada is running low and the cost of what is available has risen dramatically, but people are afraid to leave their homes to travel to the markets. There are also shortages of fuel and frequent blackouts, and all communication lines are currently down.</p>
<p>Because of the volatile security situation, few humanitarian workers are able to get access to those still trapped in the conflict zone.</p>
<h4>Overcrowded camps</h4>
<p>Those who have managed to flee from Sa’ada have travelled further south to neighbouring governorates such as Hajjah, Amran and Al Jowf or tried to cross the border into Saudi Arabia. Some are staying with friends and relatives; others are living in public buildings such as schools, while an increasing number have settled in overcrowded camps and in informal settlements along the road.</p>
<p>With a growing number of displaced people and continued insecurity, aid agencies are struggling to provide all the necessary basic services. There are also concerns that overcrowding and limited health services, could lead to serious health problems.</p>
<p>There are currently more than 16,200 displaced people living in Al Mazrak 1 camp near Haradh which is being managed by Qurbani Foundation, and the numbers are growing on a daily basis. Al Mazrak 1 now houses more than double its intended capacity, with more people camped outside waiting for assistance.</p>
<p>To ease the pressure on this camp, Qurbani Foundation has set up and is running Al Mazrak 3 which currently houses around 800 people.</p>
<h4>Psychological trauma</h4>
<p>Inside the camps over 80 per cent of the residents are women and children, many of whom are suffering from trauma. There are also many health problems with around one third of the children in the camp suffering from malnutrition.</p>
<p>With no end to the conflict in sight there is an urgent need to ensure that all the displaced people are provided with food, shelter, healthcare and protection, as well as extending to the same support to those still trapped in the conflict zone.</p>
<h4>Please donate today. Your donation can save lives.</h4>
<p><div id='products_page_container' class="wrap wpsc_container">
	
		
		
	<div class="productdisplay">
						<div class="single_product_display product_view_15">
				<div class="textcol">
					<div class="imagecol">
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
						  <tr>
							<td valign="top" align="center">
							
							<table width="36%" border="0" align="left" cellpadding="0" cellspacing="0">
							  <tr>
								<td valign="top" align="center">
								 
								<table height="275px" width="275px" border="0" cellspacing="0" cellpadding="0" align="center">
								  <tr>
									<td height="250px" width="250px" align="center" style="border:1px solid #CCCCCC;">
																							<a rel="Yemen_Emergency_Fund" href="http://www.qurbani.com/wp-content/uploads/wpsc/product_images/pakistan-flood-disaster-relief.jpg">
															<img class="product_image" id="product_image_15" alt="Yemen Emergency Fund" title="Yemen Emergency Fund" src="index.php?image_id=76&amp;width=275&amp;height=275"/>
														</a>
												</td>
								  </tr>
								</table></td>
							  </tr>
							  <tr>
								<td height="27" width="" align="left" bgcolor="#474747" style=" font-size:12px; color:#FFFFFF; padding-left:10px; font-family:Verdana, Arial, Helvetica, sans-serif;"> Yemen Emergency Fund</td>
							  </tr>
							</table></td>
						  </tr>
						</table>
					</div>
		
					<div class="producttext">
						<h2 class="prodtitles"><span>Yemen Emergency Fund</span></h2>
													
						
						<div class="wpsc_description">
						<span style="font-size:1.2308em; color: rgb(101, 144, 175); font-weight:bold; ">Summary</span><br />
						</div>
		
																
					
										<div class="custom_meta">
											</div>
										
					
					<form class='product_form' enctype="multipart/form-data" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/yemen-emergency-fund/" method="post" name="1" id="product_15">
										
										<table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <tr height="25">
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#6590AF">How You Can Help:</td>
                              </tr>
                              <tr height="25">
                                                            <script>
							  function getXMLHTTP_15() { //fuction to return the xml http object
														var xmlhttp=false;	
														try{
															xmlhttp=new XMLHttpRequest();
														}
														catch(e)	{		
															try{			
																xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
															}
															catch(e){
																try{
																xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
																}
																catch(e1){
																	xmlhttp=false;
																}
															}
														}
															
														return xmlhttp;
													}
							  	function monthly_15(val)
								{
										var strURL="http://www.qurbani.com/monthly.php?monthly="+val;
										var req = getXMLHTTP_15();
										if (req) {
											
											req.onreadystatechange = function() {
												if (req.readyState == 4) {
													// only if "OK"
													if (req.status == 200) {						
														document.getElementById('monthly_15').innerHTML=req.responseText;						
													} else {
														alert("There was a problem while using1 XMLHTTP:\n" + req.statusText);
													}
												}				
											}			
											req.open("GET", strURL, true);
											req.send(null);
										}		
									
								}
							  </script>
                                <td style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#DB8600">Make a <select name="ddltype" id="ddltype" onchange="monthly_15(this.value);">
                                				<option value="0">one-time</option>
                                                <option value="1">monthly recuring</option>
                                			</select> &nbsp;donation</td>
                              </tr>
                            </table>
                            <div id="monthly_15" style="display:none;">
                            </div>
					
										<!--<div class="wpsc_variation_forms">
													<p>
								<label for="">:</label>
																<select class='wpsc_select_variation' name="variation[]" id="">
																	<option value="" ></option>
																</select> 
							</p>
											</div>-->
                    <div class="wpsc_variation_forms">
                               										<!--<p>
										<label for="">:</label>
																				<select class='wpsc_select_variation' name="variation[]" id="">
																					<option value=""  ></option>
																				</select> 
									</p>-->
                                    <p>
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="10.00" onclick="donation_price_415(this.value);" /> <b>$10</b> - food and water for one person for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="30.00" onclick="donation_price_415(this.value);" /> <b>$30</b> - purchase of ten water containers <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="65.00" onclick="donation_price_415(this.value);" /> <b>$65</b> - purchase of 8 roosters and 16 chickens <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="100.00" onclick="donation_price_415(this.value);" /> <b>$100</b> - food and water for two families for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="200.00" onclick="donation_price_415(this.value);" /> <b>$200</b> - food and water for five families for two weeks <br />
                                    	
                                    	<input type="radio" name="variation1" id="variation_select_15_14" value="400.00" onclick="donation_price_415(this.value);" /> <b>$400</b> -  fuel cost for one trip to transport food and water <br />
                                                                        </p>
                                    <script type="text/javascript" language="javascript">
										function donation_price_415(val1)
										{
											//alert(val1);
											document.getElementById("donation_price_15").value = val1;
										}
									</script>
                                   	<input type="radio" name="variation1" id="variation1" value=""  />&nbsp;<strong>$</strong><input type="text" name="other" id="other" value="" onblur="donation_price_415(this.value);" size="5" /> Other amount
															</div>
														
					
					<!-- THIS IS THE QUANTITY OPTION MUST BE ENABLED FROM ADMIN SETTINGS -->
										
						<div class="wpsc_product_price">
							                            <div style="display:none;">
								<label for='donation_price_15'>Donation:</label>
								<input type='text' id='donation_price_15' name='donation_price' value='0.00' size='6' />
                                </div>
								<br />
							
							
													</div>
											
					<input type="hidden" value="add_to_cart" name="wpsc_ajax_action"/>
					<input type="hidden" value="15" name="product_id"/>
							
										
					
					<!-- END OF QUANTITY OPTION -->
																											<!--<input type="submit" value="" name="Buy" class="wpsc_buy_button" id="product__submit_button"/>-->
	<input type="image" value="Add To Cart" name="Buy" class="wpsc_buy_button" id="product_15_submit_button" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/themes/default/123.png"/>
																	
							<div class='wpsc_loading_animation'>
								<img title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" class="loadingimage" />
								Updating cart...							</div>
							
																</form>
					
										
											
						
										</div>
		
					<form onsubmit="submitform(this);return false;" action="http://www.qurbani.com/donate/gift-catalog/disaster-relief/yemen-emergency-fund/" method="post" name="product_15" id="product_extra_15">
						<input type="hidden" value="15" name="prodid"/>
						<input type="hidden" value="15" name="item"/>
					</form>
				</div>
			</div>
		</div>
		
		
		<div id='fancy_notification'>
  <div id='loading_animation'>
<img id="fancy_notificationimage" title="Loading" alt="Loading" src="http://www.qurbani.com/wp-content/plugins/wp-e-commerce/images/indicator.gif" />Loading...
  </div>
  <div id='fancy_notification_content'>
  </div>
</div>
	

</div><br />
<img src="http://qurbani.com/images/qurbani-dotten-line.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/yemen-emergency-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denan Crises Appeal</title>
		<link>http://www.qurbani.com/denan-crises-appeal/</link>
		<comments>http://www.qurbani.com/denan-crises-appeal/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:35:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=68</guid>
		<description><![CDATA[Refugee families leave their homes to walk for days to reach food &#038; water
]]></description>
			<content:encoded><![CDATA[<p>Refugee families leave their homes to walk for days to reach food &amp; water</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/denan-crises-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sumatra, Indonesia Earthquake Appeal</title>
		<link>http://www.qurbani.com/indonesia-earthquake-victims-appeal/</link>
		<comments>http://www.qurbani.com/indonesia-earthquake-victims-appeal/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:32:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=65</guid>
		<description><![CDATA[we've launched an urgent appeal for Indonesia earthquake victims. ]]></description>
			<content:encoded><![CDATA[<h2 style="width: 240px; margin-bottom: 5px;">Sumatra, Indonesia Earthquake Appeal</h2>
<div style="width: 240px; font-size: 14px;">
<p>The situation in Padang, where the earthquake measuring 7.6 on the Richter scale took place on Wednesday 30th of September has triggered a massive response by Ummah Welfare Trust.</p></div>
<div id="example" style="width: 695px; padding-top: 0px;">
<div id="UWTsresponse">
<p><a href="http://www.qurbani.com/newsite/wp-admin/article.asp?id=347"></a> <br />
<strong>QURBANI FOUNDATION EMERGENCY RESPONSE</strong></p>
<p><strong>Target: </strong>To initially aid 500 people for 30 days of service:</p>
<p>- Set up public kitchen that will provide daily food<br />
- Basic medical supplies<br />
- Survival kits including blankets etc<br />
- Hygiene kits<br />
- Prayer facilities and equipment<br />
- Temporary water supply<br />
- Sanitation and hygiene<br />
- Education</p>
<p><strong>Cost per person is $100 for 30 days service</strong></p>
<div id="Multimedia">
<div id="appeal_gallery">
<h2>Images from the field</h2>
<div>Click on an image to enlarge</div>
<p><a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0007_image015.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0007_image015.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0017_image031.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0017_image031.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0026_image042.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0026_image042.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0032_image029.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0032_image029.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0037_image051.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0037_image051.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0040_image054.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0040_image054.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0041_image055.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0041_image055.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0042_image056.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0042_image056.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0044_image058.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0044_image058.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0045_image059.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0045_image059.jpg" alt="" width="95" /></a> <a href="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0055_image069.jpg"><img src="http://www.uwt.org/Gallery/Flash/Indonesia/Sumatra-Destruction/images/slide0055_image069.jpg" alt="" width="95" /></a></p>
<div><a>1</a> |</div>
</div>
<div id="Situation"><strong>The situation in Padang, where the earthquake measuring 7.6 on the Richter scale took place on Wednesday 30th of September has triggered a massive response by Ummah Welfare Trust. </strong></div>
<p><span style="FONT-SIZE: x-large">1,100</span> dead<br />
<span style="FONT-SIZE: x-large">325,000</span> people affected</p>
<p>The death toll is rising on a daily basis and it is feared the situation is much worse than initially anticipated. UWT partners are already on the ground assessing the level of destruction and the relief effort that is required.</p>
<p>Water supply is an immediate problem for many of those left stranded. 80% of buildings have been destroyed. Therefore the requirement for emergency shelter is critical.</p>
<p>According to the Indonesian government which is welcoming international help, states priority needs are medical supplies, petrol, generators, sanitation equipment, food and shelter equipment.</p>
<p>Ummah Welfare Trust already has teams working on the ground, but there is a desperate need for funds to continue the essential work. In the past, it has been noted that much of the death, illnesses and child mortality takes place after the disaster, due to the slow arrival of vital life saving aid.</p>
<p><strong>£100,000</strong> has been allocated from the Most Needy budget in order to respond to this disaster. Please <strong>DONATE</strong> generously so that we can respond effectively in the short, medium and long term. Much more funds will be required to provide long term stability to the people affected by this disaster.</p>
<p>Thousands of lives are still at risk.</p>
<p><img src="http://www.uwt.org/site/img/misc/Emergency-Response-Sumatra.jpg" alt="Emergency Response" /><strong><br />
</strong></p>
<p><strong><span style="COLOR: #ff0000">PLEASE SUPPORT OUR RELIEF EFFORTS AND DONATE NOW!</span></strong></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/indonesia-earthquake-victims-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ramadan food shortages Appeal</title>
		<link>http://www.qurbani.com/ramadan-food-shortages-appeal/</link>
		<comments>http://www.qurbani.com/ramadan-food-shortages-appeal/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=27</guid>
		<description><![CDATA[Eight-year-old Shahzad left his home in Charain in Buner District five months ]]></description>
			<content:encoded><![CDATA[<p><strong><span id="ctl00_ContentPlaceHolder1_mainHeading">Ramadan food shortages for Pakistan’s displaced</span></strong><br />
<span id="ctl00_ContentPlaceHolder1_artDate">04 September 2009</span></p>
<div style="PADDING-BOTTOM: 10px; FONT-STYLE: italic; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FLOAT: right; PADDING-TOP: 10px"><img id="ctl00_ContentPlaceHolder1_artMainPic" style="BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" src="http://qurbani.com/newsite/Uploads/emergency/shahzad-with-his-friends-at-qader-nagar-mercy-center-in-rustam-mardan---aug-6th-2009.jpg" alt="" /></div>
<p><span id="ctl00_ContentPlaceHolder1_lblBigPicCaption">.</span></p>
<div><span id="ctl00_ContentPlaceHolder1_lblBodyText">Eight-year-old Shahzad left his home in Charain in Buner District five months ago as the escalation of violence in the region meant it was too dangerous for his family to stay any longer. Shahzad, his parents and four siblings made the journey from their village to Rustam where they are now staying with a local family who took them into their home.</span></div>
<p><span id="ctl00_ContentPlaceHolder1_lblBodyText">Shahzad is one of more than 4,600 children who has benefitted from Islamic Relief’s Mercy Centres, set up as a safe place for displaced children and those from the local community. At these centres they can access education, healthcare, psychological support and safe places to play.</p>
<p>Below, Shahzad explains how he has coped living in a village with people he does not know and the difficulties his family will face this Ramadan.</p>
<p><strong>Lives at risk</strong></p>
<p>“It has been nearly five months since we had to leave our home in Buner,” Shahzad said. “My parents told us that we had to go because our lives were at risk and we could have been killed by the fighting.”</p>
<p>“Back home my father was a driver but now he is struggling to find work,” he said. “We are staying with a family in Qaderabad village but they are not our relatives and I don’t know them.”</p>
<p><strong>Making new friends</strong></p>
<p>“At the beginning it was very difficult living here because I had no friends and nothing was familiar. But then the Islamic Relief Mercy Centre was set up and since I joined I have made new friends. Sajid is from Swat and Haris is from this village and they are my best friends. We all play together and attend the school lessons that the Centre runs.”</p>
<p>“I like going to the centre as I get to do many activities that I love. We do drawing and painting, and play with the toys. I also get to play my favourite sport which is football. In my village there is no proper place to play like we have here.”</p>
<p><strong>Becoming poor</strong></p>
<p>“Since we left our home we have become very poor and I don’t know when or how we will be able to go back to our village,” said Shahzad. “We are really struggling to get enough food at the moment as there is not much to eat. I am not sure what we will eat for our iftars during Ramadan. Last Ramadan we had plenty of food and fruit but now I don’t know what will happen as we are struggling to get just a little bit of food.”</p>
<p>“On Eid day I normally wear new clothes and my father gives me some money so that I can buy ice cream and sweets. But this year I don’t know if we will be in our village and I don’t think my father will have any money to give me or to buy us new clothes.”</p>
<p>Thanks to your support Islamic Relief continues to provide help for children like Shahzad who are still unable to return home. We are also planning to start work in Buner to help people start rebuilding their lives.</p>
<p>To ease the suffering of those in north-west Pakistan who are facing their most difficult Ramadan ever, please <a href="http://www.islamic-relief.com/Donations/">donate here</a>.</p>
<p> </p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/ramadan-food-shortages-appeal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qurbani Appeal</title>
		<link>http://www.qurbani.com/qurbani-appeal/</link>
		<comments>http://www.qurbani.com/qurbani-appeal/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 21:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Appeals]]></category>

		<guid isPermaLink="false">http://qurbani.com/newsite/?p=1</guid>
		<description><![CDATA[In 2008 the Qurbani Foundation Worldwide Qurbani Service benefited hundreds ]]></description>
			<content:encoded><![CDATA[<p>In 2008 the Qurbani Foundation Worldwide Qurbani Service benefited hundreds of thousands of people in over 40 of the world&#8217;s poorest countries. This year, with your support, we want to reach even more people and share the joy this coming Eid al-Adha <em>insha&#8217;Allah</em>.</p>
<h2>» Qurbani 2009» <strong>Countries with strike throughs are no longer available</strong><strong>»</strong> <a href="http://qurbani.com/newsite/wp-admin/#qurbaniprices">Prices by Location</a></p>
<p><strong>»</strong> <a href="http://qurbani.com/about_mh/frequently_asked_questions/fasting_qurbani_and_islamic_issues/">Frequently Asked Questions on Qurbani</a></p>
<p>Muslim Hands has been carrying out qurbanis on behalf of the Muslim community for 15 years. Here are just some of the reasons why you should offer your qurbani through Muslim Hands…</p>
<ul>
<li>We will offer the qurbani in the name you specify, which will be mentioned at the time of slaughter.</li>
<li>We will carry out the qurbani in the country of your choice (or where most needed if you choose).</li>
<li>The meat from your sacrifice will be distributed to the poorest and most needy communities, including widows and orphans.</li>
<li>Animals are purchased locally so you also help local farmers and their community.</li>
<li>We will distribute the fresh meat immediately on the days of Eid in accordance with the Shariah.</li>
</ul>
<p>Please do not forget to also offer your qurbanis in countries not currently in the spotlight. Often following a natural disaster or coverage on our TV screens we feel inclined to give our qurbanis to one or two specific countries. However, the need is great in many parts of the world and, ironically, it is often poor areas that have not been afflicted by disaster that depend most on your generosity in the run up to Eid.</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.qurbani.com/qurbani-appeal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
