<!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="1a046f67f8c538d5ca0070f953101b30592ed67d" />
<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="9f30b9bb9dee0cc4a63b742d6a2bb4650877b8c7" />
<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:17</id>


    <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-15T23: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-13T13:44:00Z</published>
      <updated>2010-06-18T01: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-28T17:28:36Z</published>
      <updated>2010-04-09T15: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-29T13:05:41Z</published>
      <updated>2010-05-10T09: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>

    <entry>
      <title>LIDS Travel Arrangements</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/510/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.510</id>
      <published>2010-03-12T19:41:42Z</published>
      <updated>2010-04-01T15:10:11Z</updated>
      <author><name>Ian</name></author>
      <content type="html">
      <![CDATA[
        <p>I am lucky in that living in Buckinghamshire, I am not too far away from London/LIDS. However, having reviewed my travel options, even for me ExCel is a bit of a nightmare, especially on 27th March!
</p>
<p>
Before deciding to go by car, which for me is usually a preferred choice to go anywhere, I thought I should investigate the charge to park at ExCel, London. ExCel seem to deliberately not disclose their parking charges, but for those of you that are planning to drive, investigation and digging has shown that you need to be prepared to fork out a whopping £20 per day at ExCel.
</p>
<p>
For those travelling by tube/DLR, be prepared for delays and hassle. On the Tube network, those kind thoughtful folks at London Underground have decided:
</p>
<p>
Sat 27th and Sun 28th Match
<br />
Hammersmith and City Line - Suspended between Baker Street and Hammersmith
<br />
Sat 27th Match
<br />
Metropolitan Line - Suspended between Harrow and Aldgate
</p>
<p>
On the DLR, those kind thoughtful folks have decided:
<br />
Sat 27th and Sun 28th March
<br />
DLR - Suspended between Canning Town and Beckton - Replacement buses operate instead! So on arrival at Canning Town station (Jubilee Line) Take the Route Bus 147 from Stop: B towards Ilford / Hainault Street
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>LIDS MEAL CONFIRM/ADD/DELETE YOUR NAMES!!!!!!!!!!!!!!!!!!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/509/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.509</id>
      <published>2010-03-10T21:16:15Z</published>
      <updated>2010-04-01T15:09:43Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Paul 
</p>
<p>
Going through the forums I believe that 15 people have indicated they are coming for the meal so maybe booking for 16 will be best. 
</p>
<p>
I have the following:&nbsp; 
</p>
<p>
Paul     <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> 
<br />
Shaun  <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> 
<br />
Dawn   <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Bex      <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Andrew <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Ian       <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Elisa     <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Steve   <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Barbara + 1   <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
<br />
Ray       <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> 
<br />
Simon E  <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> 
<br />
Dany Le Frog <img src="http://www.fish4divers.com/images/smileys/question.gif" width="19" height="19" alt="question" style="border:0;" />&nbsp;             
<br />
DiveCardiff   <img src="http://www.fish4divers.com/images/smileys/question.gif" width="19" height="19" alt="question" style="border:0;" /> 
</p>
<p>
If anyone would like to join us there let us know 
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>DIVE FEST MEET UP</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/516/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.516</id>
      <published>2010-03-18T16:20:44Z</published>
      <updated>2010-05-10T09:56:27Z</updated>
      <author><name>diversue01</name></author>
      <content type="html">
      <![CDATA[
        <p>I have organised 2 days diving sat and sun £45 each day for 2 dives on a hardboat with Sal.&nbsp; 5 people booked so far any one else going need to do some diving;)  In the 2O M range
</p>
<p>
I will need your qualifications.
</p>
<p>
Sue
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>POLL FOR Fish4Divers LIDS Social event 27th March</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/433/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.433</id>
      <published>2010-01-08T16:40:29Z</published>
      <updated>2010-04-01T15:10:37Z</updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
So we can get an idea of numbers and also whether people just want to meet at LIDS or go out in the evening for a drink or go for a drink and a meal can you please select an option on the above poll. Once we know what people want to do we will look at where to meet etc.
</p>
<p>
Can those who have already registered an interest or said they are going please complete the poll as well. 
</p>
<p>
Can all matters relating to the Social event be put on this thread from now to make it easy for me to keep track in my old age (that&#8217;s me Shaun not Dawn) <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" /> 
</p>
<p>
Dawn / Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>LIDS dive show 27th/28th March London EXCEL Centre.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/358/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.358</id>
      <published>2009-11-30T15:51:11Z</published>
      <updated>2010-04-01T15:15:03Z</updated>
      <author><name>divewally</name></author>
      <content type="html">
      <![CDATA[
        <p><b></b>London International Dive Show (LIDS) March 27th/28th March 2010.
<br />
For anyone who is thinking of an overnight stay then I am happy to arrange a group evening meal and get together at a London restaurant. Any ideas suggestions/comments welcome. Cheers- Ray (new member) <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /> .
<br />
For those looking for a good value and convenient hotelfor the show the Travelodge is across the dock from where the Excel centre is. Access to Excel is via the London Docklands underground. A day underground pass is a good idea (rather than using an &#8220;Oyster card").
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>DIVE FEST 2010     LET ME KNOW TODAY IF YOU WISH TO DIVE!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/464/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.464</id>
      <published>2010-02-04T11:02:00Z</published>
      <updated>2010-05-10T09:55:53Z</updated>
      <author><name>diversue01</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Guys 
<br />
 
<br />
All booked for dive fest we are at pitch B17 if you want to get near, let me know if you want to come diving and I will book Sal for the Saturday asap.&nbsp; Diving will fill up quick.
</p>
<p>
Email today sueamit at aol dot com
</p>
<p>
Kind regards Sue
</p>
      ]]>
      </content>
    </entry>


</feed>

</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>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.fish4divers.com/index.php/advertisers/"><img src="/images/ads/skyscraper_ad_teaser.jpg" alt="" /></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>