<!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="f6c8b11859032850f244df335af0e012acd38a2a" />
<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="efa9f93802457ac47f0e15bf3b970ddca25502f6" />
<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) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2010:01:06</id>


    <entry>
      <title>New Jersey and Long Island Diving Conditions</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/426/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.426</id>
      <published>2010-01-06T07:04:47Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
Follow the link below to find some invaluable information on the weather and sea conditions for the New Jersey and Long Island diving areas.
</p>
<p>
Shaun
</p>
<p>
<a href="http://njscuba.net/util/weather.html">http://njscuba.net/util/weather.html</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Tide Data Florida and the Keys</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/399/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.399</id>
      <published>2009-12-13T22:41:49Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Follow the link for tide and weather information for Flaorida and the Keys.
</p>
<p>
<a href="http://www.keysnet.com/weather/">http://www.keysnet.com/weather/</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>List of UK Recompression Chambers</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/373/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.373</id>
      <published>2009-12-04T08:03:14Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All 
</p>
<p>
Please follow the link below for a list of the UK recompression chambers and their contact details.
</p>
<p>
Shaun
</p>
<p>
<a href="http://londondivingchamber.co.uk/index.php?id=contact&amp;page=11&amp;region=5&amp;country=63">http://londondivingchamber.co.uk/index.php?id=contact&amp;page=11&amp;region=5&amp;country=63</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>National Health Service Recompression treatment for DCI</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/372/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.372</id>
      <published>2009-12-04T07:46:44Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Consultation, Assessment and the Treatment of Decompression Illness at LHM is free of charge at the point of need for all patients registered in the UK.
</p>
<p>
Our Hyperbaric Treatment Centres in London and Great Yarmouth offer first class facilities and highly motivated teams of experts in Diving Medicine. If you are concerned that either you or your buddy may have decompression illness you will certainly want expert advice.
</p>
<p>
Who do I call for advice ?
<br />
Call DES-UK on 07740 251 635 (24hrs)
<br />
or our office 020 8539 1222 between 08.30 and 17.00 Mon to Friday
</p>
<p>
We are here to help you! 
</p>
<p>
Our Recompression Facilities are unique in the UK in that they are modern privately run Hyperbaric Centres based inside NHS-District General Hospitals. We work in partnership with our host hospitals, enabling our patients direct access to all supporting services necessary for the proper treatment of DCI.
</p>
<p>
After the treatment divers will be asked to attend a follow-up appointment and advised on the best and safest way to continue with their hobby at the earliest possible opportunity.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Easytide</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/346/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.346</id>
      <published>2009-11-28T23:48:56Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All
</p>
<p>
Found this site with useful info on Tide times etc for the UK and elsewhere.
</p>
<p>
If you know of or use others then post them on here.
</p>
<p>
Shaun
</p>
<p>
<a href="http://easytide.ukho.gov.uk/EasyTide/EasyTide/SelectPort.aspx">http://easytide.ukho.gov.uk/EasyTide/EasyTide/SelectPort.aspx</a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Introduction to what the MCA does.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/348/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.348</id>
      <published>2009-11-29T00:15:50Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p><b><u>Introduction</u></b>
</p>
<p>
The Government of the United Kingdom assumes responsibility for civilan Search and Rescue (SAR) within the UK and its aviation and maritime Search and Rescue Regions. The maritime responsibility arises from the UK Government&#8217;s acceptance of the Convention of the High Seas 1958, of the International Conventions of  Safety of Life at Sea 1960 and 1974, and of the International Convention on Maritime Search and Rescue 1979 (as amended). The lead Government Department for UKSAR is the Department for Transport (DfT), which delegates the authority for responding to maritime incidents to HM Coastguard by the authority of the Coastguard Act 1925.
</p>
<p>
HM Coastguard is an on-call emergency organisation responsible for the initiation and co-ordination of all civilian maritime SAR within the UK Maritime Search and Rescue Region. This includes the mobilisation, organisation and tasking of adequate resources to respond to persons either in distress at sea, or to persons at risk of injury or death on the cliffs or shoreline of the United Kingdom.
</p>
<p>
The 19 Maritime Rescue Co-ordination Centres (MRCCs) around the UK Coast form a network of command and control centres for responding to reports of maritime and coastal distress. MRCC watch-keeping staff provide a 24 hour service to mariners and coast users in receiving incoming disress calls, alerting the appropriate rescue assets, and co-ordinating the rescue effort.
</p>
<p>
Dover Maritime Rescue Co-ordination Centre is responsible for Search and Rescue for incidents from Herne Bay to Beachy Head and out into the Dover Strait to the border with the French maritime Search and Rescue Region.&nbsp; The MRCC also has responsibility for the Channel Navigation Information Service (CNIS)
</p>
<p>
<b><u>The objectives of HM Coastguard are as follows:</u></b>
</p>
<p>
to respond to requests for assistance from, or for, vessels or persons in distress or potential distress, including those vessels or persons missing at sea or on the coastline; 
<br />
to respond in conjunction with the MCA&#8217;s Counter-Pollution and Response Branch to reports of actual or potential threats of maritime pollution; 
<br />
to use the skills and experience of Coastguard Officers in an accident prevention capacity by providing safety education for professional and recreational mariners, as well as students and children in colleges and schools
</p>
<p>
<b><u>Area of Operations </u></b>  
</p>
<p>
The UK Search and Rescue Region (SRR) and Coastguard Rescue Centres
<br />
SAR Assets   
</p>
<p>
The Air, Sea and Land-based Resources Responding to Maritime Emergencies
<br />
Working With Others   
</p>
<p>
Providing Assistance in Maritime and non Maritime Emergencies
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Maritime Rescue Co&#45;ordination Centres</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/347/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.347</id>
      <published>2009-11-29T00:12:48Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Please follow the link for contact numbers and details.
</p>
<p>
<a href="http://www.mcga.gov.uk/c4mca/mcga07-home/emergencyresponse/mcga-searchandrescue/mcga-hmcgsar-sarsystem/mcga-hmcgsar-contacts.htm">http://www.mcga.gov.uk/c4mca/mcga07-home/emergencyresponse/mcga-searchandrescue/mcga-hmcgsar-sarsystem/mcga-hmcgsar-contacts.htm</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>
