<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
        <title>Fish4Divers | Social Networking 4 Divers | Forums</title>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta http-equiv="pragma" content="no-cache" />
        <meta http-equiv="cache-control" content="no-cache" />
        <meta http-equiv="imagetoolbar" content="no" />

        <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="distribution" content="GLOBAL" />
        <meta name="Language" content="en" />
        <meta name="No-Cache" content="True" />
        <meta name="copyright" content="2011 Fish 4 Divers" />
        <meta name="author" content="Iceberg Creative [http://www.icebergcreative.com/]" />


        <link rel='stylesheet' type='text/css' media='all' href='http://www.fish4divers.com/index.php?css=f4d/site_css.v.1295603044' />
        <script type="text/javascript" src="/js/common.js"></script>
        <script src="/mint/?js" type="text/javascript"></script>

	</head>

	<body >

		<div id="container">

			<!-- Mini Navigation -->
			<div id="header-mininav-container">
				<div class="floatright"><img src="/images/global/header-bubbles-left.gif" alt="" /></div>
				<div id="header-mininav"><a href="http://www.fish4divers.com/index.php">Home</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/about/">About FISH 4 DIVERS</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact Us</a></div>
				<div class="floatright"><img src="/images/global/header-bubbles-right.gif" alt="" /></div>
				<div class="clear_both"></div>
			</div>
			<!-- WEBSITE -->
			<div id="site">
				<!-- Mast -->
				<div id="header-main">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" class="header">
						<tr class="header-top">
              <td rowspan="2" align="left" valign="top" class="header-logo"><a href="http://www.fish4divers.com/index.php"><img src="/images/global/logo.gif" alt="Fish 4 Divers" title="Fish 4 Divers" border="0" /></a></td>
                <td align="left" valign="middle" class="hearder-columna">Not a member? &nbsp;<a href="http://www.fish4divers.com/index.php/f4d/join/"><img src="/images/global/header-join.gif" alt="Join Now!" border="0" align="absmiddle" /></a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/features/">Membership Features</a></td>

							<td align="right" valign="middle" class="hearder-columnb">
                <div class="advert-banner">
                
  <a href="http://www.fish4divers.com/index.php/advertisers/"><img src="/images/ads/top_half_banner.png" alt="" style="margin:2px 0 2px 0;"/></a>


                </div>
                
								
              </td>
						</tr>
						<tr class="header-bottom">
							<td align="left" valign="middle" class="hearder-columna">
		            <div class='header-search-box'>
<form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="19" />
<input type="hidden" name="XID" value="8f17990e83d27e39bd9938c6e5b2969827afe751" />
<input type="hidden" name="RP" value="search/results" />
<input type="hidden" name="NRP" value="" />
<input type="hidden" name="RES" value="" />
<input type="hidden" name="status" value="" />
<input type="hidden" name="weblog" value="reviews" />
<input type="hidden" name="search_in" value="" />
<input type="hidden" name="where" value="all" />
<input type="hidden" name="site_id" value="1" />
</div>



<input type="text" name="keywords" id="keywords" class="header-search-query" /><input value='submit' name="search" type="image" class="header-search" src="/images/global/header-search.gif" alt="Search" align="top" />

</form>
</div>
<div class='forgot-password'><a href="http://www.fish4divers.com/index.php/member/forgot_password/">Lost password?</a></div>
							</td>
							<td align="right" valign="middle" class="hearder-columnb">
							  <form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="XID" value="06b40ae1ec8046140707cfbb387af6b27254cddb" />
<input type="hidden" name="ACT" value="9" />
<input type="hidden" name="RET" value="f4d/afterlogin" />
<input type="hidden" name="site_id" value="1" />
</div>



<script type="text/javascript">
	var cUsername = 'username';
	var cPassword = 'password';

	function setupLogin() {
		setTimeout("clearLogins();", 1000);
	}
	
	function clearLogins()
	{
		usernameExit();
		passwordExit();
	}
	
	function usernameEnter()
	{
		var un = document.getElementById('username');
		
		if (un.value == cUsername)
		{
			un.value = '';
		}
	}
	
	function usernameExit()
	{
		var un = document.getElementById('username');
		
		if (un.value == '')
		{
			un.value = cUsername;
		} 
	}
	
	function passwordEnter()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == cPassword)
		{
			pw.value = '';		
			pw.type = 'password';	
		}
	}
	
	function passwordExit()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == '')
		{
			pw.value = cPassword;	
			pw.type = 'text';	
		}
	}	
</script>

<img src="/images/global/header-login.gif" alt="Log In" align="absmiddle" />
<input name="username" type="text" class="header-username" id="username" value="" maxlength="32" size="25" onfocus="usernameEnter();" onblur="usernameExit();"/>
<input type="password" name="password" id="password" value="" maxlength="32" class="header-password"  size="25" onfocus="passwordEnter();" onblur="passwordExit();"/>
<input name="submit" type="image" src="/images/global/header-login-go.gif" alt="Go" align="top" />

<script type="text/javascript">
  window.onload = setupLogin();
  //setupLogin();
</script>

</form>
	
							</td>
						</tr>
				  </table>
				</div>

				<!-- Global Navigation -->
				<div id="menu-members">
					<!-- International/language selector. Take out if only launching with UK to begin with -->
					<div class="floatright" style="margin-top: 4px;">

					</div>
                                        <ul>
  <li><a href="http://www.fish4divers.com/index.php/member/search/"><img src="/images/global/menu/search-divers.jpg" alt="Meet other divers" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/forums/"><img src="/images/global/menu/forum.jpg" alt="Forum" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/directory/"><img src="/images/global/menu/dive-directory.jpg" alt="Diving Club Directory" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/reviews/"><img src="/images/global/menu/reviews.jpg" alt="Reviews" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/classifieds/"><img src="/images/global/menu/classifieds.jpg" alt="Classifieds" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/member/snapper/"><img src="/images/global/menu/snapper-gallery.jpg" alt="Snapper Gallery" border="0" /></a></li>
</ul>
                                        
				</div>
                                
				<div id="menu-base"></div>
				
				<!-- Call to Action -->
				<!-- Call to action -->

<div id="cta">

	<p>A social networking site for scuba divers. Meet like-minded people who share your passion for diving.<br /><a href="http://www.fish4divers.com/index.php/f4d/join/">Click here to join today. For free!!!</a></p>

</div>

				<!-- Content Area -->
				<div id="content">

<div id="content-left3col">
<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Forum</title>
    <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.fish4divers.com/index.php/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2011</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2011:12:09</id>


    <entry>
      <title>On site wigwam accommodation at NDAC</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/666/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.666</id>
      <published>2011-01-18T23:44:15Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Just seen this on the NDAC site it sounds like a good idea. Cowboys not welcome  <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" /> 
</p>
<p>
Shaun
</p>
<p>
How does under £18 per person per night sound in a cosy, heated wooden wigwam camping cabin.
</p>
<p>
Wooden Wigwams offer the ideal 4 season camping holiday or short break, for group&#8217;s families and couples. A great low cost alternative to youth hostels, B&Bs;, self catering or camping.
</p>
<p>
Presently most people are spending between £35 - £60 per person per night in hotels and B&Bs;around Chepstow, not to mention petrol travelling to and from the National Diving &amp; Activity Centre. 
</p>
<p>
Wigwams are the ultimate eco cabin, secure and lockable the wigwams truly offer all year round camping, and the best bit, no pitching a tent in the rain! 
</p>
<p>
We believe we will be the only UK dive centre to be able to offer onsite accommodation at such reasonable rates and we hope to have the new wigwams in place in the first quarter of 2011.
</p>
<p>
<a href="http://www.ndac.co.uk/news/2011/01jan/05_news.htm">http://www.ndac.co.uk/news/2011/01jan/05_news.htm</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Eight Acre Lake.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/649/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.649</id>
      <published>2010-11-30T22:24:30Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>An inland dive site in Yorkshire with 14 meters depth of water.
</p>
<p>
<a href="http://www.scubadream.co.uk/">http://www.scubadream.co.uk/</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Treasure hunt at Stoney Cove</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/593/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.593</id>
      <published>2010-07-01T15:58:08Z</published>
      <updated></updated>
      <author><name>Rosemary</name></author>
      <content type="html">
      <![CDATA[
        <p><a href="http://www.britishpathe.com/record.php?id=43582">http://www.britishpathe.com/record.php?id=43582</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New wreck at Stoney</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/567/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.567</id>
      <published>2010-06-02T23:30:07Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
The MV Belinda is due to be sunk at Stoney Cove at 7pm on the 4th June all being well. This new boat is a steel trawler which they hope to place in the same area of the quarry as the previous two tugs. So at 20m it will be accessable to most divers providing the viz is good anyway.
</p>
<p>
Stoney are also looking for what they call a significant item to be sunk in the 35m area to give the deep divers and those on training courses something interesting to see. 
</p>
<p>
Not sure that Stoney needs another boat three seems a bit excessive and may make it seem crowded. 
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New UK Inland Dive Venue &#45; Calvert, near Aylesbury, Bucks</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/515/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.515</id>
      <published>2010-03-18T02:59:34Z</published>
      <updated></updated>
      <author><name>Ian</name></author>
      <content type="html">
      <![CDATA[
        <p>Scubaducks, an established dive centre (PADI 5 Star) in Aylesbury, Bucks, also runs an active scuba club of the same name.
</p>
<p>
Scubaducks has recently reached agreement for diving at a former brick works quarry and now established lake at Calvert, Bucks.
</p>
<p>
Little is currently known about the underwater World of the 65 acre Grebe Lake, Calvert, which has been home to Great Moor sailing club for a good many years. However, exploaratory dives made so far by Scubaducks team members have established that there is good depth, possibly to 22m or more. There are also reported to be some buildings and other items of interest to be discovered on the lake bed.
</p>
<p>
Whilst it sounds like a very interesting place to dive, there are some strict rules and it&#8217;s not the cheapest dive venue. A PADI Rescue Diver or equivalent must participate in all dives and a &#8216;diver down&#8217; flag/buoy must be displayed, plus there must be surface cover for all dives. There is also no diving on Sunday which is a busy day for sailing. The price to dive at Calvert is £17 per person, but for Scubaducks members (which is only £25 per year and only £20 if joining on a recurring basis) the dive fee is a mere £7.00. So for anyone interested in diving at Calvert, it&#8217;s clearly worth joing the Scubaducks club.
</p>
<p>
The Dive Centre (which has its own &#8216;on site&#8217; training pool) is located a few miles away in Aylesbury and is where you need to visit to obtain the access key after booking diving at Calvert.
</p>
<p>
The Scubaducks team (DM Students) will soon begin to map out the site and begin to find out exactly what is hidden beneath the depths. It is also planned to construct a training area in the lake with platforms etc.
</p>
<p>
For more details check out:&nbsp; <a href="http://www.scubaducks.co.uk/scubaducks_dive_club_home.html">http://www.scubaducks.co.uk/scubaducks_dive_club_home.html</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Vobster now Open 7 Days a Week</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/482/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.482</id>
      <published>2010-02-20T03:52:34Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>After our trial last autumn, Vobster is very proud to announce that we are now open 7 days a week permanently from 27th January. So no more guessing what days you can come and enjoy our facilities, as we are now open every day bar Xmas and Boxing day <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
<p>
<a href="http://www.vobster.com/">http://www.vobster.com/</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Stoney Cove Price increases 2010</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/473/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.473</id>
      <published>2010-02-16T07:46:25Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>With effect from March 1 st 2010 the discounted cost of entry to dive at Stoney Cove for Diverlog Card holders will increase to £11
</p>
<p>
The cost of entry to dive at Stoney Cove for Day Visitors who don’t have Stoney Cove’s Diverlog card will increase to £17
</p>
<p>
These prices where last increased Feb 2007
</p>
<p>
We know that prices rises are unpopular and we do our very best at Stoney Cove to keep our gate prices as low as possible however eventually they have to increase to keep pace with the rising cost of operating the centre.
</p>
<p>
<a href="http://www.stoneycove.co.uk/news-at-stoney.htm">http://www.stoneycove.co.uk/news-at-stoney.htm</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Wraysbury, near Heathrow Airport</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/411/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.411</id>
      <published>2009-12-29T21:52:16Z</published>
      <updated></updated>
      <author><name>Ian</name></author>
      <content type="html">
      <![CDATA[
        <p>If you are located in South East England and looking for an inland dive site, Wraysbury Dive Centre is very convenient.
</p>
<p>
<a href="http://www.wraysbury.ws/">http://www.wraysbury.ws/</a>
</p>
<p>
The dive centre (PADI 5 Star) is a former gravel pit, so not overly deep (circa 10m practical max), but plenty of dive platforms etc. Some submerged attractions too. Open seven days a week and for night dives on Wednesdays.
</p>
<p>
A great cafe and bar plus training facilities. A shop too, but quite limited stock.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Vobster Quay</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/354/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.354</id>
      <published>2009-11-30T00:35:25Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
Please follow the link to find a map of the Vobster Quay and the underwater attractions.
</p>
<p>
<a href="http://www.vobster.com/downloads/vobstermap.pdf">http://www.vobster.com/downloads/vobstermap.pdf</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Eccleston Delph Lancashire</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/392/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.392</id>
      <published>2009-12-11T05:55:00Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Eccleston Delph is a five acre Diving Centre located in the heart of Lancashire.
</p>
<p>
Follow the link to see what they offer and see a map of the underwater attractions.
</p>
<p>
<a href="http://thedelph.com/attractions.php">http://thedelph.com/attractions.php</a>
</p>
      ]]>
      </content>
    </entry>


</feed>
<div class='adverts-body'>

</div>
</div>


					<div class="clear_both"></div>
				</div>

				<!-- Sign Off -->
				<div id="signoff">
					<p><a href="http://www.fish4divers.com/index.php/f4d/about/">About us</a> | <a href="http://www.fish4divers.com/index.php/f4d/terms/">Disclaimer &amp; terms of use</a> | <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact us</a> | <a href="http://www.fish4divers.com/index.php/advertisers/">Advertising Info</a></p>
					<p>&#169; <strong>2012 FISH 4 DIVERS</strong> | <a href="http://www.icebergcreative.com/" target="_blank" style="color: #008fe0;">Web Site & Graphic Design</a> by Iceberg Creative</p>
					<p><a href="http://www.facebook.com/group.php?gid=21166668231" title="Find Fish4Divers on Facebook"><img src="/images/global/facebook-follow.gif" alt="Find Fish 4 Divers on Facebook"></a></p>
                                        <p>Fish4Divers.com is a registered company in England and Wales.  No. 6665283.  22, Victoria Road, St Austell, PL25 4QD</p>
				</div>

			</div>

			<!-- SKYSCRAPER -->
			<div id="skyscraper">
      <div class="advert-banner">

<a href="http://www.rescuean.com/" target="_blank">
<img src="http://www.fish4divers.com/images/uploads/reviews/ce61661c271c01c1bae48606ec0f45c8.gif" width="120" height="600" alt="" title=""  />
</a>


</div>
			</div>
			<div class="clear_both"></div>

		</div>
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
var pageTracker = _gat._getTracker(“UA-1643618-8”);
pageTracker._initData();
pageTracker._trackPageview();
</script>
	</body>
</html>
