<!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="7e42a19bb1c2d29f97d95df1b37249b97692051a" />
<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="cee1e5ce984b5392b07cf500bb319716e50b62ec" />
<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:08:15</id>


    <entry>
      <title>Winter Liveaboard Trip</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/672/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.672</id>
      <published>2011-03-27T18:06:59Z</published>
      <updated></updated>
      <author><name>Simon E</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,
</p>
<p>
I went to LIDS 2011 this weekend, and have booked a place on Blue O Two&#8217;s M/Y blue Melody, for the Northern Wrecks and Reefs Itinerary, departing Friday 2nd December 2011. 
</p>
<p>
Just wondered if anyone was interested in buddying-up for the trip, as its term time so my wife can&#8217;t join me (being a teacher, rather than a pupil  <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" /> ) and my mates who do dive, aren&#8217;t willing to commit at this stage.
</p>
<p>
Cost is £899. Price includes return flights from London Gatwick to Hurghada, Egyptian visa, transfers, 7 nights F/B accommodation, tea/coffee/water/soft drinks, 6 days diving, Marine park fees, 12lt cylinder and weights.
</p>
<p>
Let me know if you&#8217;re interested.&nbsp; <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> 
</p>
<p>
Simon
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Fancy going on a Fish4divers liveaboard in 2011</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/524/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.524</id>
      <published>2010-03-30T05:12:55Z</published>
      <updated>2011-02-19T20:00:39Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p><u><b>Message from Simon E</b></u>
</p>
<p>
Hi Dawn/Shaun, 
</p>
<p>
It was great to see you on Saturday. I had a great time and am itching to get on holiday now. 
</p>
<p>
I think a Blue o Two Liveaboard Trip is a must for a Fish 4 Divers event and I’ve been looking through the schedule for options, and think that 2011 would suit everyone as its far enough away to allow people to save up. 
</p>
<p>
On the budget front, there is the “Hayah” Reef Clean Up in January/February. We may also want to consider school holidays as Alice is keen, and I remember Scubachick said she can only do school holidays, and they don’t appear to be prohibitively more expensive than in term time. Although, this might exclude members with family commitments too. 
</p>
<p>
However, as Fish 4 Divers have a close alliance with The Sharks Trust, we may want to join up with Elke again, on one of the Project Shark itineraries, as I think there are seminars (mainly on the Oceanic White Tip), which I’m sure will be fascinating for everyone, although I guess not everyone will be comfortable diving with sharks!! 
</p>
<p>
With the 2 guest free discount on a full boat booking everyone will save at least £80 on the cheaper trips around £849, and over £100 with trips over £999, which works out about 10% saving. 
</p>
<p>
Might be worth starting up a poll to get members views and preferences for type of itinerary. I’m happy to instigate this and get involved/help out as I’ve organised quite a few group trips (skiing, stag weekends). 
</p>
<p>
What d’ya think?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>LIDS 2011 &#45; 26/27 March at London ExCel</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/671/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.671</id>
      <published>2011-03-01T23:12:37Z</published>
      <updated>2011-06-25T20:15:55Z</updated>
      <author><name>Simon E</name></author>
      <content type="html">
      <![CDATA[
        <p>Anyone going this year?
</p>
<p>
I&#8217;m planning to go up and book my Blue O Two Liveaboard for November/December and maybe see if there is any good offers on BCD packages or other dive holidays.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Fish4Divers Liveaboard for 2012</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/660/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.660</id>
      <published>2011-01-11T11:34:49Z</published>
      <updated>2011-01-11T11:46:47Z</updated>
      <author><name>Simon E</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All,
</p>
<p>
I&#8217;ve just been on the Blue O Two Website, and they now have their 2012 itineraries available for booking.
</p>
<p>
From last years experience, we will need to move swiftly if we are to try and fill a boat this year, or at least get a large group together.
</p>
<p>
Just copy and paste the following link to see whats available:
</p>
<p>
<a href="http://www.blueotwo.com/all_schedule_prices.cfm">http://www.blueotwo.com/all_schedule_prices.cfm</a> 
</p>
<p>
Inevitably, prices do increase again, so its best to be prepared and start saving those pennies sooner rather than later.
</p>
<p>
Group discounts are still the same, 1 goes free in 10, 2 go free in 20, which is basically a max. 10% discount.
</p>
<p>
Discounts are also available to those that hold a Blue O Two Loyalty Card. 10% discount for bookings of 12 months in advance, 7.5% discount for bookings of 6 months in advance and 5% for all bookings within 6 months of the departure date. 
</p>
<p>
The cheapest itinerary is still the HAYAH reef clean-up, which is now £849-899, running throughout January 2012 and the first week of February. There is no group or loyalty discount on this itinerary though as it is already subsidised.
</p>
<p>
All other itineraries then jump up to &gt;£1000. However, for example if we chose to book the Best of Brothers from 02 March - 09 March 2012 on board the Blue Horizon at £1099 for 10 people, we would get 1 place free reducing the cost to £989.10 per person. The same cost applies for 20 people. 
</p>
<p>
A group of 10 or 20 offers best value, any number between 11-19 and 21-26 persons will reduce the discount for the group, unless some of the party have loyalty cards to use for their bookings.
</p>
<p>
If you are genuinely interested in coming aboard, then please reply with your name, email contact details and dive qualifications / logged dives.
</p>
<p>
Blue O Two will have a stall at LIDS 2011 in March, and it will be good to know by then, if the group liveaboard is going to be viable.
</p>
<p>
Look forward to hearing from you all soon.
</p>
<p>
<b>Simon</b>
</p>
<p>
<u>A bit more information is provided below:</u>
</p>
<p>
Blue o Two have three luxury liveaboards to choose from; Blue Horizon, Blue Fin take 26 guests and the Blue Melody takes 24 guests. The date and itinerary will decide which vessel. 
</p>
<p>
<i>What’s included in the cost?</i>
</p>
<p>
·    Return flights: London Gatwick to Hurghada (other airports available on request)*
<br />
·    Internal transfers from/to Hurghada Airport 
<br />
·    7 nights F/B accommodation on liveaboard (last night hotel upgrades available on request)
<br />
·    Tea, coffee, bottled water and soft drinks
<br />
·    All diving, single 12ltr cylinder and weights
<br />
·    Marine Park Fees (where applicable)
<br />
·    Egyptian entry visa
</p>
<p>
<i>The following is not included</i>:
</p>
<p>
·    Crew and dive guide gratuities
<br />
·    Alcoholic beverages (Wine/Beer available on the boat, or visit the duty-free on route)
<br />
·    Dive gear hire
</p>
<p>
<i>Diving requirements?</i>
</p>
<p>
The minimum diving requirements are PADI Open Water Diver or equivalent, although some itineraries require PADI Advanced Open Water Diver or equivalent with a min. 50 logged dives. 
</p>
<p>
<i>Payment?</i>
</p>
<p>
Blue o Two requires a 25% deposit at the time of booking. The balance is due 8 weeks before the departure date.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>The Big Scuba Show &#45; 19/20 Feb 2011</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/658/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.658</id>
      <published>2011-01-10T14:01:08Z</published>
      <updated>2011-04-11T21:38:12Z</updated>
      <author><name>Simon E</name></author>
      <content type="html">
      <![CDATA[
        <p>Anyone going to this, or holding on for LIDS 2011 in March?
</p>
<p>
Got to take the wife to Gatwick on the 19th, so might head onto London after if others are going. If not will wait for LIDS event.
</p>
<p>
Simon
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>NEC Birmingham 30/31 October 2010</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/598/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.598</id>
      <published>2010-07-17T16:42:43Z</published>
      <updated>2011-01-19T23:44:47Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Anyone planning on going to the Dive show at the NEC, Birmingham 30/31 October 2010.
</p>
<p>
Maybe we can arrange to meet up.
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Meet up for a dive&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/579/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.579</id>
      <published>2010-06-16T06:46:38Z</published>
      <updated></updated>
      <author><name>dawn</name></author>
      <content type="html">
      <![CDATA[
        <p>Does anybody fancy a get together dive? If so where....i know you can camp at Porthkeris and dive conditions are generally quite favourable! Any other suggestions...please let me know! <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Are you going to Dive Fest&#63;&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/548/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.548</id>
      <published>2010-04-13T20:44:00Z</published>
      <updated>2010-06-18T08:03:24Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
Well only just over two weeks till this years Divefest and hopefully the weather will behave this year and the sun will be out in all its glory. 
</p>
<p>
Just wondering who is going so we can all catch up over a nice cool non alcoholic drink <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" /> 
</p>
<p>
Shaun <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>LIDS social event</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/521/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.521</id>
      <published>2010-03-29T00:28:36Z</published>
      <updated>2010-04-09T22:53:56Z</updated>
      <author><name>Elisa</name></author>
      <content type="html">
      <![CDATA[
        <p>What a brilliant night! A good venue that was reasonably priced and good food, even better company which made the night. It was great to meet you all and hope you all got home OK. Will definatly have to do another one soon (other than the dive fest as we cant make it!)
<br />
Take care.
</p>
<p>
Elisa and Steve x
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>accomodating any grade of diver at divefest</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/523/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.523</id>
      <published>2010-03-29T20:05:41Z</published>
      <updated>2010-05-10T16:56:58Z</updated>
      <author><name>diversue01</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Guys
</p>
<p>
Dawn has let me know that some of you were worried the diving with Sal diving of Pentewan at dive fest was beyond your qualification.&nbsp; If you call Sal and let him know you are open water/ocean diver he will accomodate you.&nbsp; Price for two dives in one day is a very reasonable £40.&nbsp; Kit hire extra
</p>
<p>
Sue
</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>
