<?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>New Zealand Backpackers&#187; swimming</title>
	<atom:link href="http://NZ-backpackers-travel-planner.com/tag/swimming/feed/" rel="self" type="application/rss+xml" />
	<link>http://NZ-backpackers-travel-planner.com</link>
	<description>NZ Travel Planner</description>
	<lastBuildDate>Thu, 03 Mar 2011 00:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Northland NZ Activities</title>
		<link>http://NZ-backpackers-travel-planner.com/northland-nz-activities/</link>
		<comments>http://NZ-backpackers-travel-planner.com/northland-nz-activities/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 00:16:10 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[01 Northland Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[4WD]]></category>
		<category><![CDATA[Bay of Islands]]></category>
		<category><![CDATA[Bay of Islands attractions]]></category>
		<category><![CDATA[Bay of Islands game fishing]]></category>
		<category><![CDATA[Blue Sea fishing]]></category>
		<category><![CDATA[Cape Brett tours]]></category>
		<category><![CDATA[Deep Sea fishing]]></category>
		<category><![CDATA[Deep Sea Fishing charter]]></category>
		<category><![CDATA[Deep Water Fishing]]></category>
		<category><![CDATA[Dolphin tours]]></category>
		<category><![CDATA[Game fishing]]></category>
		<category><![CDATA[Glass bottom boat]]></category>
		<category><![CDATA[Glowworm tours]]></category>
		<category><![CDATA[Goat island]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Gumdigger tours]]></category>
		<category><![CDATA[Hole in the Rock]]></category>
		<category><![CDATA[Kaitaia]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[Kerikeri]]></category>
		<category><![CDATA[Kiwi Bird viewing]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[Northland Attractions]]></category>
		<category><![CDATA[Northland Day Trips]]></category>
		<category><![CDATA[Northland Houseboats]]></category>
		<category><![CDATA[NZ Game Fishing]]></category>
		<category><![CDATA[Paihia Attractions]]></category>
		<category><![CDATA[Paihia fishing]]></category>
		<category><![CDATA[Paihia jet boat tours]]></category>
		<category><![CDATA[Paihia tours]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[pioneer museum]]></category>
		<category><![CDATA[Russell NZ]]></category>
		<category><![CDATA[sailing trips]]></category>
		<category><![CDATA[sea kayaking]]></category>
		<category><![CDATA[swim with dolphins]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[swimming with dolphins]]></category>
		<category><![CDATA[Tutukaka caves]]></category>
		<category><![CDATA[Tutukaka cruises]]></category>
		<category><![CDATA[Waitangi NZ]]></category>
		<category><![CDATA[Waitangi tours]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=1130</guid>
		<description><![CDATA[Bay of Islands and Far North Activities. Northland provides many activities from high energy adventure to relaxing in the sunshine on a beautiful white sand beach.....<a href="/northland-nz-activities/" target="_self"   title="Click to see Details of Bay of Islands and Far North Activities in Northland New Zealand">more....  <img alt="Cape Reinga Lighthouse" src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/capereingalighthouse.jpg" class="alignleft" width="110" height="76" />
<img class="size-full wp-image-508 alignright" title="Northland Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/northlandmap.gif" alt="Northland Area"  width="54" height="76" />Northland and Surrounding Area Activities </a>

<em>Click on the Summary Title above or the Location Map to view 
the Northland, bay of Islands New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc655 = new MultipleOpenAccordion($('accordion655'), {
		                    togglers:$$('#accordion655 .toggler'),       
		                    elements:$$('#accordion655 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc655.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc655.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc655.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Bay of Islands and Far North Activities</h2>
<div class="wp-caption alignleft" style="width: 215px"><img src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/capereingalighthouset.jpg" alt="Cape Reinga Lighthouse" width="205" height="136" /><p class="wp-caption-text">Cape Reinga photo by Ben Crawford</p></div>
<p><img class="size-full wp-image-506 alignright " title="Northland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/northlandmap.gif" alt="Northland" width="134" height="189" /></p>
<p>Northland extends from Auckland, to Cape Reinga and its relaxed, sunny lifestyle stems from a subtropical climate and the myriad of unspoilt islands, bays and beaches around the coastline.<br />
Northland also provides many activities from high energy adventure to relaxing in the sunshine on a beautiful white sand beach.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1130' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
 amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script> <strong>Click on the Bar or the Arrow to Expand the listings below</strong> <div id="accordion655" class="accordion"></p>
<h3 class="toggler">Kaitaia</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">KAITAIA</td>
<td>Gumdiggers Park</td>
<td><a href="http://www.gumdiggerspark.co.nz/" target="_blank">http://www.gumdiggerspark.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">KAITAIA</td>
<td>Millennium Nocturnal Park, Kiwi &amp; Glowworm</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kerikeri</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">KERIKERI</td>
<td>Pete&#8217;s Pioneer And Transport Museum</td>
<td><a href="http://www.petesmuseum.co.nz/" target="_blank">http://www.petesmuseum.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">KERIKERI</td>
<td>Aroha Island Ecological Centre</td>
<td><a href="http://www.arohaisland.co.nz/" target="_blank">http://www.arohaisland.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bay of Islands </h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Butler Point Whaling Museum</td>
<td><a href="http://www.butlerpoint.co.nz/" target="_blank">http://www.butlerpoint.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Dune Rider 4&#215;4 Tours</td>
<td><a href="http://www.dunerider.co.nz/" target="_blank">http://www.dunerider.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Big Game Fishing: Major Tom Charters</td>
<td><a href="http://www.majortom.co.nz/" target="_blank">http://www.majortom.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Blue Sea Fishing</td>
<td><a href="http://www.blueseafishing.co.nz/" target="_blank">http://www.blueseafishing.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>MV Pacific Ranger</td>
<td><a href="http://www.pacific-ranger.co.nz/" target="_blank">http://www.pacific-ranger.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Pacific Ranger</td>
<td><a href="http://www.pacific-ranger.co.nz/" target="_blank">http://www.pacific-ranger.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Straycat Sailing</td>
<td><a href="http://www.straycat.co.nz/" target="_blank">http://www.straycat.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Bay Of Islands Sailing/gungha Ii</td>
<td><a href="http://www.bayofislandssailing.co.nz/" target="_blank">http://www.bayofislandssailing.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Boat Charter Bay Of Islands</td>
<td><a href="http://www.boiboatcharter.co.nz/" target="_blank">http://www.boiboatcharter.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Carino Sailing &amp; Dolphin Charters</td>
<td><a href="http://www.sailingdolphins.co.nz/" target="_blank">http://www.sailingdolphins.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Chelsea Yacht Charter</td>
<td><a href="http://yachtcharter.homestead.com/nz1.html#anchor_12839" target="_blank">http://yachtcharter.homestead.com/nz1.html#anchor_12839</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Cotton Blossom Charters</td>
<td><a href="http://www.cottonblossom-charters.co.nz/" target="_blank">http://www.cottonblossom-charters.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Skydive Ballistic Blondes</td>
<td><a href="http://www.skydiveballisticblondes.co.nz/" target="_blank">http://www.skydiveballisticblondes.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Cape Brett Walks</td>
<td><a href="http://www.capebrettwalks.co.nz/" target="_blank">http://www.capebrettwalks.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Coastal Kayakers Paihia</td>
<td><a href="http://www.coastalkayakers.co.nz/" target="_blank">http://www.coastalkayakers.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Culture North</td>
<td><a href="http://www.culturenorth.co.nz/default.aspx?page=cn.home" target="_blank">http://www.culturenorth.co.nz/default.aspx?page=cn.home</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Dolphin Discoveries</td>
<td><a href="http://www.dolphinz.co.nz/" target="_blank">http://www.dolphinz.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td>Earl Grey Fishing Charters</td>
<td><a href="http://www.dunerider.co.nz/" target="_blank">http://www.dunerider.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BAY OF ISLANDS</td>
<td><a title="View Web site for Adventure Puketi" href="http://www.forestwalks.com/" target="_blank"><span style="color: windowtext; text-decoration: none;">Adventure Puketi</span></a></td>
<td><a href="http://www.forestwalks.com/index.php" target="_blank">http://www.forestwalks.com/index.php</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Paihia</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Arline Fishing Charter</td>
<td>http://www.arlinefishingcharter.co.nz/</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Mack Attack</td>
<td><a href="http://www.mackattack.co.nz/" target="_blank">http://www.mackattack.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>New Zealand Sea Kayak Adventures</td>
<td><a href="http://www.seakayakingadventuresnz.com/" target="_blank">http://www.seakayakingadventuresnz.com/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>R Tucker Thompson Day Sail</td>
<td><a href="http://www.tucker.co.nz/" target="_blank">http://www.tucker.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Freewind Sail And Kayak</td>
<td><a href="http://www.paihia.com/Activities/freewind/mainpage.html" target="_blank">http://www.paihia.com/Activities/freewind/mainpage.html</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Fullers Bay Of Islands</td>
<td><a href="http://www.dolphincruises.co.nz/" target="_blank">http://www.dolphincruises.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Ecocruz Eco Ocean Adventures</td>
<td><a href="http://www.ecocruz.co.nz/" target="_blank">http://www.ecocruz.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">PAIHIA</td>
<td>Excitor</td>
<td><a href="http://www.awesomenz.com/high-speed-adventure-cruise/" target="_blank">http://www.awesomenz.com/high-speed-adventure-cruise/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Waitangi</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WAITANGI</td>
<td>Waitangi National Trust (treaty House)</td>
<td><a href="http://www.waitangi.net.nz/" target="_blank">http://www.waitangi.net.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Russell</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RUSSELL</td>
<td>Atair Sailing Charters</td>
<td><a href="http://www.atair.co.nz/packages.html" target="_blank">http://www.atair.co.nz/packages.html</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Whangaroa</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAROA</td>
<td>Bushmansfriend Wairakau Stream Guided Walk</td>
<td><a href="http://www.bushmansfriend.co.nz/content.asp?PageID=11916&amp;orgfn=content" target="_blank">http://www.bushmansfriend.co.nz/content.asp?PageID=11916&amp;orgfn=content</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAROA</td>
<td>Houseboat Rentals</td>
<td><a href="http://www.houseboatrentals.co.nz/" target="_blank">http://www.houseboatrentals.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tutukaka </h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">TUTUKAKA</td>
<td>Cave Rider</td>
<td><a href="http://www.caverider.co.nz/" target="_blank">http://www.caverider.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">TUTUKAKA</td>
<td>Oceanblue Adventures</td>
<td><a href="http://www.oceanblue.co.nz/" target="_blank">http://www.oceanblue.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">TUTUKAKA</td>
<td>Perfect Day Cruises</td>
<td><a href="http://www.aperfectday.co.nz/" target="_blank">http://www.aperfectday.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Whangarei</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAREI</td>
<td><a title="View Web site for Ae Paintball Ae Karts" href="http://homepages.slingshot.co.nz/%7Eanguskarts/paintball.html" target="_blank"><span style="color: windowtext; text-decoration: none;">Ae Paintball Ae Karts</span></a></td>
<td><a href="http://aefun.co.nz/" target="_blank">http://aefun.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAREI</td>
<td><a title="View Web site for Adrenalin Charters" href="http://www.adrenalincharters.co.nz/" target="_blank"><span style="color: windowtext; text-decoration: none;">Adrenalin Charters</span></a></td>
<td><a href="http://www.adrenalincharters.co.nz/index.htm" target="_blank">http://www.adrenalincharters.co.nz/index.htm</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAREI</td>
<td>Claphams Clocks</td>
<td><a href="http://www.claphamsclocks.co.nz/">http://www.claphamsclocks.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAREI</td>
<td>Strategy Tag Paintball</td>
<td><a href="http://www.strategytag.co.nz/" target="_blank">http://www.strategytag.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">WHANGAREI</td>
<td>Zion Wildlife Gardens</td>
<td><a href="http://www.zionwildlifegardens.co.nz/" target="_blank">http://www.zionwildlifegardens.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Goat Island</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">GOAT ISLAND</td>
<td>Glass Bottom Boat</td>
<td><a href="http://www.glassbottomboat.co.nz/" target="_blank">http://www.glassbottomboat.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<p></div>  <span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1130' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span>  <script type="text/javascript">// <![CDATA[
         google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><a href="/nz-map/" target="_blank"><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></a><br />
<a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/northland-nz-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paihia Beach Northland NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/paihia-beach-northland-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/paihia-beach-northland-nz/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 00:05:31 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[01 Northland Beaches]]></category>
		<category><![CDATA[Bay of Islands attractions]]></category>
		<category><![CDATA[Bay of Islands Beach]]></category>
		<category><![CDATA[East Coast Beach]]></category>
		<category><![CDATA[Harbour Beach]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[Northland Attractions]]></category>
		<category><![CDATA[Northland swimming beach]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=10</guid>
		<description><![CDATA[Paihia Beach Bay of Islands .....<a href="/paihia-beach-northland-nz/" title="Click to see Details of Paihia Beach Bay of Islands Far North New Zealand" target="_self">more.....<img alt=" Paihia Beach" title="Paihia Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/bayofislandssunset.jpg" class="alignleft" width="110" height="76" />
<img class="size-full wp-image-508 alignright" title="Northland Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/northlandmap.gif" alt="Northland Area" width="54" height="76" /> Paihia Beach </a>

<em>Click on the Summary Title above or the Location Map to view 
the Northland, bay of Islands New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Paihia Beach Bay of Islands Northland</h2>
<div id="attachment_506" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-506  " title="Northland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/northlandmap.gif" alt="Northland" width="134" height="189" /><p class="wp-caption-text">Northland</p></div>
<div class="wp-caption alignleft" style="width: 215px"><img title="Paihia Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/bayofislandssunsett.jpg" alt=" Paihia Beach" width="205" height="136" /><p class="wp-caption-text">Photo by Destination Northland</p></div>
<p>The Bay of Islands is a world renowned tourist destination, made up the townships of  Paihia, Waitangi, Russell and Kerikeri.</p>
<p><strong>Paihia</strong> is base to some of the world’s best deep sea fishing charter boats as well as many other sea-borne activities offering experiences ranging from a leisurely sail, to tearing around the Bay of Islands in a jet boat.</p>
<p><strong>Waitangi</strong> is where, in 1840, NZ’s founding document, the Treaty of Waitangi was signed.<br />
A visit to Paihia is not complete without adding a visit to the magnificent Waitangi Treaty House and grounds which offer spectacular views over the bay.</p>
<p>As Paihia Beach is sheltered within the Bay of Islands harbour, it has both fine sand areas and rocky areas. Being within the harbour, the waves are very small, more like those found on a lake rather than an ocean beach.</p>
<p>The Bay of Islands offer shimmering, blue-green, safe waters on any of its many island beaches.</p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/paihia-beach-northland-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auckland NZ Activities</title>
		<link>http://NZ-backpackers-travel-planner.com/auckland-nz-activities/</link>
		<comments>http://NZ-backpackers-travel-planner.com/auckland-nz-activities/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 12:18:33 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[02 Auckland Activities]]></category>
		<category><![CDATA[02 Auckland Beaches]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[4WD]]></category>
		<category><![CDATA[Abseiling]]></category>
		<category><![CDATA[Adventure]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Auckland Central Attractions]]></category>
		<category><![CDATA[Auckland Day Trips]]></category>
		<category><![CDATA[Bridge Climb]]></category>
		<category><![CDATA[Bungy]]></category>
		<category><![CDATA[Bungy Jumping]]></category>
		<category><![CDATA[Canoeing]]></category>
		<category><![CDATA[Canyoning]]></category>
		<category><![CDATA[caving]]></category>
		<category><![CDATA[Climbing]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Diving]]></category>
		<category><![CDATA[Fishing]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Guided Walks]]></category>
		<category><![CDATA[Horse riding]]></category>
		<category><![CDATA[Hot Air Ballooning]]></category>
		<category><![CDATA[Indoor Skiing]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[Motorcycle Riding]]></category>
		<category><![CDATA[motorcycles]]></category>
		<category><![CDATA[mountain biking]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[quad bikes]]></category>
		<category><![CDATA[Quad Biking]]></category>
		<category><![CDATA[skydiving]]></category>
		<category><![CDATA[surfing]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[tramping]]></category>
		<category><![CDATA[Water Sports]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=342</guid>
		<description><![CDATA[<a href="/auckland-nz-activities/" title="Click to see Details of Auckland Activities:Outdoor, Adventure, Sporting, Water sports,  Tramping &#038; Walking, Motor sports Activities etc in New Zealand" target="_self"><img class="size-full wp-image-498 alignright" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="54" height="76" />
Auckland Activities:Outdoor, Adventure, Sporting, Water sports,  Tramping &#038; Walking, Motor sports....more....</a>

<em>Click on the Summary Title above or the Location Map to view 
the Auckland New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc76 = new MultipleOpenAccordion($('accordion76'), {
		                    togglers:$$('#accordion76 .toggler'),       
		                    elements:$$('#accordion76 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc76.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc76.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc76.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Adventure Activities</h2>
<div id="attachment_498" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-498" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="134" height="189" /><p class="wp-caption-text">Auckland</p></div>
<p>Auckland provides a wide range of high energy and low energy activities, from Bungy Jumping or Skydiving, to relaxing in the sunshine on a calm harbour beach.</p>
<p>Auckland City, home to nearly one third of New Zealand’s entire population, is nestled between two beautiful harbours, the Waitemata, on the Pacific and the Manukau on the Tasman Sea.</p>
<p>Auckland has 48 volcanoes, 50 offshore islands, 30,000ha of native bush, and kilometres of beautiful coast.</p>
<p>Auckland has much to offer to traveler; with amazing geography, its warm, humid climate it has inspired a lifestyle that’s regularly ranked in the world’s top ten.</p>
<p>When you tire of exploring the city centre, in a short time you can be cruising to Waiheke Island to visit great vineyards, eateries and art, or one of the many other islands in the Gulf. Trekking through the Waitakere rainforest in the city’s west.<br />
Picnicking on a volcano overlooking the city.<br />
Lazing on one of the North Shores beaches.<br />
Surfing or walking along the black sands of the wild west coast at Piha or Muriwai.<br />
Sampling wines at a vineyard or enjoying a relaxing meal at one of the hundreds of cafes and restaurants the city has on offer.</p>
<p>Auckland has everything you need to keep you interested, from climbing the harbour bridge and bungying off it!<br />
Sail on one of the America’s Cup yachts.<br />
An indoor ski field, underwater aquarium, casino, harbour cruises, a vibrant night life and café culture, and so much more, you’ll never tire of the country’s largest city.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=342' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion76" class="accordion">
<h3 class="toggler">4WD adventure</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Trekker Overland Safaris" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/32370/main-listing/free/" target="_blank">Trekker Overland Safaris</a></td>
<td></td>
<td>4WD adventure</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Bushrider 8x8 Offroad Adventures" href="http://www.bushrider.co.nz/" target="_blank">Bushrider 8&#215;8 Offroad Adventures</a></td>
<td></td>
<td>4WD adventure</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Extreme 4wd Adventures Nz Ltd" href="http://www.extreme4wd.co.nz/" target="_blank">Extreme 4wd Adventures Nz Ltd</a></td>
<td></td>
<td>4WD adventure</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Waiheke Island Mystery Trail" href="http://www.gotowaiheke.com/mysterytrail.htm" target="_blank">Waiheke Island Mystery Trail</a></td>
<td></td>
<td>4WD adventure</td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bungy</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Aj Hackett Bungy Auckland" href="http://www.bungy.co.nz/index.php/pi_pageid/20" target="_blank">Aj Hackett Bungy Auckland</a></td>
<td></td>
<td>Bungy Jumping</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Go Vertical" href="http://www.govertical.co.nz/" target="_blank">Go Vertical</a></td>
<td></td>
<td>Bungy Jumping</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Canoe and Kayak</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Great Barrier Island Kayak Hire" href="http://www.islandkayak.co.nz/" target="_blank">Great Barrier Island Kayak Hire</a></td>
<td></td>
<td>Canoe and Kayak</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Sea Kayaking Ross Adventures" href="http://www.kayakwaiheke.co.nz/" target="_blank">Sea Kayaking Ross Adventures</a></td>
<td></td>
<td>Canoe and Kayak</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for The Tour" href="http://www.thetour.co.nz/" target="_blank">The Tour</a></td>
<td></td>
<td>Canoe and Kayak</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Puhoi River Canoe Hire Ltd" href="http://www.puhoirivercanoes.co.nz/" target="_blank">Puhoi River Canoe Hire Ltd</a></td>
<td></td>
<td>Canoe and Kayak</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Waiheke Island Tours And Kayak Adventures" href="http://www.ki-wi.co.nz/" target="_blank">Waiheke Island Tours And Kayak Adventures</a></td>
<td></td>
<td>Canoe and Kayak</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Cave and Canyoning</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Canyonz" href="http://www.canyonz.co.nz/" target="_blank">Canyonz</a></td>
<td></td>
<td>Cave and Canyoning</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Awol Canyoning Adventures" href="http://www.awoladventures.co.nz/" target="_blank">Awol Canyoning Adventures</a></td>
<td></td>
<td>Cave and Canyoning</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Nikau Cave" href="http://www.nikaucave.co.nz/" target="_blank">Nikau Cave</a></td>
<td></td>
<td>Cave and Canyoning</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Climbing and Abseiling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Auckland Bridge Climb" href="http://www.bungy.co.nz/index.php/pi_pageid/26" target="_blank">Auckland Bridge Climb</a></td>
<td></td>
<td>Climbing and Abseiling</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Clip 'n Climb" href="http://www.clipnclimb.co.nz/" target="_blank">Clip &#8216;n Climb</a></td>
<td></td>
<td>Climbing and Abseiling</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Diving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for First Light Travel – New Zealand Wide" href="http://www.firstlighttravel.com/" target="_blank">First Light Travel – New Zealand Wide</a></td>
<td></td>
<td>Diving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Dive Trail" href="http://www.nzdivetrail.co.nz/" target="_blank">New Zealand Dive Trail</a></td>
<td></td>
<td>Diving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Goat Island Dive" href="http://www.goatislanddive.co.nz/" target="_blank">Goat Island Dive</a></td>
<td></td>
<td>Diving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Orakei Scuba Centre" href="http://www.divetravel.co.nz/" target="_blank">Orakei Scuba Centre</a></td>
<td></td>
<td>Diving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Stirlings Dive Shop" href="http://www.stirlingsdive.co.nz/" target="_blank">Stirlings Dive Shop</a></td>
<td></td>
<td>Diving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Treks and Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Fun Farm Stay" href="http://www.farmfunstaynz.co.nz/" target="_blank">Fun Farm Stay</a></td>
<td></td>
<td>Horse Treks and Riding</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Muriwai Beach Riding Centre" href="http://www.aucklandhorsehire.org.nz/" target="_blank">Muriwai Beach Riding Centre</a></td>
<td></td>
<td>Horse Treks and Riding</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Tasman Rides Horse Trekking" href="http://www.tasmanrides.co.nz/" target="_blank">Tasman Rides Horse Trekking</a></td>
<td></td>
<td>Horse Treks and Riding</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Wild Valley Farm" href="http://www.horseride.co.nz/" target="_blank">Wild Valley Farm</a></td>
<td></td>
<td>Horse Treks and Riding</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hot Air Ballooning</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Balloon Expeditions" href="http://www.balloonexpeditions.co.nz/" target="_blank">Balloon Expeditions</a></td>
<td></td>
<td>Hot Air Ballooning</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Balloon Safaris" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/102730/main-listing/free/" target="_blank">Balloon Safaris</a></td>
<td></td>
<td>Hot Air Ballooning</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">MotorCycle and Quad Bike</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for 4 Track Adventures" href="http://www.4trackadventures.co.nz/" target="_blank">4 Track Adventures</a></td>
<td></td>
<td>Motorcycle &amp; Quad Bike<span> </span></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Crazyhorse Adventure Trike Tours" href="http://www.crazyhorse.co.nz/" target="_blank">Crazyhorse Adventure Trike Tours</a></td>
<td></td>
<td>Motorcycle &amp; Quad Bike<span> </span></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">SkyDiving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Nzskydive" href="http://www.nzskydive.co.nz/auckland" target="_blank">Nzskydive</a></td>
<td></td>
<td>Skydiving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Garlyn Skydiving" href="http://www.garlyn.co.nz/" target="_blank">Garlyn Skydiving</a></td>
<td></td>
<td>Skydiving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Skydive Waiheke" href="http://www.skydivewaiheke.co.nz/" target="_blank">Skydive Waiheke</a></td>
<td></td>
<td>Skydiving</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Fishing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Charter Connection Fishing Charters" href="http://www.charterconnection.co.nz/" target="_blank">Charter Connection Fishing Charters</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Doctor Hook Fishing Adventures" href="http://www.doctorhook.co.nz/" target="_blank">Doctor Hook Fishing Adventures</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Fish Auckland" href="http://www.fishauckland.co.nz/" target="_blank">Fish Auckland</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Fishing Adventures" href="http://www.fishingadventures.co.nz/saltwater.htm" target="_blank">Fishing Adventures</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Gamesail New Zealand" href="http://www.gamesail.co.nz/" target="_blank">Gamesail New Zealand</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Fishing Safaris" href="http://www.nzfishingsafaris.co.nz/" target="_blank">New Zealand Fishing Safaris</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Reel Passion Charters" href="http://www.gamefishcharters.co.nz/" target="_blank">Reel Passion Charters</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for The Serious Fishing Company" href="http://www.kiwiangler.com/" target="_blank">The Serious Fishing Company</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Fat Snapper Charters" href="http://www.fatsnapper.co.nz/" target="_blank">Fat Snapper Charters</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Hunky Dory" href="http://www.hunkydory.co.nz/" target="_blank">Hunky Dory</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Takapu Charters" href="http://www.takapu.com/" target="_blank">Takapu Charters</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Flyfish And Field New Zealand" href="http://www.flyfishandfield.com/" target="_blank">Flyfish And Field New Zealand</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Angling" href="http://www.nzangling.co.nz/" target="_blank">New Zealand Angling</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Andy's Day At The Beach" href="http://www.andysdayatthebeach.co.nz/" target="_blank">Andy&#8217;s Day At The Beach</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Corporate Safaris" href="http://www.fishingnz.co.nz/" target="_blank">Corporate Safaris</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Dream Trout" href="http://www.dreamtrout.com/index.html" target="_blank">Dream Trout</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Hunt Global Ltd" href="http://www.huntglobal.com/" target="_blank">Hunt Global Ltd</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Fishing Safaris" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/24158/main-listing/free/" target="_blank">New Zealand Fishing Safaris</a></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td>Fishing</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Mountain Biking and Cycling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Active New Zealand" href="http://www.activenewzealand.com/" target="_blank">Active New Zealand</a></td>
<td></td>
<td>Mountain Biking &amp; Cycling</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Adventure Cycles" href="http://www.adventure-auckland.co.nz/advcychm.html" target="_blank">Adventure Cycles</a></td>
<td></td>
<td>Mountain Biking &amp; Cycling</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Cruises</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Corporate Safaris" href="http://www.fishingnz.co.nz/" target="_blank">Corporate Safaris</a></td>
<td></td>
<td>Cruises</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Kaipara Cruises" href="http://www.helensville.co.nz/kewpie.htm" target="_blank">Kaipara Cruises</a></td>
<td></td>
<td>Cruises</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for William C Daldy" href="http://www.daldy.com/" target="_blank">William C Daldy</a></td>
<td></td>
<td>Cruises</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bird Watching</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Kiwi Wildlife Tours" href="http://www.kiwi-wildlife.co.nz/" target="_blank">Kiwi Wildlife Tours</a></td>
<td></td>
<td>Birdwatching</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Glenfern Sanctuary" href="http://www.glenfern.org.nz/" target="_blank">Glenfern Sanctuary</a></td>
<td></td>
<td>Birdwatching</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Miranda Shorebird Centre" href="http://www.miranda-shorebird.org.nz/" target="_blank">Miranda Shorebird Centre</a></td>
<td></td>
<td>Birdwatching</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Farm Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Sheep World" href="http://www.sheepworld.co.nz/farm.htm" target="_blank">Sheep World</a></td>
<td></td>
<td>Farm Tour</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Natural Wildlife Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Bush &amp; Beach" href="http://www.bushandbeach.co.nz/" target="_blank">Bush &amp; Beach</a></td>
<td></td>
<td>Natural Wildlife Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Dolphin Explorer" href="http://www.dolphinexplorer.com/" target="_blank">Dolphin Explorer</a></td>
<td></td>
<td>Natural Wildlife Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Kiwi Wildlife Tours" href="http://www.kiwi-wildlife.co.nz/" target="_blank">Kiwi Wildlife Tours</a></td>
<td></td>
<td>Natural Wildlife Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Sea Kayaking Ross Adventures" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/20409/main-listing/free/" target="_blank">Sea Kayaking Ross Adventures</a></td>
<td></td>
<td>Natural Wildlife Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Glass Bottom Boat" href="http://www.glassbottomboat.co.nz/" target="_blank">Glass Bottom Boat</a></td>
<td></td>
<td>Natural Wildlife Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic Landscape Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Barrier Tour Co" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/34581/main-listing/free/" target="_blank">Barrier Tour Co</a></td>
<td></td>
<td>Scenic Landscape Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Motuihe Island Conservation And Restoration" href="http://www.motuihe.org.nz/volunteer_information.htm" target="_blank">Motuihe Island Conservation And Restoration</a></td>
<td></td>
<td>Scenic Landscape Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic Flights</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Balloon Expeditions" href="http://www.balloonexpeditions.co.nz/" target="_blank">Balloon Expeditions</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Dakota Dc-3 Warbirds Flights" href="http://www.flydakota.co.nz/" target="_blank">Dakota Dc-3 Warbirds Flights</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Heli-flight (nz) Ltd" href="http://www.heliflight.co.nz/" target="_blank">Heli-flight (nz) Ltd</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Mountain Air" href="http://www.mountainair.co.nz/" target="_blank">Mountain Air</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for North Shore Helicopters" href="http://www.nshelicopters.co.nz/" target="_blank">North Shore Helicopters</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Skywork Helicopters" href="http://www.skywork.co.nz/" target="_blank">Skywork Helicopters</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Auckland Aviation Sports Club" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/7315/main-listing/free/" target="_blank">Auckland Aviation Sports Club</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Helilink" href="http://www.helilink.co.nz/" target="_blank">Helilink</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Miller Helicopters" href="http://www.millerhelicopters.co.nz/" target="_blank">Miller Helicopters</a></td>
<td></td>
<td>Scenic Flights</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Sight Seeing Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Auckland Explorer Bus" href="http://www.explorerbus.co.nz/" target="_blank">Auckland Explorer Bus</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Discover New Zealand" href="http://www.discovernewzealand.com/" target="_blank">Discover New Zealand</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Lionzone" href="http://www.lionzone.co.nz/" target="_blank">Lionzone</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Tipple Tours" href="http://www.tippletours.com/" target="_blank">Tipple Tours</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Bob's Island Tours And Car Rentals" href="http://www.islands.co.nz/bobstours" target="_blank">Bob&#8217;s Island Tours And Car Rentals</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Drive The Loop" href="http://www.gotowaiheke.com/drivetheloop.htm" target="_blank">Drive The Loop</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for On The Road" href="http://www.ontheroad.co.nz/" target="_blank">On The Road</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Private Transfers And Tours" href="http://www.privatetransfers.co.nz/service.htm" target="_blank">Private Transfers And Tours</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Tour Host" href="http://www.tourhost.pl.net/" target="_blank">Tour Host</a></td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Sealink</td>
<td></td>
<td>Sightseeing Tours</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Skiing and Snow Kiting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Kiteaddicts, Snowkiting Lessons And Safaris " href="http://www.kiteaddicts.com/" target="_blank">Kiteaddicts, Snowkiting Lessons And Safaris<span> </span></a></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Ski And Snowboard Tours" href="http://www.newzealandsnowtours.com/" target="_blank">New Zealand Ski And Snowboard Tours</a></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Surfing and Watersports</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Anabatic Kiteboarding" href="http://www.anabatic.co.nz/" target="_blank">Anabatic Kiteboarding</a></td>
<td></td>
<td>surfing &amp; water sports</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for New Zealand Surf Tours" href="http://www.newzealandsurftours.com/" target="_blank">New Zealand Surf Tours</a></td>
<td></td>
<td>surfing &amp; water sports</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Ocean Xtreme" href="http://www.oceanxtreme.co.nz/" target="_blank">Ocean Xtreme</a></td>
<td></td>
<td>surfing &amp; water sports</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Piha Surf Shop" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/29760/main-listing/free/" target="_blank">Piha Surf Shop</a></td>
<td></td>
<td>surfing &amp; water sports</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Mission Bay Watersports" href="http://www.windsurfauckland.com/" target="_blank">Mission Bay Watersports</a></td>
<td></td>
<td>surfing &amp; water sports</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Guided Walks</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Harvey's Safaris" href="http://www.tourism.net.nz/listings/jump/attractions-and-activities/100372/main-listing/free/" target="_blank">Harvey&#8217;s Safaris</a></td>
<td></td>
<td>Tramping &amp; Guided Walks</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Parnell Trust Heritage Walks" href="http://www.parnell.org.nz/" target="_blank">Parnell Trust Heritage Walks</a></td>
<td></td>
<td>Tramping &amp; Guided Walks</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a title="View Web site for Sidetracks" href="http://www.sidetracks.co.nz/" target="_blank">Sidetracks</a></td>
<td></td>
<td>Tramping &amp; Guided Walks</td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Underwater Aquarium</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a href="http://www.kellytarltons.co.nz/" target="_blank">www.kellytarltons.co.nz</a></td>
<td></td>
<td>Underwater aquarium</td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Indoor Skiing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a href="http://www.snowplanet.co.nz/" target="_blank">www.snowplanet.co.nz</a></td>
<td></td>
<td>Indoor Skiing</td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bridge climb</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"><a href="http://www.bridgeclimb.co.nz/" target="_blank">www.bridgeclimb.co.nz</a></td>
<td></td>
<td>Bridge Climb</td>
</tr>
</tbody>
</table>
</div>
<p></div><br />
 <script type="text/javascript">// <![CDATA[
          google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=342' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><a href="/nz-map/" target="_blank"><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></a></p>
<p><a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/auckland-nz-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Takapuna Beach North Shore Auckland NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/takapuna-beach-north-shore-auckland-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/takapuna-beach-north-shore-auckland-nz/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:30:32 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[02 Auckland Activities]]></category>
		<category><![CDATA[02 Auckland Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Auckland Beach]]></category>
		<category><![CDATA[Auckland East Coast beach]]></category>
		<category><![CDATA[Auckland Seaside]]></category>
		<category><![CDATA[Auckland Swimming Beach]]></category>
		<category><![CDATA[East Coast Beach]]></category>
		<category><![CDATA[Harbour Beach]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[North Shore Attractions]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=23</guid>
		<description><![CDATA[<a href="/takapuna-beach-north-shore-auckland-nz/" title="Click to see Details of Takapuna Beach in Auckland New Zealand" target="_self"><img class="size-full wp-image-498 alignright" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="54" height="76" />Take a stroll or a swim on Takapuna Beach....more....
</a>

<em>Click on the Summary Title above or the Location Map to view 
the Auckland New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<div id="attachment_498" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-498" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="134" height="189" /><p class="wp-caption-text">Auckland</p></div>
<p>Located on Auckland’s North Shore, Takapuna Beach is one of Auckland’s gems. Looking out across the water to Rangitoto (Auckland’s largest volcanic island) and other Hauraki Gulf islands, it is the perfect place to take a stroll, indulge in a spot of sunbathing or swimming at this safe beach, enjoy a picnic or dine at one of Takapuna’s numerous cafes or restaurants. There is also a coastal walkway, where you can discover one of the many other beaches along the coastline.</p>
<p>Auckland has a string of harbour beaches on its Eastern shores.</p>
<p>There are harbour beaches on the southern side of the bridge, such as St Heliers and Mission Bay, and further south Bucklands Beach.</p>
<p>On the North Shore as string of beaches provide safe swimming and boating from Narrowneck Beach, to Takapuna beach, Milford Beach, Castor bay, Campbells Bay, Mairangi Bay, Murrays Bay, Rothesay Bay, Browns Bay, Torbay and Long Bay.</p>
<p>Take a stroll or a swim on Takapuna Beach<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=23' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=23' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /><br />
<a title="BackPackers New Zealand" href="http://backpackers-new-zealand.simnz.com" target="_blank">Backpackers New Zealand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/takapuna-beach-north-shore-auckland-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bethels Beach West Auckland NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/bethels-beach-west-auckland-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/bethels-beach-west-auckland-nz/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:28:35 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[02 Auckland Beaches]]></category>
		<category><![CDATA[Auckland]]></category>
		<category><![CDATA[Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Auckland Beach]]></category>
		<category><![CDATA[Auckland Day Trips]]></category>
		<category><![CDATA[Auckland Seaside]]></category>
		<category><![CDATA[Auckland Surf Beach]]></category>
		<category><![CDATA[Auckland Swimming Beach]]></category>
		<category><![CDATA[Auckland West Coast beach]]></category>
		<category><![CDATA[Bethels Beach Attractions]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[NZ Surf Beaches]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=14</guid>
		<description><![CDATA[<a href="/bethels-beach-west-auckland-nz/" target="_self"   title="Click to see Details of Auckland's Bethels Beach, West Coast Surf Beach New Zealand">Another of Aucklands  popular West Coast Surf Beach- approx 25 min from the CBD ....more....<img class="size-full wp-image-498 alignright" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="54" height="76" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Auckland New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<div id="attachment_498" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-498" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="134" height="189" /><p class="wp-caption-text">Auckland</p></div>
<p>Another of Aucklands  popular West Coast Surf Beach- approx 25 min from the CBD.</p>
<p>On the black sanded, wild West Coast is the popular Bethell’s Beach, only 30 Kilometres from Auckland’s CBD.<br />
Surfers are attracted by its great waves, and activities such as parasailing and hang gliding are also popular, along with fishing from the rocks, surf casting, swimming, sunbathing and bush walks. The beach can attract quite large crowds (well, large by NZ standards!), both local and international, during the summer months to this beautiful area, but you’re sure to find a secluded spot if needed!</p>
<p>The Beach is on the Western side of New Zealands North Island so is exposed to big surf waves from all the way across the Tasman sea to Australia.</p>
<p>This gives the beach fine soft sand, and strong surf waves. This can make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=14' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
    google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /><br />
<a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com/" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/bethels-beach-west-auckland-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piha Beach West Auckland NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/piha-beach-west-auckland-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/piha-beach-west-auckland-nz/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:27:07 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[02 Auckland Beaches]]></category>
		<category><![CDATA[Auckland]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Auckland Beach]]></category>
		<category><![CDATA[Auckland Day Trips]]></category>
		<category><![CDATA[Auckland Seaside]]></category>
		<category><![CDATA[Auckland Surf Beach]]></category>
		<category><![CDATA[Auckland Swimming Beach]]></category>
		<category><![CDATA[Auckland West Coast beach]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[NZ Surf Beaches]]></category>
		<category><![CDATA[Piha Beach Attractions]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=12</guid>
		<description><![CDATA[<a href="/piha-beach-west-auckland-nz/" target="_self"   title="Click to see Details of Auckland's Piha Beach, West Coast Surf Beach New Zealand"> Piha Beach on Aucklands West Coast  ....more....<img class="size-full wp-image-498 alignright" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="54" height="76" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Auckland New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<div id="attachment_498" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-498" title="Auckland Area map" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/aucklandmap.gif" alt="Auckland" width="134" height="189" /><p class="wp-caption-text">Auckland</p></div>
<p>Piha Beach Another of Aucklands popular West Coast Surf Beach- approx 25 min from the CBD.</p>
<p>The Beach is on the Western side of New Zealands North Island so is exposed to big surf waves from all the way across the Tasman sea to Australia.</p>
<p>This gives the beach fine soft sand, and strong surf waves. This can make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=12' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=12' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /><br />
<a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com/" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/piha-beach-west-auckland-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coromandel Activities NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/coromandel-activities-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/coromandel-activities-nz/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 12:30:39 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[04 Coromandel Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Coromandel Adventure]]></category>
		<category><![CDATA[Coromandel Attractions]]></category>
		<category><![CDATA[Coromandel Day Trips]]></category>
		<category><![CDATA[Coromandel tours]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1442</guid>
		<description><![CDATA[<a href="/coromandel-activities-nz/" title="Click to see Details of Coromandel Activities New Zealand" target="_self">Adventure and sightseeing activities around the Coromandel Peninsula New Zealand ....more....</a>

<em>Click on the Summary Title above or the Location Map to view 
the Coromandel New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc175 = new MultipleOpenAccordion($('accordion175'), {
		                    togglers:$$('#accordion175 .toggler'),       
		                    elements:$$('#accordion175 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc175.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc175.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc175.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Coromandel Activities</h2>
<p><img class="alignright" title="Waikato Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/waikatomap.GIF" alt="Coromandel Area map" width="134" height="192" /><br />
Coromandel has a wide variety of outdoor activities to occupy all ranges of age and fitness.</p>
<p>The Coromandel Peninsula lies to the east of Auckland, on the other side of the Hauraki Gulf, and has an estimated population of just under 27,000 people.</p>
<p>Rustic, relaxed and unspoiled, the Coromandel is one of New Zealand&#8217;s best-loved holiday destinations.<br />
With rugged volcanic hills covered in native rainforest, and more than 400 kilometres of spectacular coastline we promise you will find the beach of your dreams.<br />
Bush and beach are easily accessible and in the same day, you can experience the blue dazzle of the Pacific Ocean and calming greenness of the kauri forest.</p>
<p>On the west coast, you’ll discover a beach, cove and harbour around every bend in the road lined with pohutukawa trees (a red flowering native that is known in NZ as the Christmas Tree).</p>
<p>The east coast has an amazing collection of white sand and surf beaches, and an impressive, heavily forested mountain range running right through the middle of the entire peninsula.</p>
<p>Coromandel&#8217;s fascinating history is evident in gold mining, logging dams and ancient Maori pa’s (fortified village). The past is also visible in the colonial architecture and historical buildings that have been preserved in several towns around the region.</p>
<p>The natural beauty of the Coromandel has led to the area becoming a haven for artists and crafts people.<br />
Take time to discover the many galleries and studios, or, fish, surf, dive, swim, wander along beaches, or, head into the hills and hike the trails in the forest.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1442' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion175" class="accordion"></p>
<h3 class="toggler">Wildlife parks</h3>
<div class="togcontent">
<table border="0" width="480">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;">Wildlife Parks</td>
<td>COROMANDEL</td>
<td>Driving Creek Railways &amp; Potteries</td>
<td><a href="http://www.drivingcreekrailway.co.nz/">http://www.drivingcreekrailway.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Wildlife Parks</td>
<td>WHITIANGA</td>
<td>Mill Creek Bird &amp; Campervan Park</td>
<td><a href="http://www.halcyonheights.co.nz/">http://www.halcyonheights.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Tramping &amp; Hiking</td>
<td>COROMANDEL</td>
<td>Coromandel Discovery</td>
<td><a href="http://www.coromandeldiscovery.co.nz/">http://www.coromandeldiscovery.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Tramping &amp; Hiking</td>
<td>COROMANDEL</td>
<td>Kiwi Dundee Adventures</td>
<td><a href="http://www.kiwidundee.co.nz/">http://www.kiwidundee.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Tramping &amp; Hiking</td>
<td>COROMANDEL</td>
<td>Wildman Milne Adventures</td>
<td><a href="http://www.wildman.co.nz/">http://www.wildman.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Tramping &amp; Hiking</td>
<td>TE AROHA</td>
<td>Mt Te Aroha</td>
<td><a href="http://www.tearohanz.co.nz/sights-walks">http://www.tearohanz.co.nz/sights-walks</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Climbing and Abseiling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Climbing &amp; Abseiling</td>
<td>MERCURY BAY</td>
<td>Highzone Adventure Course</td>
<td><a href="http://www.highzone.co.nz/">http://www.highzone.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Horse Riding &amp; Treks</td>
<td>COROMANDEL PENINSULA</td>
<td>Rangihau Ranch</td>
<td><a href="http://www.rangihauranch.co.nz/">http://www.rangihauranch.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Fishing , Diving , Snorkelling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Fishing</td>
<td>COROMANDEL PENINSULA</td>
<td>Anglers Lodge</td>
<td><a href="http://www.anglers.co.nz/">http://www.anglers.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Diving &amp; Snorkeling</td>
<td>HAHEI</td>
<td>Cathedral Cove Dive</td>
<td><a href="http://www.hahei.co.nz/diving">http://www.hahei.co.nz/diving</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Diving &amp; Snorkeling</td>
<td>TAIRUA</td>
<td>Dive Tairua</td>
<td><a href="http://www.divetairua.co.nz/">http://www.divetairua.co.nz/</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Fishing</td>
<td>TAIRUA</td>
<td>Dive Tairua</td>
<td><a href="http://www.divetairua.co.nz/">http://www.divetairua.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Fishing</td>
<td>TAIRUA</td>
<td>Epic Adventures</td>
<td><a href="http://www.epicadventures.co.nz/">http://www.epicadventures.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Mountain Biking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Mountain Biking</td>
<td>THAMES</td>
<td>Eyez-open Adventure Company</td>
<td><a href="http://www.eyezopen.co.nz/">http://www.eyezopen.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Heritage and History</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Heritage &amp; History</td>
<td>COROMANDEL TOWN</td>
<td>Coromandel Gold Stamper Battery</td>
<td></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Heritage &amp; History</td>
<td>THAMES</td>
<td>Gold Mine Experience</td>
<td><a href="http://www.goldmine-experience.co.nz/">http://www.goldmine-experience.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Motorcycle, Quad Bikes</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Motorcycle &amp; Quad Bikes</td>
<td>WAIHI</td>
<td>Over The Top Adventures</td>
<td><a href="http://www.overthetopadventures.co.nz/">http://www.overthetopadventures.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">Motorcycle &amp; Quad Bikes</td>
<td>WHITIANGA</td>
<td>Combat Zone Paintball &amp; Family Adventure Park</td>
<td><a href="http://www.combatzone.co.nz/">http://www.combatzone.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><a title="Coromandel Accommodation" href="/coromandel-backpackers/" target="_self">Coromandel Accommodation</a></p>
<p><a title="New Zealand Site" href="http://www.newzealand.com/" target="_blank">New Zealand Official Site</a></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1442' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
 <script type="text/javascript">// <![CDATA[
            google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
.</p>
<p><a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/coromandel-activities-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coromandel Beach NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/coromandel-beach-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/coromandel-beach-nz/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 12:19:18 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[03 Coromandel Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Coromandel Day Trips]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=229</guid>
		<description><![CDATA[<a href="/coromandel-beach-nz/" title="Click to see Details of Coromandel Beach New Zealand" target="_self">Coromandel Beach ....more....<img alt=" Coromandel Beach" title="Coromandel Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Coromandel New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Coromandel Beach</h2>
<p><img class="alignright" title="Waikato Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/waikatomap.GIF" alt="Coromandel Area map" width="134" height="192" /></p>
<div class="wp-caption alignleft" style="width: 215px"><img title="Coromandel Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Coromandel Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div>
<p>The Coromandel Peninsula lies to the east of Auckland, on the other side of the Hauraki Gulf, and has an estimated population of just under 27,000 people.</p>
<p>Surrounding the entire Coromandel Peninsula are numerous beaches offering plenty of opportunity to indulge in water based activities. The West Coast is predominantly rocky with plenty of sheltered coves for snorkelling, diving, swimming or sunbathing, while the East Coast is renowned for its golden sands and excellent surf beaches. Straddling the two coasts, you’ll find native bush and plenty of opportunity to explore flora and fauna if you ever tire of surfing sunbathing, snorkelling or fishing!</p>
<p>Rustic, relaxed and unspoiled, the Coromandel is one of New Zealand&#8217;s best-loved holiday destinations.<br />
With rugged volcanic hills covered in native rainforest, and more than 400 kilometres of spectacular coastline we promise you will find the beach of your dreams.<br />
Bush and beach are easily accessible and in the same day, you can experience the blue dazzle of the Pacific Ocean and calming greenness of the kauri forest.</p>
<p>On the west coast, you’ll discover a beach, cove and harbour around every bend in the road lined with pohutukawa trees (a red flowering native that is known in NZ as the Christmas Tree).</p>
<p>The east coast has an amazing collection of white sand and surf beaches, and an impressive, heavily forested mountain range running right through the middle of the entire peninsula.</p>
<p>Coromandel&#8217;s fascinating history is evident in gold mining, logging dams and ancient Maori pa’s (fortified village). The past is also visible in the colonial architecture and historical buildings that have been preserved in several towns around the region.</p>
<p>The natural beauty of the Coromandel has led to the area becoming a haven for artists and crafts people.<br />
Take time to discover the many galleries and studios, or, fish, surf, dive, swim, wander along beaches, or, head into the hills and hike the trails in the forest.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=229' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
 amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script> <strong>Click on the Bar or the Arrow to Expand the listings below</strong> <script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=229' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></p>
<p><a title="BackPackers New Zealand" href="http://backpackers-new-zealand.simnz.com" target="_blank">Backpackers New Zealand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/coromandel-beach-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whangamata Beach NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/whangamata-beach-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/whangamata-beach-nz/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 12:18:56 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[03 Coromandel Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Auckland Attractions]]></category>
		<category><![CDATA[Coromandel Attractions]]></category>
		<category><![CDATA[East Coast Beach]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[NZ Surf Beaches]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[Whangamata attractions]]></category>
		<category><![CDATA[Whangamata Day Trips]]></category>
		<category><![CDATA[White Sand Beach]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=231</guid>
		<description><![CDATA[<a href="/whangamata-beach-nz/" title="Click to see Details of Whangamata Beach Coromandel New Zealand" target="_self">Whangamata Beach Coromandel New Zealand....more....<img alt=" Whangamata Beach" title="Whangamata Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Coromandel, Whangamata New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Whangamata Beach</h2>
<div class="wp-caption alignleft" style="width: 215px"><img title="Whangamata Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Whangamata Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div>
<p>The 6km of Whangamata’s white, sandy beach offers something for everyone. Considered to be one of the best surf breaks in the country it’s a must visit pilgrimage for serious surfers.  At either end of this pristine beach lie estuary’s that offer a quieter, safer swimming choice.</p>
<p>Whangamata Beach is on the Eastern side of New Zealands North Island Coromandel Peninsula, so is exposed to big surf waves from an open ocean to the East.</p>
<p>This gives the beach fine soft white sand, and strong surf waves. This can sometimes make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=231' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
 amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script> <script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=231' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></p>
<p><a title="BackPackers New Zealand" href="http://backpackers-new-zealand.simnz.com" target="_blank">Backpackers New Zealand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/whangamata-beach-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tauranga Activities Bay of Plenty NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/tauranga-activities-bay-of-plenty-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/tauranga-activities-bay-of-plenty-nz/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 08:14:50 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[05 Tauranga Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[4WD]]></category>
		<category><![CDATA[Bay of Plenty Attractions]]></category>
		<category><![CDATA[Blokarting]]></category>
		<category><![CDATA[Dolphin swim]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Horse riding]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[Mount Maunganui Attractions]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[Tauranga attractions]]></category>
		<category><![CDATA[Tauranga Day Trips]]></category>
		<category><![CDATA[Water Sports]]></category>
		<category><![CDATA[Whale Watch]]></category>
		<category><![CDATA[whale watching]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1588</guid>
		<description><![CDATA[<a href="/tauranga-activities-bay-of-plenty-nz/" title="Click to see Details of Tauranga Activities, Water activities, adventure activities, Wildlife activities in the Bay of Plenty area of New Zealand" target="_self">Tauranga Activities, Water activities, adventure activities, Wildlife activities in the Bay of Plenty area of New Zealand....more....</a>

<em>Click on the Summary Title above or the Location Map to view 
the Tauranga, Mount Maunganui and Bay of Plenty New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc924 = new MultipleOpenAccordion($('accordion924'), {
		                    togglers:$$('#accordion924 .toggler'),       
		                    elements:$$('#accordion924 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc924.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc924.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc924.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Tauranga Activities</h2>
<p>Located at the entrance to a natural harbour in the Bay of Plenty, Tauranga and the coastal areas of Mount<strong> </strong>Maunganui are always popular with visitors.</p>
<p>Tauranga and The Mount offer a wide variety of activities, Water activities, Adventure activities, Wildlife activities around the Bay of Plenty area of New Zealand.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1588' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion924" class="accordion"></p>
<h3 class="toggler">Flying</h3>
<div class="togcontent">
<table border="0" width="480">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">FLYING</td>
<td>TAURANGA</td>
<td>Gyrate Nz Ltd</td>
<td><a href="http://www.gyrate.co.nz/">http://www.gyrate.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Fishing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>TAURANGA</td>
<td>Abyss Safari Charters</td>
<td><a href="http://www.abysssafari.co.nz/">http://www.abysssafari.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Whales, Dolphins and Seals</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WHALES, DOLPHINS &amp; SEALS</td>
<td>TAURANGA</td>
<td>Butlers Swim With The Dolphins</td>
<td><a href="http://www.swimwithdolphins.co.nz/">http://www.swimwithdolphins.co.nz</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WHALES, DOLPHINS &amp; SEALS</td>
<td>TAURANGA</td>
<td>Dolphin Blue</td>
<td><a href="http://www.dolphinblue.co.nz/">http://www.dolphinblue.co.nz</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WHALES, DOLPHINS &amp; SEALS</td>
<td>TAURANGA</td>
<td>Dolphin Seafaris</td>
<td><a href="http://www.nzdolphin.com/">http://www.nzdolphin.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Natural Wildlife</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURAL WILDLIFE</td>
<td>TAURANGA</td>
<td>Living Art Wildlife Park</td>
<td><a href="http://www.livingartwildlifepark.co.nz/">http://www.livingartwildlifepark.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Canoe and Kayak</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CANOE &amp; KAYAK</td>
<td>TAURANGA</td>
<td>Waimarino Adventure Park</td>
<td><a href="http://www.waimarino.com/">http://www.waimarino.com</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CANOE &amp; KAYAK</td>
<td>MT MAUNGANUI</td>
<td>Canoe And Kayak Tours Bop</td>
<td><a href="http://canoeandkayak.co.nz/">http://canoeandkayak.co.nz</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CANOE &amp; KAYAK</td>
<td>MT MAUNGANUI</td>
<td>Xperience Plenty</td>
<td><a href="http://www.xperienceplenty.co.nz/">http://www.xperienceplenty.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Blo-karting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">BLOKARTING</td>
<td>PAPAMOA</td>
<td>Blokart Heaven</td>
<td><a href="http://www.blokart.com/">http://www.blokart.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">4 Wheel Drive</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">4WD</td>
<td>TE PUKE</td>
<td>Spring Loaded Fun Park</td>
<td><a href="http://www.springloadedfunpark.co.nz/">http://www.springloadedfunpark.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>TAURANGA</td>
<td>Oropi Bushlands Scenic Horse Treks</td>
<td><a href="http://www.oropibushlands.co.nz/">http://www.oropibushlands.co.nz</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>MAKETU</td>
<td>Briars Seaside Rides</td>
<td><a href="http://www.briarshorsetrek.co.nz/">http://www.briarshorsetrek.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><span><a title="New Zealand Site" href="http://www.newzealand.com" target="_blank">New Zealand Official Site</a><br />
 </span></p>
<p><script type="text/javascript">// <![CDATA[
                    google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>.</p>
<p><a title="New Zealand Backpackers Travel Planner" href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/tauranga-activities-bay-of-plenty-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Maunganui Beach Bay of Plenty NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/mount-maunganui-beach-bay-of-plenty-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/mount-maunganui-beach-bay-of-plenty-nz/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 08:05:00 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[04 Bay of Plenty Beaches]]></category>
		<category><![CDATA[Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Bay of Plenty Attractions]]></category>
		<category><![CDATA[Bay of Plenty Beach]]></category>
		<category><![CDATA[East Coast Beach]]></category>
		<category><![CDATA[Mount Maunganui Attractions]]></category>
		<category><![CDATA[Mt Maunganui Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[NZ Surf Beaches]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[Tauranga attractions]]></category>
		<category><![CDATA[Tauranga Day Trips]]></category>
		<category><![CDATA[White Sand Beach]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=223</guid>
		<description><![CDATA[<a href="/mount-maunganui-beach-bay-of-plenty-nz/" title="Click to see Details of Mount Maunganui Beach White sand Surf Beach New Zealand" target="_self">Mount Maunganui Beach White sand Surf Beach _Tauranga New Zealand....more....<img alt=" Mount Maunganui Beach" title="Mount Maunganui Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Tauranga, Mount Maunganui and Bay of Plenty New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Mount Maunganui Beach</h2>
<p><div class="wp-caption alignleft" style="width: 215px"><img title="Mount Maunganui Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Mount Maunganui Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div><br />
Situated in the city of Tauranga, Mt Maunganui is a favourite holiday destination for Kiwi’s. With a white sandy surf beach on the ocean side, and a sheltered, safe inner harbour beach a short stroll away, it is the ideal place to indulge in sunbathing, swimming or surfing.</p>
<p>Mount Maunganui  Beach is on the Eastern side of New Zealands North Island in the Bay of Plenty, just across the Harbour from Tauranga, so is exposed to big surf waves from an open ocean to the East.</p>
<p>This gives the beach fine soft white sand, and strong surf waves. This can sometimes make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.</p>
<p>The Harbour Beach is calm and makes safe swimming and boating.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=223' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=223' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></p>
<p><a title="BackPackers New Zealand" href="http://backpackers-new-zealand.simnz.com" target="_blank">Backpackers New Zealand</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/mount-maunganui-beach-bay-of-plenty-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotorua NZ Activities</title>
		<link>http://NZ-backpackers-travel-planner.com/rotorua-nz-activities/</link>
		<comments>http://NZ-backpackers-travel-planner.com/rotorua-nz-activities/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:30:18 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[06 Rotorua Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Bay of Plenty Attractions]]></category>
		<category><![CDATA[Geothermal]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Hot Pools]]></category>
		<category><![CDATA[Maori Art]]></category>
		<category><![CDATA[Maori Culture]]></category>
		<category><![CDATA[Maori lifestyle]]></category>
		<category><![CDATA[Maori Tattoos]]></category>
		<category><![CDATA[mud pools]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[Rotorua Attractions]]></category>
		<category><![CDATA[Rotorua Day Trips]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[Water Sports]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1763</guid>
		<description><![CDATA[Rotorua is the Geo-thermal Capital of New Zealand plus the Maori Culture Center. It offers a wide range of outdoor activities for all levels. 
<a href="/rotorua-nz-activities/" title="Rotorua Activities New Zealand" target="_self"><img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/centralmap.gif" alt="Central North Island" title="Central North Island" width="54" height="76" class="size-full wp-image-499 alignright" />Rotorua Activities ....more....  </a>

<em>Click on the Summary Title above or the Location Map to view 
the Rotorua and Bay of Plenty New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc228 = new MultipleOpenAccordion($('accordion228'), {
		                    togglers:$$('#accordion228 .toggler'),       
		                    elements:$$('#accordion228 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc228.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc228.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc228.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Rotorua Activities</h2>
<div id="attachment_499" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-499" title="Central North Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/centralmap.gif" alt="Central North Island" width="134" height="189" /><p class="wp-caption-text">Central North Island</p></div>
<p>Rotorua is the Geo-thermal Capital of New Zealand plus the Maori Culture Center. It offers a wide range of outdoor activities for all levels.</p>
<p>The area is a geothermal wonderland of geysers, boiling mud pools, and steaming craters – all accompanied by the interesting aroma of sulphur.</p>
<p>Surrounded by volcanoes, lakes, parks and recreational areas, it is a great place to go hiking or to view native flora and fauna. Great trout fishing, luging, skydiving and zorbing (another Kiwi invention!) are just a few of the many activities on offer.</p>
<p>Rotorua is also a centre where one can experience Maori culture, be it watching Pounamu (Greenstone) being handcrafted to visiting a replica Pa (Maori fortress). It is a “must visit” if you want to learn about New Zealand’s Maori heritage and culture, experience Maori Art and Maori Tattoos, or just gain an insight into maori lifestyle.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1763' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion228" class="accordion">
<h3 class="toggler">4 Wheel Drive</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;">4WD</td>
<td>ROTORUA</td>
<td>Land Rover Experience</td>
<td><a href="http://www.lre.co.nz/">http://www.lre.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">4WD</td>
<td>ROTORUA</td>
<td>Mt Tarawera Four Wheel Drive Crater Tours</td>
<td><a href="http://www.mttarawera.co.nz/">http://www.mttarawera.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">4WD</td>
<td>ROTORUA</td>
<td>Natural Instincts</td>
<td><a href="http://www.naturalinstincts.co.nz/">http://www.naturalinstincts.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">4WD</td>
<td>ROTORUA</td>
<td>Offroad Nz</td>
<td><a href="http://www.offroadnz.co.nz/">http://www.offroadnz.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Boats</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BOATS</td>
<td>ROTORUA</td>
<td>Riverboat Waireka</td>
<td><a href="http://www.riverboatwaireka.com/">http://www.riverboatwaireka.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bungy</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">BUNGY</td>
<td>ROTORUA</td>
<td>Rotorua Bungy</td>
<td><a href="http://www.rotoruabungy.co.nz/">http://www.rotoruabungy.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Climbing and Abseiling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CLIMBING &amp; ABSEILING</td>
<td>ROTORUA</td>
<td>The Wall</td>
<td><a href="http://www.basementcinema.co.nz/">http://www.basementcinema.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Mountain Biking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CYCLING &amp; MOUNTAIN BIKING</td>
<td>ROTORUA</td>
<td>Multi-day Adventures</td>
<td><a href="http://www.multidayadventures.co.nz/">http://www.multidayadventures.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CYCLING &amp; MOUNTAIN BIKING</td>
<td>ROTORUA</td>
<td>Planet Bike</td>
<td><a href="http://www.planetbike.co.nz/">http://www.planetbike.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CYCLING &amp; MOUNTAIN BIKING</td>
<td>ROTORUA</td>
<td>Planet Kiwi Mountainbike Adventures</td>
<td><a href="http://www.planetkiwi.co.nz/">http://www.planetkiwi.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CYCLING &amp; MOUNTAIN BIKING</td>
<td>ROTORUA</td>
<td>Ride Rotorua</td>
<td><a href="http://www.riderotorua.com/">http://www.riderotorua.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">CYCLING &amp; MOUNTAIN BIKING</td>
<td>ROTORUA</td>
<td>Southstar Adventures</td>
<td><a href="http://www.southstaradventures.com/">http://www.southstaradventures.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Farm Visits</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FARMS</td>
<td>ROTORUA</td>
<td>New Zealand Farm Show</td>
<td><a href="http://www.nzfarmshow.co.nz/">http://www.nzfarmshow.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Fishing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Clearwater Cruises</td>
<td><a href="http://www.clearwater.co.nz/">http://www.clearwater.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Dennis Ward Fishing Guide</td>
<td><a href="http://www.fishingtrout.co.nz/">http://www.fishingtrout.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Ika Nui Charters And Trout Fishing</td>
<td><a href="http://www.ikanuicharters.com/">http://www.ikanuicharters.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Stillwater Trout Fishing Charters &amp; Homestay</td>
<td><a href="http://www.troutcatch.co.nz/">http://www.troutcatch.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Bryan Colman Trout Fishing</td>
<td><a href="http://www.troutfishingrotorua.com/">http://www.troutfishingrotorua.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Ryder&#8217;s Professional Fly Fishing &amp; Hunting Guides</td>
<td><a href="http://www.troutguides.co.nz/">http://www.troutguides.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Clark Gregor Trout Fishing</td>
<td><a href="http://www.troutnz.co.nz/">http://www.troutnz.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Rotorua Trout Safaris</td>
<td><a href="http://www.wildtrout.co.nz/">http://www.wildtrout.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">FISHING</td>
<td>ROTORUA</td>
<td>Wild Trout Guides</td>
<td><a href="http://www.wildtroutguides.co.nz/">http://www.wildtroutguides.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Heritage</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">HERITAGE</td>
<td>ROTORUA</td>
<td>Buried Village</td>
<td><a href="http://www.buriedvillage.co.nz/">http://www.buriedvillage.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">HERITAGE</td>
<td>ROTORUA</td>
<td>Rotorua Museum Of Art &amp; History</td>
<td><a href="http://www.rotoruamuseum.co.nz/">http://www.rotoruamuseum.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">HORSE RIDING</td>
<td>ROTORUA</td>
<td>Paradise Valley Ventures Horse Trekking</td>
<td><a href="http://www.paradisetreks.co.nz/">http://www.paradisetreks.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">HORSE RIDING</td>
<td>ROTORUA</td>
<td>The Farmhouse</td>
<td><a href="http://www.thefarmhouse.co.nz/">http://www.thefarmhouse.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">HORSE RIDING</td>
<td>ROTORUA</td>
<td>Tui Glen Farm Horse Treks</td>
<td><a href="http://www.tuiglen.net.nz/">http://www.tuiglen.net.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Jet Boating</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">JETBOATING</td>
<td>ROTORUA</td>
<td>Agrojet</td>
<td><a href="http://www.agrojet.co.nz/">http://www.agrojet.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">JETBOATING</td>
<td>ROTORUA</td>
<td>Kiwi Jet Boat Tours</td>
<td><a href="http://www.kiwijetboattours.com/">http://www.kiwijetboattours.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">JETBOATING</td>
<td>ROTORUA</td>
<td>Kawarau Jet Rotorua</td>
<td><a href="http://www.kjetrotorua.co.nz/">http://www.kjetrotorua.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">JETBOATING</td>
<td>ROTORUA</td>
<td>New Zealand Riverjet</td>
<td><a href="http://www.riverjet.co.nz/">http://www.riverjet.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kayaking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">KAYAKING</td>
<td>ROTORUA</td>
<td>Adventure Kayaking</td>
<td><a href="http://www.adventurekayaking.co.nz/">http://www.adventurekayaking.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Maori Culture</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Kinaki Nz Maorifood Trails</td>
<td><a href="http://maorifood.com/">http://maorifood.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Mana Adventures</td>
<td><a href="http://www.manaadventures.co.nz/">http://www.manaadventures.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Maori Experiences</td>
<td><a href="http://www.maoriexperience.co.nz/">http://www.maoriexperience.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Magic Of The Maori</td>
<td><a href="http://www.maorimagic.com/">http://www.maorimagic.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Mitai Maori Village</td>
<td><a href="http://www.mitai.co.nz/">http://www.mitai.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Mokoia Island Wai Ora Experiences</td>
<td><a href="http://www.mokoiaisland.com/">http://www.mokoiaisland.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>New Zealand Maori Weddings</td>
<td><a href="http://www.mokoiaisland.com/">http://www.mokoiaisland.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>The New Zealand Maori Arts &amp; Crafts Institute</td>
<td><a href="http://www.nzmaori.co.nz/">http://www.nzmaori.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Maori In Tourism Rotorua</td>
<td><a href="http://www.nzmaoritourism.com/">http://www.nzmaoritourism.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Tamaki Maori Village</td>
<td><a href="http://www.maoriculture.co.nz/">www.maoriculture.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Tarawera Legacy</td>
<td><a href="http://www.taraweralegacy.co.nz/">http://www.taraweralegacy.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Te Puia</td>
<td><a href="http://www.tepuia.com/">http://www.tepuia.com</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MAORI CULTURE</td>
<td>ROTORUA</td>
<td>Whakarewarewa</td>
<td><a href="http://www.whakarewarewa.com/">http://www.whakarewarewa.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Motorcycles and Quad bikes</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MOTORCYLCLES &amp; QUAD BIKES</td>
<td>ROTORUA</td>
<td>Pure Dirt Tours New Zealand</td>
<td><a href="http://www.puredirttours.co.nz/">http://www.puredirttours.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">MOTORCYLCLES &amp; QUAD BIKES</td>
<td>ROTORUA</td>
<td>Quadzone Atv Tours</td>
<td><a href="http://www.quadzoneatvtours.co.nz/">http://www.quadzoneatvtours.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Wildlife</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">NATURAL WILDLIFE</td>
<td>ROTORUA</td>
<td>Kiwi Encounter</td>
<td><a href="http://www.kiwiencounter.co.nz/">http://www.kiwiencounter.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">NATURAL WILDLIFE</td>
<td>ROTORUA</td>
<td>Paradise Valley Springs</td>
<td><a href="http://www.paradisev.co.nz/">http://www.paradisev.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">NATURAL WILDLIFE</td>
<td>ROTORUA</td>
<td>Rainbow Springs</td>
<td><a href="http://www.rainbowsprings.co.nz/">http://www.rainbowsprings.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Rafting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Kaitiaki Adventures</td>
<td><a href="http://www.kaitiaki.co.nz/">http://www.kaitiaki.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Kaituna Cascades</td>
<td><a href="http://www.kaitunacascades.co.nz/">http://www.kaitunacascades.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Multi-day Adventures</td>
<td><a href="http://www.multidayadventures.co.nz/">http://www.multidayadventures.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Raftabout White Water Rafting</td>
<td><a href="http://www.raftabout.co.nz/">http://www.raftabout.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Whitewater Excitement Company</td>
<td><a href="http://www.raftnz.co.nz/">http://www.raftnz.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>River Rats Raft &amp; Kayak</td>
<td><a href="http://www.riverrats.co.nz/">http://www.riverrats.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">RAFTING</td>
<td>ROTORUA</td>
<td>Wet N Wild Rafting</td>
<td><a href="http://www.wetnwildrafting.co.nz/">http://www.wetnwildrafting.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Duck Tours</td>
<td><a href="http://www.ducktours.co.nz/">http://www.ducktours.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Hell&#8217;s Gate Geothermal Reserve</td>
<td><a href="http://www.hellsgate.co.nz/">http://www.hellsgate.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Mt Tarawera New Zealand Ltd</td>
<td><a href="http://www.mt-tarawera.co.nz/">http://www.mt-tarawera.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Nature Connection Rotorua Nz</td>
<td><a href="http://www.natureconnection.co.nz/">http://www.natureconnection.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Orakei Korako Cave &amp; Thermal Park</td>
<td><a href="http://www.orakeikorako.co.nz/">http://www.orakeikorako.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Waimangu Volcanic Valley</td>
<td><a href="http://www.waimangu.co.nz/">http://www.waimangu.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SCENIC</td>
<td>ROTORUA</td>
<td>Wai-o-tapu Thermal Wonderland</td>
<td><a href="http://www.waimangu.co.nz/">http://www.waimangu.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Skydiving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">SKYDIVING</td>
<td>ROTORUA</td>
<td>Nzone &#8220;the Ultimate Jump&#8221;</td>
<td><a href="http://www.nzone.biz/">http://www.nzone.biz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Theme Parks</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">THEME PARKS</td>
<td>ROTORUA</td>
<td>Agrodome</td>
<td><a href="http://www.agrodome.co.nz/">http://www.agrodome.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">THEME PARKS</td>
<td>ROTORUA</td>
<td>New Zealand Farm Show</td>
<td><a href="http://www.nzfarmshow.co.nz/">http://www.nzfarmshow.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">THEME PARKS</td>
<td>ROTORUA</td>
<td>Skyline Skyrides</td>
<td><a href="http://www.skylineskyrides.co.nz/">http://www.skylineskyrides.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">THEME PARKS</td>
<td>ROTORUA</td>
<td>Wingspan</td>
<td><a href="http://www.waimangu.co.nz/">http://www.waimangu.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">TRAMPING &amp; HIKING</td>
<td>ROTORUA</td>
<td>Whirinaki Trax</td>
<td><a href="http://www.getoutthere.co.nz/">http://www.getoutthere.co.nz</a></td>
</tr>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">TRAMPING &amp; HIKING</td>
<td>ROTORUA</td>
<td>Walking Legends Guided Walks</td>
<td><a href="http://www.walkinglegends.com/">http://www.walkinglegends.com</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Zorbing &#8211; (Hollow ball)</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 14.4pt;" height="19">
<td style="height: 14.4pt;" height="19">ZORBING</td>
<td>ROTORUA</td>
<td>Zorb</td>
<td><a href="http://www.zorb.com/">http://www.zorb.com</a></td>
</tr>
</tbody>
</table>
</div>
<p></div><br />
 .<br />
 <span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1763' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><a title="New Zealand Site" href="http://www.newzealand.com/" target="_blank">New Zealand Official Site</a>.</p>
<p>.<script type="text/javascript">// <![CDATA[
                google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></p>
<p><a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/rotorua-nz-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gisborne Activities East NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/gisborne-activities-east-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/gisborne-activities-east-nz/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 05:52:21 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[09 Hawkes Bay Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Things to do]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Diving]]></category>
		<category><![CDATA[Gisborne Attractions]]></category>
		<category><![CDATA[Gisborne Day Trips]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Hawkes Bay Attractions]]></category>
		<category><![CDATA[Hawkes Bay Day Trips]]></category>
		<category><![CDATA[Hiking]]></category>
		<category><![CDATA[Hunting]]></category>
		<category><![CDATA[Moari culture]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[surfing]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[tramping]]></category>
		<category><![CDATA[Wild Game Hunting]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1843</guid>
		<description><![CDATA[Activities  around the Gisborne and East Cape Area
<a href="/gisborne-activities-east-nz/" title="Click to see Details of Activities in the Gisborne and East Cape areas of New Zealand" target="_self"><img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif"  alt="Gisborne" title="Gisborne" width="54" height="76" class="size-full wp-image-503 alignright" />Gisborne and East Cape Area Activities....more....  </a>

<em>Click on the Summary Title above or the Location Map to view 
the Gisborne and East Cape New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc153 = new MultipleOpenAccordion($('accordion153'), {
		                    togglers:$$('#accordion153 .toggler'),       
		                    elements:$$('#accordion153 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc153.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc153.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc153.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Gisborne Activities</h2>
<p>Gisborne and East Cape Area, a scenic and water sports paradise.</p>
<div id="attachment_503" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-503" title="Gisborne East Cape Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif" alt="Gisborne  East Cape Area" width="134" height="189" /><p class="wp-caption-text">Gisborne Area</p></div>
<p>Gisborne, reaching out in to the Pacific on the eastern tip of the North  Island is the first mainland place in the world to see the sun each day. It’s a mecca for surfers from around the world and a  great place to indulge in gourmet dining and wine tasting. You&#8217;ll also find the Southern Hemisphere&#8217;s first commercially grown black truffles, the finest cheeses and Chardonnay to die for.</p>
<p>Bush fringed misty mountain lakes, beaches that have hardly changed for hundreds of years, farmland and vineyards that breathe the spirit of nature.</p>
<p>The further you go, the more the region will tempt you to indulge in camping, diving, fishing, hunting, swimming, surfing, hiking, trekking, visiting wineries and horse riding opportunities abound.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1843' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion153" class="accordion">
<h3 class="toggler">Culture</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">CULTURE</td>
<td>GISBORNE</td>
<td>Kahukura Gallery</td>
<td><a href="http://www.kahukuragallery.com/" target="_blank"><span style="font-size: 10pt;">http://www.kahukuragallery.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CULTURE</td>
<td>GISBORNE</td>
<td>Te Iwi O Rakaipaaka</td>
<td><a href="http://www.rakaipaaka.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.rakaipaaka.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hot Pools</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HOT POOLS</td>
<td>GISBORNE</td>
<td>Morere Hot Springs</td>
<td><a href="http://www.morerehotsprings.com/" target="_blank"><span style="font-size: 10pt;">http://www.morerehotsprings.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hunting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HUNTING</td>
<td>GISBORNE</td>
<td>New Zealand Safari Adventures</td>
<td><a href="http://www.nzsafari.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.nzsafari.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Nature</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURE</td>
<td>GISBORNE</td>
<td>Possum Observatory</td>
<td><a href="http://www.possumobservatory.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.possumobservatory.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Paintball</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PAINTBALL</td>
<td>GISBORNE</td>
<td>Paintball Gisborne</td>
<td><a href="http://www.paintballgisborne.com/" target="_blank"><span style="font-size: 10pt;">http://www.paintballgisborne.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Diving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SHARK CAGE DIVING</td>
<td>GISBORNE</td>
<td>Surfit Shark Cage Dives</td>
<td>http://www.surfit.co.nz/</td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Surfing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SURFING</td>
<td>GISBORNE</td>
<td>Gisborne Surf School</td>
<td><a href="http://gisbornesurfschool.co.nz/" target="_blank"><span style="font-size: 10pt;">http://gisbornesurfschool.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>GISBORNE</td>
<td>Haurata High Country Retreat And Walk</td>
<td><a href="http://www.haurata.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.haurata.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Wineries</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>GISBORNE</td>
<td>Kirkpatrick Estate Winery</td>
<td><a href="http://www.kew.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.kew.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>GISBORNE</td>
<td>Millton Vineyards &amp; Winery</td>
<td><a href="http://www.millton.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.millton.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>GISBORNE</td>
<td>Revington Vineyard</td>
<td><a href="http://www.revington.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.revington.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>GISBORNE</td>
<td>Tiritiri Organic Vineyards</td>
<td><a href="http://www.tiritiriestate.com/" target="_blank"><span style="font-size: 10pt;">http://www.tiritiriestate.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>GISBORNE</td>
<td>Tw Wines</td>
<td><a href="http://www.twwines.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.twwines.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<p></div><br />
 <span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1843' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><script type="text/javascript">// <![CDATA[
     google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
<img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /><br />
<a title="New Zealand Backpackers Travel Planner" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/gisborne-activities-east-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hawkes Bay Activities East NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/hawkes-bay-activities-east-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/hawkes-bay-activities-east-nz/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:27:01 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[09 Hawkes Bay Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Things to do]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[Adventure]]></category>
		<category><![CDATA[Aquarium]]></category>
		<category><![CDATA[Ballooning]]></category>
		<category><![CDATA[Eco tours]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Hastings Attractions]]></category>
		<category><![CDATA[Hawkes Bay Attractions]]></category>
		<category><![CDATA[Hawkes Bay Day Trips]]></category>
		<category><![CDATA[Napier Attractions]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[paragliding]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1453</guid>
		<description><![CDATA[Activities in New Zealands Hawkes Bay. Winery Tours, Paragliding, Aquarium, Ballooning, Farm tours
 <a href="/hawkes-bay-activities-east-nz/" title="Click to see Details of Hawkes Bay Activities New Zealand" target="_self">
<img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif" alt="Hawkes bay" title="Hawkes bay" width="54" height="76" class="size-full wp-image-503 alignright" /> Hawkes Bay Activities, Napier and Hastings ....more....</a>

<em>Click on the Summary Title above or the Location Map to view 
the Napier and East Cape New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc680 = new MultipleOpenAccordion($('accordion680'), {
		                    togglers:$$('#accordion680 .toggler'),       
		                    elements:$$('#accordion680 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc680.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc680.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc680.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Hawkes Bay Activities</h2>
<p>The Hawkes bay has a wide variety of outdoor activities to offer.</p>
<div id="attachment_503" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-503" title="Hawkes bay" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif" alt="Hawkes bay" width="134" height="189" /><p class="wp-caption-text">Hawkes bay</p></div>
<h2><strong>NAPIER &amp; HASTINGS </strong></h2>
<p>Renowned worldwide for its 1930’s Art Deco architecture, Napier is a popular year round destination as it boasts over 2,200 hours of sunshine a year.</p>
<p>Visit the National Aquarium of NZ, the Hawkes Bay museum, Marineland, Cape Kidnappers – home to the world’s largest gannet colony. Stroll along Marine Parade on the edge of the Pacific Ocean, chill out in one of the 30 cafes dotted around the town centre, offering the best of local produce, or, venturing further out of town to one of the many wineries, there plenty of choice for the traveler.</p>
<p>Long hot summers, complimented by mild winters, provide a wide variety of delicious fresh produce. Don’t miss visiting the Hawkes Bay Farmers Market which is held every Saturday morning; relax in the atmosphere of a traditional village market where you can talk directly to the growers and taste a variety of products form handmade cheeses, bread, ice cream, fresh fruit, vegetables and gourmet meat.</p>
<p>With over 40 wineries in close proximity to Hastings, producing some of the best wines NZ has to offer it would be virtually a crime not to visit at least a few of them!  Many of the vineyards have on-site restaurants, or picnic areas, so why not indulge in a little wine tasting followed by a relaxing meal, enjoying the best the area has to offer.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1453' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion680" class="accordion"></p>
<h3 class="toggler">Paragliding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">PARAGLIDING</td>
<td>TE MATA PEAK</td>
<td>Airplay Paragliding</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.airplay.co.nz/" target="_blank&gt;&lt;span style=">http://www.airplay.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Adventure</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ADVENTURE</td>
<td>NAPIER</td>
<td>Kiwi Adventure Company</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.kiwi-adventure.co.nz/" target="_blank&gt;&lt;span style=">http://www.kiwi-adventure.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ADVENTURE</td>
<td>HAWKES BAY</td>
<td>Beezone Adventures</td>
<td>http://www.beezone.co.nz/</td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Aquarium</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">AQUARIUM</td>
<td>NAPIER</td>
<td>National Aquarium Of New Zealand</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.nationalaquarium.co.nz/" target="_blank&gt;&lt;span style=">http://www.nationalaquarium.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Ballooning</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">BALLOONING</td>
<td>HASTINGS</td>
<td>Early Morning Balloons</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.early-am-balloons.co.nz/Hawkes_Bay_4.aspx" target="_blank&gt;&lt;span style=">http://www.early-am-balloons.co.nz/Hawkes_Bay_4.aspx</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Brewery tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">BREWERY</td>
<td>NAPIER</td>
<td>The Filter Room</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.thefilterroom.co.nz/" target="_blank&gt;&lt;span style=">http://www.thefilterroom.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Eco Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO</td>
<td>HASTINGS</td>
<td>Gannet Beach Adventures</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.gannets.com/" target="_blank&gt;&lt;span style=">http://www.gannets.com/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hiking and Tramping</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HIKING</td>
<td>HASTINGS</td>
<td>The Whana Valley Walk</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.whanawalkhawkesbay.co.nz/" target="_blank&gt;&lt;span style=">http://www.whanawalkhawkesbay.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Lavender farm</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">LAVENDER FARM</td>
<td>HAWKES BAY</td>
<td>Whitebay World Of Lavender</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.whitebay.co.nz/" target="_blank&gt;&lt;span style=">http://www.whitebay.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Museum</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MUSEUM</td>
<td>NAPIER</td>
<td>Hawke&#8217;s Bay Museum</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.hbmag.co.nz/" target="_blank&gt;&lt;span style=">http://www.hbmag.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Swimming</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SWIMMING POOL</td>
<td>NAPIER</td>
<td>Onekawa Aquatic Centre</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.napieraquatic.co.nz/" target="_blank&gt;&lt;span style=">http://www.napieraquatic.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Train Trip</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAIN TRIP</td>
<td>HAVELOCK NORTH</td>
<td>The Keirunga Park Railway</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.keirungaparkrailway.org.nz/" target="_blank&gt;&lt;span style=">http://www.keirungaparkrailway.org.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Winery Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Alpha Domus</td>
<td>airplaypg@gmail.com</td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Beach House Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.beachhouse.co.nz/cms/" target="_blank&gt;&lt;span style=">http://www.beachhouse.co.nz/cms/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>NAPIER</td>
<td>Brookfields Vineyards</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.brookfieldsvineyards.co.nz/" target="_blank&gt;&lt;span style=">http://www.brookfieldsvineyards.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>C J Pask Winery Ltd</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.cjpaskwinery.co.nz/" target="_blank&gt;&lt;span style=">http://www.cjpaskwinery.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Clearview Estate</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.clearviewestate.co.nz/" target="_blank&gt;&lt;span style=">http://www.clearviewestate.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HAVELOCK NORTH</td>
<td>Crab Farm Winery And Restaurant</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.crabfarmwinery.co.nz/catalog/" target="_blank&gt;&lt;span style=">http://www.crabfarmwinery.co.nz/catalog/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Craggy Range Vineyard</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.craggyrange.com/" target="_blank&gt;&lt;span style=">http://www.craggyrange.com/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>NAPIER</td>
<td>Crossroads Winery</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.crossroadswinery.co.nz/" target="_blank&gt;&lt;span style=">http://www.crossroadswinery.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>NAPIER</td>
<td>Esk Valley Estate</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.eskvalley.co.nz/" target="_blank&gt;&lt;span style=">http://www.eskvalley.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Hettinga Estates Vineyard And Restaurant</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.hettinga.co.nz/" target="_blank&gt;&lt;span style=">http://www.hettinga.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Kemblefield Estate Winery</td>
<td><a href="http://www.kemblefield.co.nz/" target="_blank"><span style="font-family: Calibri,sans-serif;">http://www.kemblefield.co.nz/</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Kingsley Estate</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.kingsley.co.nz/" target="_blank&gt;&lt;span style=">http://www.kingsley.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>NAPIER</td>
<td>Mission Estate Winery</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.missionestate.co.nz/" target="_blank&gt;&lt;span style=">http://www.missionestate.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Ngatarawa Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.ngatarawawines.co.nz/" target="_blank&gt;&lt;span style=">http://www.ngatarawawines.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>NAPIER</td>
<td>Riverside Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.riversidewines.co.nz/" target="_blank&gt;&lt;span style=">http://www.riversidewines.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td></td>
<td>Sacred Hill Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.sacredhill.com/" target="_blank&gt;&lt;span style=">http://www.sacredhill.com/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Sileni Estates</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.sileni.co.nz/" target="_blank&gt;&lt;span style=">http://www.sileni.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Te Awa Farm Winery</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.teawa.com/" target="_blank&gt;&lt;span style=">http://www.teawa.com/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HAVELOCK NORTH</td>
<td>Te Mata Estate</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.temata.co.nz/" target="_blank&gt;&lt;span style=">http://www.temata.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Trinity Hill Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.trinityhill.com/index.cfm/Home" target="_blank&gt;&lt;span style=">http://www.trinityhill.com/index.cfm/Home</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERY</td>
<td>HASTINGS</td>
<td>Vidal Wines</td>
<td><a style="font-family: Calibri,sans-serif;" href="http://www.vidal.co.nz/" target="_blank&gt;&lt;span style=">http://www.vidal.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1453' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><a title="Hawkes Bay site" href="http://www.hawkesbaynz.com/" target="_blank">Hawkes Bay Official Site</a><br />
 .</p>
<p><a title="New Zealand Site" href="http://www.newzealand.com/" target="_blank">New Zealand Official Site</a><br />
 <script type="text/javascript">// <![CDATA[
           google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
.</p>
<p><a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/hawkes-bay-activities-east-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Napier Beach East NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/napier-beach-east-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/napier-beach-east-nz/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:16:10 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[05 Hawkes Bay Beaches]]></category>
		<category><![CDATA[Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[East Coast Beach]]></category>
		<category><![CDATA[Hawkes Bay Attractions]]></category>
		<category><![CDATA[Napier Attractions]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=226</guid>
		<description><![CDATA[ <a href="/napier-beach-east-nz/" title="Click to see Details of Napier Beach New Zealand" target="_self">Napier Beach  ....more....<img alt=" Napier Beach" title="Napier Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /><img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif" alt="Napier Beach" title="Napier Beach" width="54" height="76" class="size-full wp-image-503 alignright" /></a>

<em>Click on the Summary Title above or the Location Map to view 
the Napier and East Cape New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Napier Beach</h2>
<div id="attachment_503" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-503" title="Hawkes bay" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/hawksbaymap.gif" alt="Hawkes bay" width="134" height="189" /><p class="wp-caption-text">Hawkes bay</p></div>
<div class="wp-caption alignleft" style="width: 215px"><img title="Napier Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Napier Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div>
<p>Napier Beach is on the Eastern side of New Zealands North Island, so is exposed to big surf waves from an open ocean to the East.</p>
<p>Hawkes Bay offers a splendidly diverse coastline; from rugged and stony to golden sanded. Although a number of the beaches can be dangerous, there are others that offer great surfing, swimming and fishing opportunities.</p>
<p>This gives the beach fine soft white sand, and strong surf waves. This can sometimes make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=226' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
 amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script> <strong>Click on the Bar or the Arrow to Expand the listings below</strong> <script type="text/javascript">// <![CDATA[
    google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=226' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /></p>
<p><a title="New Zealand BackPackers Travel Planner " href="http://nz-backpackers-travel-planner.com/" target="_blank">New Zealand BackPackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/napier-beach-east-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Plymouth Activities Taranaki NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/new-plymouth-activities-taranaki-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/new-plymouth-activities-taranaki-nz/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:50:00 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[08 Taranaki Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Things to do]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[New Plymouth Attractions]]></category>
		<category><![CDATA[New Plymouth Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[North Island Attractions]]></category>
		<category><![CDATA[scenic tours]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[Taranaki Day Trips]]></category>
		<category><![CDATA[tramping]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1837</guid>
		<description><![CDATA[New Plymouth Activities in New Zealand
<a href="/new-plymouth-activities-taranaki-nz/"  title="Click to see Details of New Plymouth and Wanganui Backpackers Activities New Zealand" target="_self"><img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/taranakimap.gif" alt="Taranaki area" title="Taranaki area" width="54" height="76" class="size-full wp-image-507 alignright" />Activities in the New Plymouth area ....more....</a>

<em>Click on the Summary Title above or the Location Map to view 
the New Plymouth New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc862 = new MultipleOpenAccordion($('accordion862'), {
		                    togglers:$$('#accordion862 .toggler'),       
		                    elements:$$('#accordion862 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc862.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc862.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc862.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>New Plymouth Activities</h2>
<div id="attachment_507" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-507" title="Taranaki area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/taranakimap.gif" alt="Taranaki area" width="134" height="189" /><p class="wp-caption-text">Taranaki area</p></div>
<p>New Plymouth<br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1837' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong></p>
<div id="accordion862" class="accordion"></p>
<h3 class="toggler">Climbing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">CLIMBING</td>
<td>NEW PLYMOUTH</td>
<td>Adventure Dynamics</td>
<td><a href="http://www.adventuredynamics.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.adventuredynamics.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hot Pools</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HOT POOLS</td>
<td>NEW PLYMOUTH</td>
<td>Taranaki Mineral Pools</td>
<td><a href="http://www.windwand.co.nz/mineralpools" target="_blank"><span style="font-size: 10pt;">http://www.windwand.co.nz/mineralpools</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kayaking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>NEW PLYMOUTH</td>
<td>Taranaki Outdoor Adventures</td>
<td><a href="http://www.toa.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.toa.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Museums</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MUSEUMS</td>
<td>NEW PLYMOUTH</td>
<td>Taranaki Aviation Transport And Technology Museum</td>
<td><a href="http://tatatm.tripod.com/museum" target="_blank"><span style="font-size: 10pt;">http://tatatm.tripod.com/museum</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MUSEUMS</td>
<td>NEW PLYMOUTH</td>
<td>Taranaki Museum</td>
<td><a href="http://www.pukeariki.com/" target="_blank"><span style="font-size: 10pt;">http://www.pukeariki.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SCENIC</td>
<td>NEW PLYMOUTH</td>
<td>Te Kainga Marire</td>
<td><a href="http://www.tekaingamarire.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.tekaingamarire.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>NEW PLYMOUTH</td>
<td>Top Guides</td>
<td><a href="http://www.topguides.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.topguides.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1837' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><script type="text/javascript">// <![CDATA[
     google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><br />
<img class="alignnone size-full wp-image-452" title="north-island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/north-island.gif" alt="north-island" width="250" height="301" /><br />
<a title="New Zealand Backpackers Travel Planner" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/new-plymouth-activities-taranaki-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nelson Activities South Island NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/nelson-activities-south-island-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/nelson-activities-south-island-nz/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:07:14 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[13 Nelson Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Things to do]]></category>
		<category><![CDATA[Brewery]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Hang gliding]]></category>
		<category><![CDATA[Hiking]]></category>
		<category><![CDATA[Horse riding]]></category>
		<category><![CDATA[Jet boating]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[Kite surfing]]></category>
		<category><![CDATA[Kiteboarding tours]]></category>
		<category><![CDATA[mountain biking]]></category>
		<category><![CDATA[Nelson Attractions]]></category>
		<category><![CDATA[Nelson Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[paragliding]]></category>
		<category><![CDATA[skydiving]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[tramping]]></category>
		<category><![CDATA[white water rafting]]></category>
		<category><![CDATA[winery]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=2173</guid>
		<description><![CDATA[Nelson Activities. From the northern end of the Southern Alps to stunning beaches, the Nelson area offers plenty to experience....<a href="/nelson-activities-south-island-nz/" title="Click to see Details of Nelson Activities New Zealand" target="_self"><img title="Nelson Area" class="size-full wp-image-505 alignright" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Nelson Area" width="54" height="76" />Activities in the Nelson area ....more....</a>

<em>Click on the Summary Title above or the Location Map to 
view the Nelson New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc589 = new MultipleOpenAccordion($('accordion589'), {
		                    togglers:$$('#accordion589 .toggler'),       
		                    elements:$$('#accordion589 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc589.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc589.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc589.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Nelson Activities</h2>
<div id="attachment_505" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-505" title="Nelson Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Nelson Area" width="134" height="189" /><p class="wp-caption-text">Nelson Area</p></div>
<p>Nelson is located at the top of the South Island and has a warm sunny climate beside the sea.</p>
<p>From the northern end of the Southern Alps to stunning beaches, the Nelson area offers plenty to experience.</p>
<p>Consistently offering the highest sunshine in the country, you’ll have plenty of time to enjoy the unique lifestyle that Nelson has to offer.</p>
<p>Nelson’s economy is based mainly around seafood (with Port Nelson being the biggest fishing port in Australasia), and is known throughout NZ for its thriving art culture and numerous award winning wineries.</p>
<p>A visit to the area would not be complete without visiting one of the many galleries or watching master glass blowers practice their craft. Why not indulge in fishing, tramping, skydiving, sailing or one of the many other activities this town has to offer.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2173' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<h3>Nelson Activities and Attractions</h3>
<p><strong>Click on the Bar or the Arrow to Expand the listings below</strong><br />
 <div id="accordion589" class="accordion"></p>
<h3 class="toggler">4WD Adventure</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">4WD   ADVENTURE</td>
<td>NELSON</td>
<td>Happy Valley Adventures</td>
<td><a href="http://www.happyvalleyadventures.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.happyvalleyadventures.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Art</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ART</td>
<td>NELSON</td>
<td>World Of Wearable Art &amp; Collectable Cars Museum</td>
<td><a href="http://www.wowcars.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.wowcars.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Brewery</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">BREWERY</td>
<td>NELSON</td>
<td>Mac&#8217;s Brewery</td>
<td><a href="http://www.bonz.co.nz/nelsonRegion/macsBrewery" target="_blank"><span style="font-size: 10pt;">http://www.bonz.co.nz/nelsonRegion/macsBrewery</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Fishing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>MOTUEKA</td>
<td>Graham Trout Guiding Adventures</td>
<td><a href="http://www.troutfishingguide.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.troutfishingguide.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON</td>
<td>Latitude Guiding</td>
<td><a href="http://www.latitudeguiding.com/" target="_blank"><span style="font-size: 10pt;">http://www.latitudeguiding.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON</td>
<td>Nelson River Dories</td>
<td><a href="http://www.mapua.gen.nz/dories" target="_blank"><span style="font-size: 10pt;">http://www.mapua.gen.nz/dories</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON</td>
<td>Nelson Helicopters</td>
<td><a href="http://www.nelsonhelicopters.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.nelsonhelicopters.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON</td>
<td>Seabird Charters</td>
<td><a href="http://www.seabirdcharters.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.seabirdcharters.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON LAKES</td>
<td>Boris Cech</td>
<td><a href="http://www.flyfishboris.com/" target="_blank"><span style="font-size: 10pt;">http://www.flyfishboris.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>NELSON LAKES</td>
<td>Triple Tui</td>
<td><a href="http://www.tripletui.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.tripletui.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hang Gliding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HANGGLIDING</td>
<td>NELSON</td>
<td>Hang Gliding Nz</td>
<td><a href="http://www.hanggliding.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.hanggliding.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HANGGLIDING</td>
<td>NELSON</td>
<td>Tasman Sky Adventures</td>
<td><a href="http://www.skyadventures.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.skyadventures.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE TREKKING</td>
<td>GOLDNE BAY</td>
<td>Cape Farewell Horse Treks</td>
<td><a href="http://www.horsetreksnz.com/" target="_blank"><span style="font-size: 10pt;">http://www.horsetreksnz.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE TREKKING</td>
<td>KAHURANGI</td>
<td>Western Ranges Horse Treks</td>
<td><a href="http://www.thehorsetrek.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.thehorsetrek.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE TREKKING</td>
<td>NELSON</td>
<td>Blackbird Valley Horse Treks</td>
<td><a href="http://www.blackbirdvly.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.blackbirdvly.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Jet Boating</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">JET BOATING</td>
<td>MURCHISON</td>
<td>The Buller Gorge Swingbridge</td>
<td><a href="http://www.bullergorge.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.bullergorge.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kayaking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>Wilsons Abel Tasman</td>
<td><a href="http://www.abeltasman.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.abeltasman.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>Abel Tasman Kayaks</td>
<td><a href="http://www.abeltasmankayaks.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.abeltasmankayaks.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>Marahau Sea Kayaks</td>
<td><a href="http://www.marahauseakayaks.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.marahauseakayaks.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>Sea Kayaking Able Tasman</td>
<td><a href="http://www.seakayakingnz.com/" target="_blank"><span style="font-size: 10pt;">http://www.seakayakingnz.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>Abel Tasman Cycling And Sea Kayaking Tours</td>
<td><a href="http://www.seakayaknewzealand.com/" target="_blank"><span style="font-size: 10pt;">http://www.seakayaknewzealand.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>ABEL TASMAN</td>
<td>The Sea Kayak Company</td>
<td><a href="http://www.seakayaknz.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.seakayaknz.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>GOLDEN BAY</td>
<td>Golden Bay Kayaks</td>
<td><a href="http://www.goldenbaykayaks.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.goldenbaykayaks.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>KAITERITERI</td>
<td>Abel Tasman Kaiteriteri Kayaks</td>
<td><a href="http://www.seakayak.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.seakayak.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>MURCHISON</td>
<td>New Zealand Kayak School</td>
<td><a href="http://www.nzkayakschool.com/" target="_blank"><span style="font-size: 10pt;">http://www.nzkayakschool.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>NELSON</td>
<td>Cable Bay Kayaks</td>
<td><a href="http://www.cablebaykayaks.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.cablebaykayaks.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>NELSON</td>
<td>Explore Pelorus Sea Kayaks</td>
<td><a href="http://www.marlborough.gen.nz/seakayak" target="_blank"><span style="font-size: 10pt;">http://www.marlborough.gen.nz/seakayak</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>NELSON</td>
<td>Abel Tasman Sailing Adventures</td>
<td><a href="http://www.sailingadventures.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.sailingadventures.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kite Surfing</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KITE SURFING</td>
<td>NELSON</td>
<td>Kitescool</td>
<td><a href="http://www.kitescool.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.kitescool.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KITE SURFING</td>
<td>NELSON</td>
<td>Kitesurf Nelson</td>
<td><a href="http://www.kitesurfnelson.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.kitesurfnelson.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Maori Culture</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MAORI CULTURE</td>
<td>NELSON</td>
<td>Creative Tourism New Zealand</td>
<td><a href="http://www.creativetourism.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.creativetourism.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Motorcycles</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MOTORCYCLES</td>
<td>NELSON</td>
<td>Nonstop Adventure</td>
<td><a href="http://www.nonstopadventure.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.nonstopadventure.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Mountain biking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MOUNTAIN BIKING</td>
<td>MOTUEKA</td>
<td>Abel Tasman Mountain Biking</td>
<td><a href="http://www.abeltasmanmountainbiking.co.nz/new-zealand" target="_blank"><span style="font-size: 10pt;">http://www.abeltasmanmountainbiking.co.nz/new-zealand</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Paragliding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PARAGLIDING</td>
<td>NELSON</td>
<td>Nelson Paragliding</td>
<td><a href="http://www.nelsonparagliding.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.nelsonparagliding.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PARAGLIDING</td>
<td>NELSON</td>
<td>Adventure Paragliding</td>
<td><a href="http://www.skyout.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.skyout.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Skydiving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SKYDIVING</td>
<td>MOTUEKA</td>
<td>Skydive Abel Tasman</td>
<td><a href="http://www.skydive.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.skydive.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SKYWIRE</td>
<td>NELSON</td>
<td>Skywire</td>
<td><a href="http://www.happyvalleyadventures.co.nz/sky-wire-flying-fox.html" target="_blank"><span style="font-size: 10pt;">http://www.happyvalleyadventures.co.nz/sky-wire-flying-fox.html</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>ABEL TASMAN</td>
<td>Abel Tasman Aqua Taxis</td>
<td><a href="http://www.aquataxis.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.aquataxis.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>KAITERITERI</td>
<td>Abel Tasman Sea Shuttles</td>
<td><a href="http://www.abeltasmanseashuttles.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.abeltasmanseashuttles.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>NELSON</td>
<td>Live-life Experience</td>
<td><a href="http://www.live-life.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.live-life.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>TASMAN</td>
<td>Tapawera Settle</td>
<td><a href="http://www.settle.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.settle.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">White Water Rafting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WHITE WATER RAFTING</td>
<td>MURCHISON</td>
<td>Ultimate Descents</td>
<td><a href="http://www.rivers.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.rivers.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Winery</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>APPELBY</td>
<td>Seifried Estate</td>
<td><a href="http://www.seifried.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.seifried.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>MOUTERE</td>
<td>Glover&#8217;s Vineyard</td>
<td><a href="http://www.glovers-vineyard.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.glovers-vineyard.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>MOUTERE</td>
<td>Moutere Hills Vineyard</td>
<td><a href="http://www.mouterehills.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.mouterehills.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>MOUTERE</td>
<td>Neudorf Vineyards</td>
<td><a href="http://www.neudorf.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.neudorf.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Kahurangi Estate</td>
<td><a href="http://kahurangiwine.com/" target="_blank"><span style="font-size: 10pt;">http://kahurangiwine.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Brightwater Vineyards</td>
<td><a href="http://www.brightwaterwine.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.brightwaterwine.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Kaimira Estate</td>
<td><a href="http://www.kaimirawines.com/" target="_blank"><span style="font-size: 10pt;">http://www.kaimirawines.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Renato Premium Wines</td>
<td><a href="http://www.renatoestate.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.renatoestate.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Te Mania Estate</td>
<td><a href="http://www.temaniawines.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.temaniawines.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WINERIES</td>
<td>NELSON</td>
<td>Waimea Estates</td>
<td><a href="http://www.waimeaestates.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.waimeaestates.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<p></div><br />
 <span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2173' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><script type="text/javascript">// <![CDATA[
      google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<p><img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /></p>
<p><a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/nelson-activities-south-island-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nelson Beaches South Island NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/nelson-beaches-south-island-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/nelson-beaches-south-island-nz/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:01:03 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[08 Upper South Island Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Harbour Beach]]></category>
		<category><![CDATA[Nelson Attractions]]></category>
		<category><![CDATA[Nelson Beach]]></category>
		<category><![CDATA[Nelson Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[White Sand Beach]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=264</guid>
		<description><![CDATA[Nelson Bays Beaches <a href="/nelson-beaches-south-island-nz/"  title="Click to see Details of Nelson Beaches New Zealand" target="_self"><img alt=" Nelson Beach" title="Nelson Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /><img title="Nelson Area" class="size-full wp-image-505 alignright" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Nelson Area" width="54"  height="76" />Backpackers accommodation in the Nelson area .....more....</a>


<em>Click on the Summary Title above or the Location Map to 
view the Nelson New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Nelson Beaches</h2>
<div id="attachment_505" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-505" title="Nelson Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Nelson Area" width="134" height="189" /><p class="wp-caption-text">Nelson Area</p></div>
<div class="wp-caption alignleft" style="width: 215px"><img title="Nelson Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Nelson Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div>
<p>At the top of the South Island, boasting to be the nation’s sunniest area, Nelson and the Marlborough Sounds area offers hot summers and clear winter’s days. With emerald waters and golden beaches, the waterways of Nelson and the Marlborough Sounds offer itself as a playground for water based activities. Swim, snorkel, dive, kayak, fish, sunbathe or hike in one of the most scenic and pristine parts of the country.</p>
<p>Nelson Beaches are on the top of New Zealands South. Some are sheltered due to the stretch of water between the two main islands, Cook Strait. Others are exposed to big surf waves from an open ocean to the West.</p>
<p>This gives the beach fine soft white sand, and strong surf waves. This can sometimes make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.</p>
<p>Nelson is located at the top of the South Island and has a warm sunny climate beside the sea.<br />
From the northern end of the Southern Alps to stunning beaches, the Nelson area offers plenty to experience.</p>
<p>Consistently offering the highest sunshine in the country, you’ll have plenty of time to enjoy the unique lifestyle that Nelson has to offer.</p>
<p>Nelson’s economy is based mainly around seafood (with Port Nelson being the biggest fishing port in Australasia), and is known throughout NZ for its thriving art culture and numerous award winning wineries.</p>
<p>A visit to the area would not be complete without visiting one of the many galleries or watching master glass blowers practice their craft. Why not indulge in fishing, tramping, skydiving, sailing or one of the many other activities this town has to offer.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=264' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
 amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script> <script type="text/javascript">// <![CDATA[
       google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /><br />
<span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=264' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/nelson-beaches-south-island-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picton Activities South Island NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/picton-activities-south-island-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/picton-activities-south-island-nz/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:55:14 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[12 Picton - Blenheim Activities]]></category>
		<category><![CDATA[13 Nelson Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[Things to do]]></category>
		<category><![CDATA[Diving]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Hiking]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[nature cruises]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[New Zealand Nature Cruises]]></category>
		<category><![CDATA[Picton Attractions]]></category>
		<category><![CDATA[Picton Day Trips]]></category>
		<category><![CDATA[scenic flights]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[tramping]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=2425</guid>
		<description><![CDATA[Picton Activities -Upper South Island of New Zealand... <a href="/picton-activities-south-island-nz/"  title="Click to see Details of Picton Activities New Zealand" target="_self"><img src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Picton Area" title="Picton Area" width="54" height="76" class="size-full wp-image-505 alignright" />Picton Activities....more....</a>

<em>Click on the Summary Title above or the Location Map to 
view the Picton New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc736 = new MultipleOpenAccordion($('accordion736'), {
		                    togglers:$$('#accordion736 .toggler'),       
		                    elements:$$('#accordion736 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc736.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc736.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc736.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Picton Activities</h2>
<div id="attachment_505" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-505" title="Picton Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/nelsnomap.gif" alt="Picton Area" width="134" height="189" /><p class="wp-caption-text">Picton Area</p></div>
<p>Picton is a picturesque waterfront town in the Marlborough region; home to award winning wineries. It is also Marlborough’s main commercial port and access to Queen Charlotte Sound.</p>
<p>Enjoy every possible activity form 4wd adventure to horse trekking, fishing, skydiving, hiking, sailing and all that this point of access to the Sounds has to offer.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2425' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<h3>Picton Activities and Attractions</h3>
<h5>Click on the Bar or the Arrow to Expand the listings below</h5>
<div id="accordion736" class="accordion"></p>
<h3 class="toggler">Attractions</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">ATTRACTIONS</td>
<td>PICTON</td>
<td>Ecoworld Aquarium And Terrarium</td>
<td><a href="http://www.ecoworldnz.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.ecoworldnz.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Diving</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">DIVING</td>
<td>PICTON</td>
<td>Dive Picton</td>
<td><a href="http://www.divepicton.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.divepicton.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">DIVING</td>
<td>PICTON</td>
<td>Seal Swimming And Scuba Diving</td>
<td><a href="http://www.sealswimming.com/" target="_blank"><span style="font-size: 10pt;">http://www.sealswimming.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kayaking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>PICTON</td>
<td>Waikawa Sea Kayaks</td>
<td><a href="http://members.tripod.com/%7ENZ_Seakayaks" target="_blank"><span style="font-size: 10pt;">http://members.tripod.com/~NZ_Seakayaks</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>PICTON</td>
<td>Sounds Wild Sea Kayaking</td>
<td><a href="http://www.soundswild.com/" target="_blank"><span style="font-size: 10pt;">http://www.soundswild.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Nature Cruises</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURE CRUISES</td>
<td>PICTON</td>
<td>The Cougar Line</td>
<td><a href="http://www.cougarlinecruises.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.cougarlinecruises.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURE CRUISES</td>
<td>PICTON</td>
<td>Dolphin Watch Eco Tours</td>
<td><a href="http://www.naturetours.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.naturetours.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURE CRUISES</td>
<td>PICTON</td>
<td>Sandpiper Charters And Cruises</td>
<td><a href="http://www.sandpiper.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.sandpiper.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic Flights</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SCENIC FLIGHS</td>
<td>PICTON</td>
<td>Sounds Air</td>
<td><a href="http://www.soundsair.com/" target="_blank"><span style="font-size: 10pt;">http://www.soundsair.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping and Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING &amp; HIKING</td>
<td>PICTON</td>
<td>Natural Encounters Guided Walks</td>
<td><a href="http://www.natural-encounters.com/" target="_blank"><span style="font-size: 10pt;">http://www.natural-encounters.com</span></a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2425' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
 <script type="text/javascript">// <![CDATA[
      google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<p><img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /><br />
<a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/picton-activities-south-island-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaikoura Activities North Canterbury NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/kaikoura-activities-north-canterbury-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/kaikoura-activities-north-canterbury-nz/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:30:36 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[14 Kaikoura Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[Dolphin swim]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Kaikoura Attractions]]></category>
		<category><![CDATA[Kaikoura Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[scenic tours]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[swim with dolphins]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[swimming with dolphins]]></category>
		<category><![CDATA[Water Sports]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=1485</guid>
		<description><![CDATA[Kaikoura Activities, Whale Watching, Swimming with Dolphins, Sight Seeing......<a href="/kaikoura-activities-north-canterbury-nz/" title="Click to see Details of Kaikoura Activities New Zealand" target="_self"> <img class="size-full wp-image-500 alignright" title="Kaikoura North Canterbury" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="Kaikoura North Canterbury" width="54" height="76" />
Kaikoura Activities  ....more....</a>


<em>Click on the Summary Title above or the Location Map to 
view the Kaikoura New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc740 = new MultipleOpenAccordion($('accordion740'), {
		                    togglers:$$('#accordion740 .toggler'),       
		                    elements:$$('#accordion740 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc740.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc740.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc740.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Kaikoura Activities</h2>
<div id="attachment_500" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-500" title="North Canterbury Area" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="North Canterbury Area" width="134" height="189" /><p class="wp-caption-text">North Canterbury Area</p></div>
<p>Kaikoura has many outdoor activities, Whale Watching, Swimming with Dolphins, Sight Seeing, Water Sports etc.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1485' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<h3>Kaikoura Activities and Attractions</h3>
<h5>Click on the Bar or the Arrow to Expand the listings below</h5>
<div id="accordion740" class="accordion"></p>
<h3 class="toggler">Water Activities</h3>
<div class="togcontent">
<table border="0" width="480">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;">KAYAKING</td>
<td>KAIKOURA</td>
<td>Kaikoura Kayaks</td>
<td><a href="http://kaikourakayaks.co.nz/kayak/freedom_hire/" target="_blank">http://kaikourakayaks.co.nz/kayak/freedom_hire/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">DIVING</td>
<td>KAIKOURA</td>
<td>Dive Kaikoura</td>
<td><a href="http://www.divekaikoura.co.nz/" target="_blank">http://www.divekaikoura.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Dolphin Encounter</td>
<td><a href="http://www.dolphin.co.nz/" target="_blank">http://www.dolphin.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Seal Swim Kaikoura</td>
<td><a href="http://www.sealswimkaikoura.co.nz/" target="_blank">http://www.sealswimkaikoura.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Whale Watch</td>
<td><a href="http://www.whalewatch.co.nz/" target="_blank">http://www.whalewatch.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>KAIKOURA</td>
<td>Kaikoura Fishing Charters</td>
<td><a href="http://www.kaikourafishing.co.nz/" target="_blank">http://www.kaikourafishing.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">FISHING</td>
<td>KAIKOURA</td>
<td>Topcatch Fishing Charters</td>
<td><a href="http://www.kaikourafishingcharter.co.nz/" target="_blank">http://www.kaikourafishingcharter.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Nature</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Albatross Encounter</td>
<td><a href="http://www.oceanwings.co.nz/" target="_blank">http://www.oceanwings.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Kaikoura Helicopters</td>
<td><a href="http://www.worldofwhales.co.nz/" target="_blank">http://www.worldofwhales.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Kaikoura Night Sky</td>
<td><a href="http://www.kaikouranightsky.co.nz/" target="_blank">http://www.kaikouranightsky.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ECO &amp; NATURE</td>
<td>KAIKOURA</td>
<td>Kaikoura Wilderness Walks</td>
<td><a href="http://www.kaikourawilderness.co.nz/" target="_blank">http://www.kaikourawilderness.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">GARDENS</td>
<td>KAIKOURA</td>
<td>LAVENDYL Lavender Farm</td>
<td><a href="http://www.lavenderfarm.co.nz/" target="_blank">http://www.lavenderfarm.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Animals</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>KAIKOURA</td>
<td>Fyffe View Ranch</td>
<td><a href="http://kaikourahorsetrekking.co.nz/" target="_blank">http://kaikourahorsetrekking.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SHEEP SHEARING</td>
<td>KAIKOURA</td>
<td>Point Sheep Shearing</td>
<td><a href="http://www.pointsheepshearing.co.nz/" target="_blank">http://www.pointsheepshearing.co.nz/</a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HUNTING</td>
<td>KAIKOURA</td>
<td>South Pacific Safaris</td>
<td><a href="http://www.huntingnewzealand.info/" target="_blank">http://www.huntingnewzealand.info/</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Scenic Flights</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SCENIC FLIGHTS</td>
<td>KAIKOURA</td>
<td>Wings Over Whales</td>
<td><a href="http://www.whales.co.nz/" target="_blank">http://www.whales.co.nz</a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Tramping &#8211; Hiking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">TRAMPING HIKING &amp; GUIDED   WALKS</td>
<td>KAIKOURA</td>
<td>Kaikoura Coast Track</td>
<td><a href="http://www.kaikouratrack.co.nz/" target="_blank">http://www.kaikouratrack.co.nz/</a></td>
</tr>
</tbody>
</table>
</div>
<p></div>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=1485' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><span><a title="New Zealand Site" href="http://www.newzealand.com" target="_blank">New Zealand Official Site</a></span></p>
<p><script type="text/javascript">// <![CDATA[
              google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script></p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>.<img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /></p>
<p><a title="New Zealand Backpackers Travel Planner" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/kaikoura-activities-north-canterbury-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christchurch Activities Canterbury NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/christchurch-activities-canterbury-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/christchurch-activities-canterbury-nz/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:37:30 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[15 Christchurch Activities]]></category>
		<category><![CDATA[Adventure Activities]]></category>
		<category><![CDATA[Eyeball NZ]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Low Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[4WD]]></category>
		<category><![CDATA[Abseiling]]></category>
		<category><![CDATA[Adventure]]></category>
		<category><![CDATA[Ballooning]]></category>
		<category><![CDATA[Canterbury Day Trips]]></category>
		<category><![CDATA[Christchurch Attractions]]></category>
		<category><![CDATA[Christchurch Day Trips]]></category>
		<category><![CDATA[Climbing]]></category>
		<category><![CDATA[Golfing and Golf tours]]></category>
		<category><![CDATA[Heritage]]></category>
		<category><![CDATA[Horse riding]]></category>
		<category><![CDATA[Jet boats]]></category>
		<category><![CDATA[Karting]]></category>
		<category><![CDATA[Kayaking]]></category>
		<category><![CDATA[Laser Strike]]></category>
		<category><![CDATA[Maori Culture]]></category>
		<category><![CDATA[Motorcycle Riding]]></category>
		<category><![CDATA[motorcycles]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[Observatory]]></category>
		<category><![CDATA[paintball]]></category>
		<category><![CDATA[paragliding]]></category>
		<category><![CDATA[quad bikes]]></category>
		<category><![CDATA[Quad Biking]]></category>
		<category><![CDATA[Solar Observatory]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[wildlife]]></category>

		<guid isPermaLink="false">http://NZ-backpackers-travel-planner.com/?p=2417</guid>
		<description><![CDATA[<a href="/christchurch-activities-canterbury-nz/" title="Click to see Details of Christchurch Activities New Zealand" target="_self"> <img class="size-full wp-image-500 alignright" title="Christchurch" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="Christchurch Area" width="54" height="76" />
Christchurch Activities....more....</a>

<em>Click on the Summary Title above or the Location Map to 
view the Christchurch New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[
	<script type="text/javascript">
	// <![CDATA[
window.addEvent('domready', function() {var ssAcc541 = new MultipleOpenAccordion($('accordion541'), {
		                    togglers:$$('#accordion541 .toggler'),       
		                    elements:$$('#accordion541 .togcontent'),  		                    
                            openAll: false,            
                            fixedHeight: false,    
                            fixedWidth: false,      
                            height: true,              
                            opacity: true,            
                            width: false,                
                            firstElementsOpen: [0]        
                            });
                           
                           var toggleAcc = $$('.toggleAllAcc');
                           var openAcc = $$('.openAllAcc');
                           var closeAcc = $$('.closeAllAcc');
	                             toggleAcc.addEvent('click',function(e) {
		                          ssAcc541.toggleAll();
                                 });
                                 openAcc.addEvent('click',function(e) {
		                          ssAcc541.showAll();
		                          openAcc.setStyle('display', 'none');
		                          closeAcc.setStyle('display', 'block');
                                 });
                                 closeAcc.addEvent('click',function(e) {
		                          ssAcc541.hideAll();
		                          closeAcc.setStyle('display', 'none');
		                          openAcc.setStyle('display', 'block');
                                 });
                                 
                                 
});
// ]]>
</script>
<h2>Christchurch Activities</h2>
<div id="attachment_500" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-500" title="Christchurch" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="Christchurch Area" width="134" height="189" /><p class="wp-caption-text">Christchurch Area</p></div>
<p>Known as The Garden City, it offers extensive inner city public, private gardens and parks, with the Avon River slowly meandering though the city centre.</p>
<p>Still apparent, is the that Christchurch was founded by upper class English whose influence is still apparent in the city’s architecture, the very English Christ’s College, Cathedral Square, and punting on the Avon River.</p>
<p>While in the city, why not visit the Antarctic Centre or take a drive out to Akaroa, New Zealand’s “French” settlement where you can enjoy a unique atmosphere, great food, fishing and eco boat trips.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2417' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<h3>Christchurch Activities and Attractions</h3>
<h5>Click on the Bar or the Arrow to Expand the listings below</h5>
<div id="accordion541" class="accordion">
<h3 class="toggler">4 Wheel Drive Tours</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td>4WD TOURS</td>
<td>CHRISTCHURCH</td>
<td>Alpine Safari Tour</td>
<td><a href="http://www.alpinesafari.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.alpinesafari.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Attractions</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Stewarts Gully Mini Golf And Picnic Domain</td>
<td><a href="http://homepage.ihug.co.nz/%7Eclive.m/stewartsgully/index.htm" target="_blank"><span style="font-size: 10pt;">http://homepage.ihug.co.nz/~clive.m/stewartsgully/index.htm</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Adrenalin Forest</td>
<td><a href="http://www.adrenalin-forest.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.adrenalin-forest.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Pirates Island</td>
<td><a href="http://www.adventuregolf.co.nz/"><span style="font-size: 10pt;">http://www.adventuregolf.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Aimtru Archery</td>
<td><a href="http://www.aimtru.com/" target="_blank"><span style="font-size: 10pt;">http://www.aimtru.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Jellie Park Aqualand</td>
<td><a href="http://www.jelliepark.org.nz/" target="_blank"><span style="font-size: 10pt;">http://www.jelliepark.org.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Science Alive</td>
<td><a href="http://www.sciencealive.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.sciencealive.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">ATTRACTIONS &amp; ACTIVITIES</td>
<td>CHRISTCHURCH</td>
<td>Tanks For Everything</td>
<td><a href="http://www.tanksforeverything.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.tanksforeverything.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Bowling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">BOWLING</td>
<td>CHRISTCHURCH</td>
<td>Garden City Bowl</td>
<td><a href="http://www.gardencitybowl.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.gardencitybowl.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Climbing and Abseiling</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CLIMBING &amp; ABSEILING</td>
<td>CHRISTCHURCH</td>
<td>Clip &#8216;n Climb</td>
<td><a href="http://www.clipnclimb.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.clipnclimb.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">CLIMBING &amp; ABSEILING</td>
<td>CHRISTCHURCH</td>
<td>The Roxx Climbing Centre</td>
<td><a href="http://www.theroxx.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.theroxx.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Golf</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">GOLF</td>
<td>CHRISTCHURCH</td>
<td>Ferrymead Golf</td>
<td><a href="http://www.ferrymeadgolf.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.ferrymeadgolf.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Heritage</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Air Force Museum" href="http://www.airforcemuseum.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Air Force Museum</span></a></td>
<td><a href="http://www.airforcemuseum.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.airforcemuseum.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for The Arts Centre Of Christchurch" href="http://www.artscentre.org.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">The Arts Centre Of Christchurch</span></a></td>
<td><a href="http://www.artscentre.org.nz/" target="_blank"><span style="font-size: 10pt;">http://www.artscentre.org.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Antigua Boat Sheds" href="http://www.boatsheds.co.nz/"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Antigua Boat Sheds</span></a></td>
<td><a href="http://www.boatsheds.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.boatsheds.co.nz/</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Christchurch Cathedral" href="http://www.christchurchcathedral.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Christchurch Cathedral</span></a></td>
<td><a href="http://www.christchurchcathedral.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.christchurchcathedral.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Mona Vale Homestead &amp; Gardens" href="http://www.monavale.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Mona Vale Homestead &amp; Gardens</span></a></td>
<td><a href="http://www.monavale.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.monavale.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Ngaio Marsh House" href="http://www.ngaio-marsh.org.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Ngaio Marsh House</span></a></td>
<td><a href="http://www.ngaio-marsh.org.nz/" target="_blank"><span style="font-size: 10pt;">http://www.ngaio-marsh.org.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Riccarton House &amp;amp; Bush" href="http://www.riccartonhouse.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Riccarton House &amp; Bush</span></a></td>
<td><a href="http://www.riccartonhouse.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.riccartonhouse.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Sign Of The Takahe" href="http://www.signofthetakahe.com/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Sign Of The Takahe</span></a></td>
<td><a href="http://www.signofthetakahe.com/" target="_blank"><span style="font-size: 10pt;">http://www.signofthetakahe.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HERITAGE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Yaldhurst Museum  Of Transport And Science" href="http://www.yaldhurstmuseum.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Yaldhurst Museum Of Transport And Science</span></a></td>
<td><a href="http://www.yaldhurstmuseum.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.yaldhurstmuseum.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Horse Riding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Waimak River Horse Treks" href="http://www.gohorsetrekking.co.nz/index.htm" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Waimak River Horse Treks</span></a></td>
<td><a href="http://www.gohorsetrekking.co.nz/index.htm" target="_blank"><span style="font-size: 10pt;">http://www.gohorsetrekking.co.nz/index.htm</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Roddy Wood Polo" href="http://www.horsetalk.co.nz/roddywoodpolo/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Roddy Wood Polo</span></a></td>
<td><a href="http://www.horsetalk.co.nz/roddywoodpolo" target="_blank"><span style="font-size: 10pt;">http://www.horsetalk.co.nz/roddywoodpolo</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Orton Bradley Horse Treks" href="http://www.obhorsetreks.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Orton Bradley Horse Treks</span></a></td>
<td><a href="http://www.obhorsetreks.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.obhorsetreks.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for New Zealand Polo School" href="http://www.polo.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">New Zealand Polo School</span></a></td>
<td><a href="http://www.polo.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.polo.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HORSE RIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Ravensteed Equestrian Centre" href="http://www.ravensteed.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Ravensteed Equestrian Centre</span></a></td>
<td><a href="http://www.ravensteed.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.ravensteed.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Hot Air Ballooning</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">HOT AIR BALLOONING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Balloon Adventures Up Up And Away" href="http://www.ballooning.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Balloon Adventures Up Up And Away</span></a></td>
<td><a href="http://www.ballooning.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.ballooning.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Jet Boats</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">JET BOATS</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Jet Thrills" href="http://www.jetthrills.com/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Jet Thrills</span></a></td>
<td><a href="http://www.jetthrills.com/" target="_blank"><span style="font-size: 10pt;">http://www.jetthrills.com</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">JET BOATS</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for River Tours" href="http://www.rivertours.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">River Tours</span></a></td>
<td><a href="http://www.rivertours.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.rivertours.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Karting</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KARTING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Action Karts Raceway" href="http://www.actionkarts.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Action Karts Raceway</span></a></td>
<td><a href="http://www.actionkarts.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.actionkarts.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KARTING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Supa Karts Indoor Raceway" href="http://www.supakarts.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Supa Karts Indoor Raceway</span></a></td>
<td><a href="http://www.supakarts.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.supakarts.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Kayaking</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">KAYAKING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Paddlerzone" href="http://www.paddlerzone.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Paddlerzone</span></a></td>
<td><a href="http://www.paddlerzone.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.paddlerzone.co.nz/</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Laser Strike</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">LASER STRIKE</td>
<td>CHRISTCHURCH</td>
<td>Laser Strike Ltd</td>
<td><a href="http://www.laserstrike.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.laserstrike.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Maori Culture</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MAORI CULTURE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Tamaki Heritage Village" href="http://www.maoriculture.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Tamaki Heritage Village</span></a></td>
<td><a href="http://www.maoriculture.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.maoriculture.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Motorcycle and Quadbikes</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">MOTORCYCLE &amp; QUAD BIKES</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Adventure Trailrides" href="http://www.adventureride.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Adventure Trailrides</span></a></td>
<td><a href="http://www.adventureride.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.adventureride.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Nature</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">NATURE</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Willowbank Wildlife Reserve" href="http://www.willowbank.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Willowbank Wildlife Reserve</span></a></td>
<td><a href="http://www.willowbank.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.willowbank.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Observatory</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">OBSERVATORY</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Townsend Observatory" href="http://www.artscentre.org.nz/Whats-On/Townsend-Observatory.asp" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Townsend Observatory</span></a></td>
<td><a href="http://www.artscentre.org.nz/Whats-On/Townsend-Observatory.asp" target="_blank"><span style="font-size: 10pt;">http://www.artscentre.org.nz/Whats-On/Townsend-Observatory.asp</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Paintball</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PAINTBALL</td>
<td>CHRISTCHURCH</td>
<td>The Ultimate Game</td>
<td><a href="http://www.paintballgames.co.nz/ultimategame.htm" target="_blank"><span style="font-size: 10pt;">http://www.paintballgames.co.nz/ultimategame.htm</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PAINTBALL</td>
<td>CHRISTCHURCH</td>
<td>Urban Paintball</td>
<td><a href="http://www.urbanpaintball.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.urbanpaintball.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Paragliding</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PARAGLIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Nimbus Paragliding" href="http://www.nimbusparagliding.cjb.net/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Nimbus Paragliding</span></a></td>
<td><a href="http://www.nimbusparagliding.cjb.net/" target="_blank"><span style="font-size: 10pt;">http://www.nimbusparagliding.cjb.net</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">PARAGLIDING</td>
<td>CHRISTCHURCH</td>
<td><a title="View web site for Parapro" href="http://www.parapro.co.nz/" target="_blank"><span style="color: windowtext; font-size: 10pt; text-decoration: none;">Parapro</span></a></td>
<td><a href="http://www.parapro.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.parapro.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Swimming</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">SWIMMING</td>
<td>CHRISTCHURCH</td>
<td>Qeii Leisure Centre Pool</td>
<td><a href="http://www.qeiipark.org.nz/" target="_blank"><span style="font-size: 10pt;">http://www.qeiipark.org.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<h3 class="toggler">Wildlife</h3>
<div class="togcontent">
<table border="0">
<tbody>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WILDLIFE</td>
<td>CHRISTCHURCH</td>
<td>Southern Encounter Aquarium &amp; Kiwi House</td>
<td><a href="http://www.southernencounter.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.southernencounter.co.nz</span></a></td>
</tr>
<tr style="height: 13.8pt;" height="18">
<td style="height: 13.8pt;" height="18">WILDLIFE PARK</td>
<td>CHRISTCHURCH</td>
<td>Orana Wildlife Park</td>
<td><a href="http://www.oranawildlifepark.co.nz/" target="_blank"><span style="font-size: 10pt;">http://www.oranawildlifepark.co.nz</span></a></td>
</tr>
</tbody>
</table>
</div>
<p></div><br />
 <span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=2417' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span></p>
<p><script type="text/javascript">// <![CDATA[
           google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /></p>
<p><a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank">New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/christchurch-activities-canterbury-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christchurch Beaches Canterbury NZ</title>
		<link>http://NZ-backpackers-travel-planner.com/christchurch-beaches-canterbury-nz/</link>
		<comments>http://NZ-backpackers-travel-planner.com/christchurch-beaches-canterbury-nz/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:06:46 +0000</pubDate>
		<dc:creator>Backpacker Planner</dc:creator>
				<category><![CDATA[11 Christchurch Beaches]]></category>
		<category><![CDATA[High Energy Activities]]></category>
		<category><![CDATA[Relaxing Activities]]></category>
		<category><![CDATA[Walking Activities]]></category>
		<category><![CDATA[Christchurch Attractions]]></category>
		<category><![CDATA[Christchurch Day Trips]]></category>
		<category><![CDATA[New Zealand Attractions]]></category>
		<category><![CDATA[NZ Ocean Beaches]]></category>
		<category><![CDATA[South Island Attractions]]></category>
		<category><![CDATA[Surf Beach]]></category>
		<category><![CDATA[swimming]]></category>
		<category><![CDATA[White Sand Beach]]></category>

		<guid isPermaLink="false">http://backpackers-new-zealand.simnz.com/?p=262</guid>
		<description><![CDATA[<a href="/christchurch-beaches-canterbury-nz/"   title="Click to see Details of Christchurch Beaches New Zealand" target="_self">Christchurch Beaches....more.... <img alt=" Christchurch Beach" title="Christchurch Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beach.jpg" class="alignleft" width="113" height="75" /><img class="size-full wp-image-500 alignright" title="Christchurch" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="Christchurch Area" width="54" height="76" /></a>


<em>Click on the Summary Title above or the Location Map to 
view the Christchurch New Zealand location specific details. </em>

<em>Click Category Name Tag below to see All listings under that Category on this whole site</em>]]></description>
			<content:encoded><![CDATA[<h2>Christchurch Beaches</h2>
<p><div id="attachment_500" class="wp-caption alignright" style="width: 144px"><img class="size-full wp-image-500" title="Christchurch" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/chchmap.gif" alt="Christchurch Area" width="134" height="189" /><p class="wp-caption-text">Christchurch Area</p></div><br />
<div class="wp-caption alignleft" style="width: 215px"><img title="Christchurch Beach " src="http://small-business-help.simnz.com/wp-content/uploads/2009/12/Northland-Beacht.jpg" alt=" Christchurch Beach" width="205" height="136" /><p class="wp-caption-text">photo by Bob McCree</p></div><br />
Christchurch has plenty of popular beaches, all within a short distance of the city. From fishing, snorkelling, diving, sunbathing to surfing you can find it all here located! From secluded coves to miles of white sandy beaches there’s bound to be a spot you find perfect to indulge your love of water!</p>
<p>Christchurch has a series of  beaches along the long sweeping  Eastern side of New Zealands South Island, so is exposed to big surf waves from an open ocean to the East.<br />
This gives the beaches fine soft white sand, and strong surf waves.<br />
This can sometimes make the surf dangerous with rip currents dragging the unwary along the coast, or even out to sea.</p>
<p>Situated on the East Coast of the South Island, with a population of around 300 000, Christchurch is the largest city in the South Island</p>
<p>Known as The Garden City, it offers extensive inner city public, private gardens and parks, with the Avon River slowly meandering though the city centre.</p>
<p>Still apparent, is the that Christchurch was founded by upper class English whose influence is still apparent in the city’s architecture, the very English Christ’s College, Cathedral Square,  and punting on the Avon River.</p>
<p>While in the city, why not visit the Antarctic Centre or take a drive out to Akaroa, New Zealand’s “French” settlement where you can enjoy a unique atmosphere, great food, fishing and eco boat trips.</p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=262' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<script type="text/javascript">// <![CDATA[
amazon_ad_tag = "newzealbacktr-20"; amazon_ad_width = "728"; amazon_ad_height = "90"; amazon_ad_logo = "hide"; amazon_ad_link_target = "new"; amazon_ad_price = "retail"; amazon_color_border = "958989"; amazon_color_logo = "1C0E01";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.com/s/ads.js" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
       google_ad_client = "pub-6886020739941459"; /* 468x60, created 7/12/09 */ google_ad_slot = "4276620596"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p><span class='wpfp-span'><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/star.png' alt='Favorite' title='Favorite' class='wpfp-img' /><img src='http://backpackers-new-zealand.simnz.com/wp-content/plugins/wp-favorite-posts/img/loading.gif' alt='Loading' title='Loading' class='wpfp-hide wpfp-img' /><a class='wpfp-link' href='?wpfpaction=add&amp;postid=262' title='Add to MY TRIP Favorite Places List' rel='nofollow'>Add to MY TRIP Favorite Places List</a></span><br />
<img class="size-full wp-image-453 alignnone" title="South Island" src="http://backpackers-new-zealand.simnz.com/wp-content/uploads/2009/10/south-island.gif" alt="South Island" width="250" height="301" /></p>
<p><a title="BackPackers Travel Planner New Zealand" href="http://nz-backpackers-travel-planner.com" target="_blank"> New Zealand Backpackers Travel Planner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://NZ-backpackers-travel-planner.com/christchurch-beaches-canterbury-nz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

