<!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="2008 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.1259950076' />
        <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="02f2afdd1f15433d2504c946eff9aaa996b05333" />
<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="28ec0bc7604f73b9928991db0166cc98c38e8aba" />
<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>

				<!-- 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>2010-09-04T18:48:01Z</updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2010:09:05</id>


    <entry>
      <title>Hi from Smurf land</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/616/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.616</id>
      <published>2010-09-04T18:42:08Z</published>
      <updated>2010-09-04T18:48:01Z</updated>
      <author><name>Scuba Smurf</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello from Papa (Scuba) Smurf
</p>
<p>
Just a short message to say hello its good to met you all.&nbsp; 
</p>
<p>
I travel about a lot so will hopefully see some of you out and about I could pop up anywhere so if your on holiday look out for me both above and below the water.
</p>
<p>
No blue jokes though  <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" />&nbsp; 
</p>
<p>
Are there are any Smurfettes out there ?
</p>
<p>
Papa
</p>
<p>
Ps any chance of getting an Avatar?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hello!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/611/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.611</id>
      <published>2010-08-19T08:53:04Z</published>
      <updated></updated>
      <author><name>Jeremy Davey</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everyone,
</p>
<p>
I thought I’d just introduce myself to the group. Shaun (Fuller) asked me to join after having been in contact with him in organising one of the Save Our Fins events. 
</p>
<p>
I’m based in London and do most of my diving with the University of London Sub Aqua Club (ULSAC). I’ve been pretty active with the club for 6 years or so now and love the mixture of diving, training and socialising I get from the club.
</p>
<p>
Most of my diving has been in the UK but have been to places as varied as Narvik in Norway, Hawaii and Croatia. A mate of mine and I ran a trip to the South of France last year, which was amazing fun and I definitely recommend the diving there to anyone.
</p>
<p>
Here’s a link to the trip report I wrote up….
<br />
<a href="http://ulsac.net/docs/tripreports/tripreport-southoffrance09.pdf">http://ulsac.net/docs/tripreports/tripreport-southoffrance09.pdf</a>
</p>
<p>
For somewhere so close the South of France offers beautiful wrecks, more fish than people would have you believe are in the Mediterranean and obviously the class of the French Riviera!&nbsp; 
</p>
<p>
If anyone has any questions on organising a trip to the South of France, just give me a shout!
</p>
<p>
I recently just came back from diving in the Western Isle of Scotland, where we were trying to get out to St Kilda. Unfortunately we didn’t make it out there but we were lucky enough to do some fantastic diving anyways. I’ll copy in an article I wrote for the ULSAC newsletter to the trip forum on our trip to St Kilda. 
</p>
<p>
Anyways that’s me- hope to chat with a load of people soon and gossip about diving, which is quite frankly the best thing around!
</p>
<p>
Jeremy
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>hi everyone</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/591/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.591</id>
      <published>2010-06-30T12:26:10Z</published>
      <updated></updated>
      <author><name>tammy</name></author>
      <content type="html">
      <![CDATA[
        <p>just signed up to the site and forums, and wanted to pop my head in to say hi to everyone!
</p>
<p>
i&#8217;m a relatively new diver, having passed my bsan ocean diver a few months ago, and i&#8217;m a member of my local club (glasgow underwater group)...i&#8217;ve only got about 8 dives under my belt and get out about 2-3 times a month depending on weather/work/money etc!
</p>
<p>
i&#8217;m about to move to Oban to start a marine science degree, so feel free to message me if you&#8217;re in the area!!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>The Adventures of Ashley David</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/474/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.474</id>
      <published>2010-02-17T12:13:53Z</published>
      <updated></updated>
      <author><name>ashthebebel</name></author>
      <content type="html">
      <![CDATA[
        <p>Not really quite sure where to start.. Except for,,,, i still reckon i should have made that jump from the boat to the jetty.. My hands have finally recovered from clasping on for dear life. For all those there,,, thanks for not coming to my rescue.. 
</p>
<p>
Thats all for now.. I&#8217;m a bit grumpy as i was awoken this morning (7am) buy the builders next door.. I did ask the to be quiet.. but they just ignored me can carried on.. the cheek of them&#8230;  bang bang bang,,, funny thing is, that by 8;15 they finished the banging and started on something else which was quiet&#8230; sods law.. or there just sods..&nbsp; 
</p>
<p>
These might get more interesting,, but who knows .. 
</p>
<p>
Looking forward to LIDS saturday  <img src="http://www.fish4divers.com/images/smileys/tongue_laugh.gif" width="19" height="19" alt="tongue laugh" style="border:0;" /> 
</p>
<p>
I&#8217;ll be back as Arney would say
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Hi all.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/522/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.522</id>
      <published>2010-03-28T23:44:40Z</published>
      <updated></updated>
      <author><name>Richard Doherty</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi. My name is Richard and i am new to this site, in fact i did not know about it untill i met Dawn at LIDS yesterday. (hi dawn)! Going to the dive fest in cornwall and can&#8217;t wait! going to try and get my advanced finished before then. see you there, Rich.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Very Newbie &#45; still in training!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/519/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.519</id>
      <published>2010-03-21T12:29:31Z</published>
      <updated></updated>
      <author><name>charlies30</name></author>
      <content type="html">
      <![CDATA[
        <p>I started my open water during Feb with Dive Northampton &amp; are looking around for information &amp; researching things I need to know more about - such as looking for Insurance(!) &amp; came across your site whilst trying to find useful info &amp; getting more of a feel for the important stuff.&nbsp; 
</p>
<p>
I completed the Scuba Diver part of my license during Feb &amp; will complete the open water at the end of May (due to the horrible weather at Stoney Cove - it was snowing when we went in! Had to refuse the second dive as I was too numb to open my BCD!&nbsp; <img src="http://www.fish4divers.com/images/smileys/ohh.gif" width="19" height="19" alt="ohh" style="border:0;" />&nbsp; - may not have thought through the plan quite as well but had decided to learn to dive as a &#8220;present&#8221; to myself for loosing 7 stones in weight but hadn&#8217;t considered the UK&#8217;s terrible weather as, as soon as I did the Discover I was completely hooked  <img src="http://www.fish4divers.com/images/smileys/cheese.gif" width="19" height="19" alt="cheese" style="border:0;" /> 
</p>
<p>
I am off on hols to South France in Aug &amp; hopefully my eldest will complete her O/W referral too &amp; am looking for ideas of the most useful/recommended insurance co&#8217;s &amp; any buddies to get more involved.
</p>
<p>
Thanks all - looking forward to meeting more of you
</p>
<p>
Charlies  <img src="http://www.fish4divers.com/images/smileys/kiss.gif" width="19" height="19" alt="kiss" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How about diving with me&#8230;.eeeow!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/492/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.492</id>
      <published>2010-02-24T00:35:40Z</published>
      <updated>2010-02-24T00:51:50Z</updated>
      <author><name>dawn</name></author>
      <content type="html">
      <![CDATA[
        <p>Well i wonder how this little kitty does a buddy check!!! I bet he/she is a purrrrrrfect diver!!!....pmsl! 
<br />
I reckon the other little cutie belongs to my mate Jess....she&#8217;s so into pink!!!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>M/Y Blue Fin</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/469/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.469</id>
      <published>2010-02-07T22:38:02Z</published>
      <updated></updated>
      <author><name>Malcolm Foulds</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All, newbie to the site.
<br />
Very much a wrinkly at 69 (almost 70) but still enjoy diving.
<br />
These days I tend to be more selective for a variety of reasons.
<br />
Just had a fantastic week on board the Blue Fin out of Hurghada where I met Dawn (she of fish4divers) this is definitely the way to dive.
<br />
Very nice and friendly lady, naturally trying to convince the diving world this is the  site to visit.
<br />
Good luck Dawn <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>hi All, Happy Easter almost, PADI dive club in East London&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/462/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.462</id>
      <published>2010-02-03T13:15:09Z</published>
      <updated></updated>
      <author><name>ConradSeal</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey Divers,
<br />
Can anyone point me in direction of a PADI dive club in East London area? I&#8217;ve only seen Timuna (on the net) in Canary Wharf so far..
<br />
Cheers,
<br />
Conrad
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>hi All, Happy New Year.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/416/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.416</id>
      <published>2010-01-02T14:59:25Z</published>
      <updated></updated>
      <author><name>DiveCardiff</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi there,
</p>
<p>
Just a quick introduction. I&#8217;m very new to Diving, in fact so new that i haven&#8217;t even got my feet wet yet haha, but this year i&#8217;m going to see where it will take me.
</p>
<p>
I&#8217;m planning to get abroad at the end of the month to get my open water certificate. Any advice of where to go or companies to learn with would be gratefully appreciated.
</p>
<p>
It would be nice to hear from beginners and more experience divers alike and hopefully i&#8217;ll get the chance to dive with you guys in the near future.
</p>
<p>
Russell  <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</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>2010 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.scuba-fish.com/" target="_blank">
<img src="http://www.fish4divers.com/images/uploads/reviews/abed48c9b687e0e38c955020bcbb53e7.png" width="120" height="600" alt="SCUBAFISH - Scuba Diving Dive School Ko Lanta Thailand. Eco-friendly PADI 5 Star IDC Dive Resort & Retail Centre Lanta Thailand" title="SCUBAFISH - Scuba Diving Dive School Ko Lanta Thailand. Eco-friendly PADI 5 Star IDC Dive Resort & Retail Centre Lanta Thailand"  />
</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>