<!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="b1597ca05f4a2b099cb563af24f9a286a93e6154" />
<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="6aa0ba6d077eec12d87b73a857f8ab6b26d7cdfe" />
<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></updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2010:07:12</id>


    <entry>
      <title>Caribbean or Indian ocean&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/583/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.583</id>
      <published>2010-06-22T11:45:40Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Im looking to go away In September but not sure whether to turn right or left so is it best to go to the Caribbean or somewhere in the Indian ocean. 
</p>
<p>
What do you think  <img src="http://www.fish4divers.com/images/smileys/question.gif" width="19" height="19" alt="question" style="border:0;" /> 
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Should more be done to stop Shark Finning&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/565/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.565</id>
      <published>2010-06-01T12:10:52Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Having seen and heard how these magnificent creatures (who have roamed the seas and oceans for way longer than we humans have been around) are caught and have their fins removed before most are thrown back into the sea to die an agonising death is its time that more countries did more to outlaw this practice.
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>What suit do you dive in most during the year&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/564/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.564</id>
      <published>2010-05-29T08:57:42Z</published>
      <updated>2010-06-02T11:23:28Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
What suit do you reguarly dive in?&nbsp; 
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>DIN or A Clamp&#63;&#63;&#63;&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/547/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.547</id>
      <published>2010-04-12T02:56:27Z</published>
      <updated>2010-04-12T02:58:17Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>What do you use and prefer??? 
</p>
<p>
I use a DIN as I find it a better conection and one less O ring to go wrong.
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is Solo Diving a good idea &#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/424/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.424</id>
      <published>2010-01-05T21:28:22Z</published>
      <updated>2010-01-05T21:32:33Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
What do you think of the hot topic of solo diving. Is it ok if done correctly and under the right conditions or is it a step to far.
</p>
<p>
Personally I think its a bad idea. It does not matter how well trained or experienced we are or how good our kit is things do go wrong and accidents can happen and if you are on your own you have no back up. 
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>What does scuba diving mean to you&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/480/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.480</id>
      <published>2010-02-17T23:11:06Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Just click a button its all for fun.
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Where do you buy your kit&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/451/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.451</id>
      <published>2010-01-24T20:25:48Z</published>
      <updated>2010-01-30T19:56:03Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Where do you get your diving kit from?
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>What do you have in your tank&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/370/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.370</id>
      <published>2009-12-03T23:39:35Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>What mix do you dive with?
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Does Santa Scuba Dive&#63;&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/374/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.374</id>
      <published>2009-12-07T13:07:35Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Just for fun.
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Group dive/post LIDS dive show meal</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/397/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.397</id>
      <published>2009-12-13T10:04:46Z</published>
      <updated>2010-04-04T14:31:12Z</updated>
      <author><name>divewally</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;"></span><span style="color:red;"></span>I am canvassing support for both a group meal after  the Spring LIDS dive show at the Excel Centre Docklands London at the end of March ...for those interested in coming along and if you have any preferance for a venue for the meal then you can post it here.
<br />
Similarly is anyone interested in joining up for a group dive to a warm destination (for a week maximum) following the show closure at the end of March. Say Tenerife or Red Sea? Open to suggestions / comments. 
<br />
It might be nice to arrange a regular group dive meeting at times throughout the year for members to meet and keep in touch? Happy to arrange if there is the interest. Cheers Ray (Guernsey).
</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>