<!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="f60cc03493dfaeb0bfec151ffe5fc12a3ff45f97" />
<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="6421d81a2ed56c12fe34cfe11b1921e4ac1a3337" />
<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" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Forum</title>
    <link>http://www.fish4divers.com/index.php/forums/</link>
    <description>Forum</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-09-04T18:09:08+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Diving in the Western Isles of Scotland</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/615/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/615/#When:10:25:53Z</guid>
      <description>&lt;p&gt;Just came back from diving in the Western Isles of Scotland, so thought I&#8217;d post an little write&#45;up I did for my club Newsletter (&lt;a href=&quot;http://www.blog.ulsac.net&quot;&gt;http://www.blog.ulsac.net&lt;/a&gt;). Will send link to photos soon hopefully.
&lt;/p&gt;

&lt;p&gt;
&lt;u&gt;A week in the Western Isles of Scotland&lt;/u&gt;
&lt;/p&gt;
&lt;p&gt;
After a long drive to Oban via Edinburgh Festival, we had arrived on the Gaelic Rose, a converted fishing trawler and our home for the next week, and had set steam for the Outer Hebrides. Weather forecasts, despite having looked reasonable throughout the previous week, now made us feel very pessimistic about reaching St Kilda&#45; the main objective for this trip. This non&#45;ULSAC trip had been planned for well over a year and having had the prospect of reaching St Kilda exciting us for over a year we had fins, mitts and regulators crossed that the weather gods would smile on us.
&lt;/p&gt;
&lt;p&gt;
In case you don’t know St Kilda is a small island chain, 40 miles north west from the Isle of Lewis, fiercely isolated in the middle of the Atlantic and extremely exposed to the varying weather that rages across the ocean. It has been described by many as the Holy Grail of UK diving and anyone who visits the islands counts themselves amongst a lucky and privileged few.
&lt;/p&gt;
&lt;p&gt;
Out of Oban we motored north past the island of Mull to moor up for the night. We were almost tempted to jump in for a night dive under the pier on our return from the pub however the water was so clear that we conducted our dive from the safety of the boat by shining our torches through the crystal clear water.
&lt;/p&gt;
&lt;p&gt;
The first few dives of the trip saw us dive a number of scenic wall dives, biding our time for a break in the weather with our fingers crossed that we could make a dash for St Kilda. Whilst these weren’t the most exciting dives of the week they definitely brought an insight into the marine life around this part of Scotland. Sightings of dogfish, octopus and numerous rare nudibranchs and anemones were common underwater and, by the second day, we had seen dolphins, basking sharks, minke whales and seals above water. All the while we were steaming further north amongst the Western Isles to leave ourselves in a position to sail to St Kilda if the weather allowed.
&lt;/p&gt;
&lt;p&gt;
On the third day of diving, as we made our way across the Minch to the Isle of Harris, we encountered the Stassa, a fabulous wreck in amazingly intact condition sat in only 20m of water. The wreck must have a beam of over 12m and was still covered with wooden decking and the timber cargo it was carrying. Large plumose anemones coat this Panamanian wreck along with cup corals, sea squirts and pin cushion starfish.
&lt;/p&gt;
&lt;p&gt;
More steaming and a beautiful sheer wall dive lead us up towards Skalpay Lighthouse where we dropped in on the wreck of the Golf Star. This wreck had struck land in 1996 and has only recently dropped below the waters after some pretty immense Outer Hebridean storms. It is impressive to see how quickly the kelp has festooned the wreck and hidden its many treasures from the world. Digging through the kelp uncovered vast chunks of wreckage, with lots of engine parts, pipes, cogs, companionways and other various remains. Whilst dropping no deeper than 16 metres on this wreck we investigated the endless field of debris and entertained ourselves for far longer than many would have expected! This wreck brought back many fond memories of the Gobernador Bories, one of the block&#45;ships in Scapa Flow.
&lt;/p&gt;
&lt;p&gt;
As the week progressed it became clear that we would really struggle to have enough clear weather to make a dash for St Kilda. After having had such a long time dreaming and talking about reaching these isolated islands, we were devastated that we would not be able to add our names to the visitors book and to experience the legendary clear water and fascinating marine life. However we were able to console ourselves when it was realised that this now gifted us the opportunity to plan where we wanted to dive for the rest of the week and we fixed our targets on some of the best dives the west coast of Scotland has to offer.
&lt;/p&gt;
&lt;p&gt;
As we steamed around the Isle of Skye, we took in two dives on a 45 degree inclined wall, under a cave which the fugitive Bonnie Prince Charlie had hidden in. The wall contained a reef that was so abundant in life that most of the divers likened it to diving in the Red Sea; pugnacious Dublin bay prawns poking out of every nook and shoals of pollack and saithe circling round you as you take in the multitudinous fan worms, gunards and flat fish. The wall descends down to over 75 metres and on a dip down to 50 metres, we spotted not only a John Dory but also a Tadpole fish; two very rare encounters for just one dive. 
&lt;/p&gt;
&lt;p&gt;
Every night we moored up at a different “port” – very often just a tiny wooden pier next to a pub. The unmistakable feeling of “land&#45;sickness” was very often enhanced by a wee dram of whisky with the locals, and on more than one occasion a glorious, languid sunset accompanied us for our evening tipple.
&lt;/p&gt;</description>
      <dc:date>2010-09-03T10:25:53+00:00</dc:date>
    </item>

    <item>
      <title>Whats the water temp&#63;&#63;&#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/581/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/581/#When:22:22:39Z</guid>
      <description>&lt;p&gt;Its been lovely above the surface this weekend but what the sea temprature been. 
&lt;/p&gt;
&lt;p&gt;
If youve been in the water this weekend let me know.
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;</description>
      <dc:date>2010-06-20T22:22:39+00:00</dc:date>
    </item>

    <item>
      <title>August visit update to the Isle of Man</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/609/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/609/#When:22:29:58Z</guid>
      <description>&lt;p&gt;On the 7th of September I set off to the Isle of Man, on a return visit to one of our site members Jim Self.&amp;nbsp; Jim has graced us with his presence at Dive Fest Cornwall this year and has been on two liveaboard trips with my husbad and I to Egypt with Tony Backhurst.
&lt;/p&gt;
&lt;p&gt;
We flew from Exeter with Flybe via Manchester, flights are quick and the airports efficient but beware the long waits in Manchester airport in between and Flybe&#8217;s hidden luggage costs, take extra luggage back at your peril they tried to charge us £170 for an extra 8kg!.
&lt;/p&gt;
&lt;p&gt;
We stayed with Jim at Chez self and very nice it was too.&amp;nbsp;   Saturday saw us up early to dive with Gary Smith another friend made on the liveaboard&#8217;s on his boat Castaway.&amp;nbsp; He charges an unbelievable £10 to dive with hot tea thrown in!, and can be chartered for club or booked for individual diving and angling.
&lt;/p&gt;
&lt;p&gt;
First dive was to little ness, a reef system with lots of Gulleys and life and a wreck called the (to be continued)
&lt;/p&gt;</description>
      <dc:date>2010-08-14T22:29:58+00:00</dc:date>
    </item>

    <item>
      <title>dive with seals in the uk</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/442/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/442/#When:23:29:54Z</guid>
      <description>&lt;p&gt;anyone recomend the best time +place to get in with seals in the uk i,m in the north west but can travel anywhere? have you got any plans to do the same this year?
&lt;/p&gt;</description>
      <dc:date>2010-01-11T23:29:54+00:00</dc:date>
    </item>

    <item>
      <title>Anybody dived on the Isle of Man &#63;&#63;&#63;&#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/376/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/376/#When:23:56:12Z</guid>
      <description>&lt;p&gt;Hi all
&lt;/p&gt;
&lt;p&gt;
Has anyone been to and dived in the Isle of Man?
&lt;/p&gt;
&lt;p&gt;
If you have what are the best sites to dive and where is the best place to stay?&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;</description>
      <dc:date>2009-12-07T23:56:12+00:00</dc:date>
    </item>

    <item>
      <title>Dive Ireland</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/391/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/391/#When:21:49:00Z</guid>
      <description>&lt;p&gt;Hi all
&lt;/p&gt;
&lt;p&gt;
Follow the link below to see an interactive map of Ireland with information on all the main diving locations.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.tempoweb.com/diveireland/sites.htm&quot;&gt;http://www.tempoweb.com/diveireland/sites.htm&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;</description>
      <dc:date>2009-12-10T21:49:00+00:00</dc:date>
    </item>

    <item>
      <title>Diving in the Isle of Wight</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/238/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/238/#When:05:17:32Z</guid>
      <description>&lt;p&gt;HI
&lt;br /&gt;
I will be visiting the Isle of Wight from the 17th to the 22nd August and I am looking to do some diving 
&lt;/p&gt;
&lt;p&gt;
Dose anyone has any sugestions for contacts, Dive Clubs, Dive shops, or just someone to buddy up with 
&lt;/p&gt;
&lt;p&gt;
all help much appreciated
&lt;/p&gt;
&lt;p&gt;
Jim
&lt;/p&gt;</description>
      <dc:date>2009-08-05T05:17:32+00:00</dc:date>
    </item>

    <item>
      <title>Scotland’s shipwrecks opened up to divers</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/270/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/270/#When:19:16:47Z</guid>
      <description>&lt;p&gt;Published Date: 01 October 2009 
&lt;/p&gt;
&lt;p&gt;
By Jenny Fyall 
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://news.scotsman.com/latestnews/Scotland39s&#45;shipwrecks&#45;opened&#45;up&#45;to.5693618.jp&quot;&gt;http://news.scotsman.com/latestnews/Scotland39s&#45;shipwrecks&#45;opened&#45;up&#45;to.5693618.jp&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
HISTORIC shipwrecks that have been out of bounds to divers are to be opened up for the first time.
&lt;br /&gt;
Currently it is illegal for scuba divers to visit eight protected sites – such as the HMS Campania in the Firth of Forth – without a licence from Historic Scotland.
&lt;/p&gt;
&lt;p&gt;
However, under the Scottish Marine Bill, currently going through parliament, the estrictions will be lifted.
&lt;/p&gt;
&lt;p&gt;
Divers have long argued that there should be greater freedom to visit wrecks on a &#8220;look but don&#8217;t touch&#8221; basis.
&lt;/p&gt;
&lt;p&gt;
Wrecks where restrictions would be lifted include the remains of a warship called The Swan in the Sound of Mull, which sank in 1653 and the Kennemerland in Out Skerries, Shetland – an armed merchant vessel belonging to the Dutch East India Company that sank in 1664, while loaded with a cargo of treasure and jewels.
&lt;/p&gt;
&lt;p&gt;
The eight sites are currently designated under the Protection of Wrecks Act 1973, which instated a blanket ban on visiting them without a licence.
&lt;/p&gt;
&lt;p&gt;
However, the Scottish Marine Bill will see them turned into Historic Marine Protected Areas, and access will be permitted. If it is deemed necessary to restrict access, Historic Scotland could slap a Marine Conservation Order on the site. However, even then there would be some flexibility to allow visitors – such as divers who had special training at dive centres.
&lt;/p&gt;
&lt;p&gt;
Philip Robertson, Historic Scotland&#8217;s senior inspector of marine archaeology, said the new system would help encourage &#8220;responsible access to our underwater heritage&#8221;.
&lt;/p&gt;
&lt;p&gt;
He said: &#8220;For years we have worked closely with the diving community to monitor and protect wrecks and this Bill will make it easier for those diving to get access on a &#8216;look but don&#8217;t touch&#8217; basis&#8221;.
&lt;/p&gt;
&lt;p&gt;
Shipwrecks that are classed as war graves by the Ministry of Defence, such as HMS Royal Oak in Scapa Flow, Orkney, will still be out of bounds. The MoD, rather than the Scottish Government, controls these sites.
&lt;/p&gt;
&lt;p&gt;
Gary Lawson, who runs a dive centre in North Berwick, said he has wanted to visit HMS Campania for a long time.
&lt;/p&gt;
&lt;p&gt;
&#8220;This is very good news,&#8221; he said. 
&lt;/p&gt;
&lt;p&gt;
However, he believes divers should be able to visit all wreck sites, even those classed as war graves.
&lt;/p&gt;
&lt;p&gt;
&#8220;It&#8217;s almost like we are being branded as some scrap&#45;collecting, stealing&#45;lead&#45;off&#45;church&#45;roof types of people.
&lt;/p&gt;
&lt;p&gt;
&#8220;There&#8217;s not a graveyard in the country that we couldn&#8217;t go around and read the headstones and take photographs and yet they won&#8217;t let us swim around these sites and pay our respects.&#8221;
&lt;/p&gt;
&lt;p&gt;
Environment secretary Richard Lochhead, speaking yesterday at Holyrood&#8217;s Marine Bill Conference in Edinburgh, said: &#8220;The popularity of shipwreck driving in Orkney and the Sound of Mull means Scotland can already lay claim to the title of &#8216;shipwreck diving capital of Europe&#8217;.
&lt;/p&gt;
&lt;p&gt;
&#8220;Diving generates millions of pounds for our economy. And thanks to these new measures there is scope to open up a whole new world of hidden treasures for divers.&#8221;
&lt;/p&gt;
&lt;p&gt;
WATERY WONDERS OPEN FOR VIEWING
&lt;/p&gt;
&lt;p&gt;
• HMS Campania: A Cunard liner that was converted to an aircraft carrier, which sank in 1918 off Burntisland in the Firth of Forth.
&lt;/p&gt;
&lt;p&gt;
• Kennemerland: An armed merchant vessel that sank in 1664 in Out Skerries. 
&lt;/p&gt;
&lt;p&gt;
• Wrangels Palais: A Swedish ship that ran aground in dense fog in Out Skerries in 1687, while protecting merchant vessels from pirates.
&lt;/p&gt;
&lt;p&gt;
• The Swan: A warship sent by Oliver Cromwell to capture Duart Castle that sank in the Sound of Mull in 1653.
&lt;/p&gt;
&lt;p&gt;
• The Dartmouth: The flagship of a mission to bring to heel recalcitrant Jacobite clans in the Western Isles. Broke anchor in a storm and was wrecked on the small island of Eilean Rubha an Ridire in 1690
&lt;/p&gt;
&lt;p&gt;
• Blessing of Burntisland: A ferry that operated between Burntisland and Leith and sank in a storm in 1633 while carrying Charles I&#8217;s baggage train.
&lt;/p&gt;</description>
      <dc:date>2009-10-10T19:16:47+00:00</dc:date>
    </item>

    <item>
      <title>Shore diving locations</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/200/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/200/#When:14:44:08Z</guid>
      <description>&lt;p&gt;Hi guys and gals,
&lt;br /&gt;
I have only done a few shore dives at the moment but here are the locations:
&lt;/p&gt;
&lt;p&gt;
Lamorna cove Cornwall:
&lt;br /&gt;
Porth Kerris Cornwall:
&lt;br /&gt;
Porthgwarra Cornwall which is just under 3 miles southeast of Lands End. Was chatting to a gentleman at Lamorna Cove who told me about this beautiful little cove. There is a small car park and the fees were reasonable starting from £1.50 for an hour. The access is fairly easy did ask the lady in the little shop if we are able to drive the car down to unload gear, she told me it would be best to ask her husband, the harbour master, (who was also the coastguard)but she didn&#8217;t think this should be a problem. However it a private beach but the public are allowed access. We asked the coastguard if it was a safe to dive there. He told us it was excellent but to keep a close eye on the tides. Best to go out on a slack tide or incoming. Not dived here yet but can&#8217;t wait it looked fantastic.
&lt;/p&gt;
&lt;p&gt;
there are reviews on the site about Lamorna and Porth Kerris. Will add more as i find them hope you guys will too. Can we add them to this thread please. &lt;img src=&quot;http://www.fish4divers.com/images/smileys/cheese.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;cheese&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2009-06-28T14:44:08+00:00</dc:date>
    </item>

    <item>
      <title>Dive weekend in Cornwall.</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/205/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/205/#When:10:27:47Z</guid>
      <description>&lt;p&gt;Well what a weekend,  first off I thought I would get down the Dutchy a little early on Wednesday afternoon so left work at lunchtime, home, pack the car and off  we go managing to avoid the M4 pile up only to get caught up for an hour and a half in early Glastonbury arrivals, eventually I arrived in Cornwall.
&lt;/p&gt;
&lt;p&gt;
Woke Thursday morning only to hear that wind blowing and when I saw which direction it was coming from I thought to myself, there maybe no diving today.&amp;nbsp; Well we set out to find a tank fill for me, internet and phone first only to get directed to the scuba diving camp site at St Hillary. While there the guy asked where were you thinking of diving and like a fool I said “Lamorna”  he laughed, not with this easterly we’ve had blowing the last couple of days..&amp;nbsp; I had a stronger feeling that we were not going to be diving today unless we could find somewhere on the north coast.
&lt;/p&gt;
&lt;p&gt;
Tank filled, off we trekked to Lamorna and yes he was right there was a swell and surf so we headed off to Sennen cove to have a look. Time we got to Sennen the tide was out so the trek across the beach to the waters edge looked miles and not ever dived there before did not know of any other entry point or what the tide’s or current was like so we decided to drive to St Ives beach and eat our picnic lunch that we had bought.
&lt;/p&gt;
&lt;p&gt;
Friday morning came and the wind had dropped so a few phone calls and we were off, Porth Kerris here we come.&amp;nbsp; Got there about 11am and one of the first things we saw was one of their sunken boats about to be hauled out of the water by the tractor LoL, some easterly that was yesterday…  Started to set the gear up as we had almost a full tide and within 40&#45;50 minutes we were ready to get in the water, quick weight check for Dawn (few pebbles in the pocket) and we were off followed by Debbie who joined us at the last minute as her hubby’s rebreather had failed so was unable to dive. Out to Drawna rock and a 90 ish degree turn to the left across the kelp beds, between a few big boulders until it was time to turn back. Well I must say my navigating was not that good but not that bad either, ended up on the main beach next door, just a little swim back to our exit point. 
&lt;/p&gt;
&lt;p&gt;
Dive 2 Friday was equally as nice only this time once we were in Dawn had a free flowing octopus which delayed us from going as a group, we went alone once the issue was resolved. Lot to see at Drawna rock, both dives we saw a nubibranch and loads of fish; at one point during our first dive we had 3&#45;5 Wrasse following us. 
&lt;/p&gt;
&lt;p&gt;
As we had a shallow dive at Porth Kerris we decided that we would go for a short shallow dive at Lamorna cove on Saturday morning, so that’s what we did.&amp;nbsp; It was lovely, the tide was just right and the water was clear, I wrote in my log that there was at least 8&#45;10 meters of viz, maybe more and the reason for this was the sand, I guess that over the winter a storm had brought in masses of white sand and with the sun shinning through the water gave us fantastic viz,  loads of Wrasse and Pollock and on speaking to another diver in the car park before entering the water, he said “if you lie on the bottom quite you can watch the sand eels come out  and the Pollock do their best to have a meal”. But alas we were only there for a short dive due to the air situation.&amp;nbsp; What a cracking weekend it turned out to be..
&lt;/p&gt;</description>
      <dc:date>2009-06-30T10:27:47+00:00</dc:date>
    </item>

    
    </channel>
</rss>
<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>