<!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="0f7f46763a5ced489c917ba47407789a900c4225" />
<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="4113a76c87e7babb479dc9d737d927246a9e9e65" />
<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" ?>
<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-06T15:35:32+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>What boat have you been on &#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/393/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/393/#When:05:59:10Z</guid>
      <description>&lt;p&gt;Hi all
&lt;/p&gt;
&lt;p&gt;
If you have been on a dive or charter boat in the UK let us know where, when and what it was called.
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;</description>
      <dc:date>2009-12-11T05:59:10+00:00</dc:date>
    </item>

    <item>
      <title>Diving in November&#63;&#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/517/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/517/#When:17:54:16Z</guid>
      <description>&lt;p&gt;I am looking to book a 1 week diving holiday during November 2010. 
&lt;/p&gt;
&lt;p&gt;
My wife does not dive so criteria is:
&lt;/p&gt;
&lt;p&gt;
good diving (preferably wreck) in the &amp;lt;30m range
&lt;br /&gt;
not too technical ie drifts etc
&lt;br /&gt;
no liveaboards
&lt;br /&gt;
peferably morning dives leaving the afternoon free
&lt;br /&gt;
good weather
&lt;br /&gt;
nice hotel with restaurants nearby
&lt;br /&gt;
other things to do in area.
&lt;br /&gt;
Oh yes...if I can get a good discount by booking at next weeks dive show that would be great. 
&lt;/p&gt;
&lt;p&gt;
Any ideas guys??
&lt;/p&gt;</description>
      <dc:date>2010-03-20T17:54:16+00:00</dc:date>
    </item>

    <item>
      <title>Places to stay at Stoney&#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/491/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/491/#When:08:54:24Z</guid>
      <description>&lt;p&gt;Hi all 
&lt;/p&gt;
&lt;p&gt;
Has anyone stayed at Stoney in any of the places listed on their website below. 
&lt;/p&gt;
&lt;p&gt;
Or have you stayed elsewhere?
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.stoneycove.com/accomadation.htm&quot;&gt;http://www.stoneycove.com/accomadation.htm&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2010-02-22T08:54:24+00:00</dc:date>
    </item>

    <item>
      <title>Deep Blue Dive &#45; Fuerteventura, Canaries</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/412/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/412/#When:22:12:46Z</guid>
      <description>&lt;p&gt;I can very highly recommend Deep Blue Dive, Fuerteventura.
&lt;/p&gt;
&lt;p&gt;
I first qualified (PADI Open Water) about 8 years ago on a holiday to Domincan Republic and was strictly a vacation diver, but that all changed after a holiday to Fuerteventura.
&lt;/p&gt;
&lt;p&gt;
I was so impressed by the quality of diving with the team at Deep Blue, that I decided I must take this SCUBA stuff much more seriously. Purely because of my experiences with the Deep Blue team, on returning to the UK, I ordered all my own kit, booked in for more training and am now qualified to PADI Rescue Diver with, so far, 4 specialities.
&lt;/p&gt;
&lt;p&gt;
The Deep Blue Dive centre is very professionally run with exceptional hospitality. The centre is located right on the small quay at Caleta de Fuste, with literally only a few metres to walk to one of their superb ribs for a short trip to one of their great dive sites.
&lt;/p&gt;
&lt;p&gt;
As for the diving, they have very detailed sketches of each dive site (check out on their web site) and very knowledgeable and qualified guides. Visibility was great, even in Summer and masses and masses of fish. The underwater scenery is fantastic.
&lt;/p&gt;
&lt;p&gt;
I was lucky enough to see Angel Sharks, Barracuda, Eagle Wray, Tuna, Sea Horse and masses of other fish. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.deep&#45;blue&#45;diving.com/Deep_Blue_Diving_Englisch/El_Castillo.html&quot;&gt;http://www.deep&#45;blue&#45;diving.com/Deep_Blue_Diving_Englisch/El_Castillo.html&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
A very worthwhile vacation dive centre, particularly if you need to combine diving with a family holiday.
&lt;/p&gt;</description>
      <dc:date>2009-12-29T22:12:46+00:00</dc:date>
    </item>

    <item>
      <title>DiveQuest Dive Travel Brochure 2010&#45;2011</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/383/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/383/#When:04:33:44Z</guid>
      <description>&lt;p&gt;Hi all 
&lt;/p&gt;
&lt;p&gt;
The new DiveQuest dive travel brochure has just been launched and it does not disappoint. As in previous issues it is packed with an impressive and vast range of information on countries and places to go and the dive sites to see once there as well as great details on the marine life to be seen. There are some amazing pictures to be seen as well.
&lt;/p&gt;
&lt;p&gt;
Follow the link below to order your copy and let them know you found out about it here.
&lt;/p&gt;
&lt;p&gt;
Shaun
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.divequest.co.uk/brochureRequest.cfm?s=brochure&quot;&gt;http://www.divequest.co.uk/brochureRequest.cfm?s=brochure&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2009-12-11T04:33:44+00:00</dc:date>
    </item>

    <item>
      <title>NEW DIVE CHARTER BOAT IN ST IVES</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/178/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/178/#When:19:08:44Z</guid>
      <description>&lt;p&gt;CANCELLED
&lt;/p&gt;</description>
      <dc:date>2009-05-31T19:08:44+00:00</dc:date>
    </item>

    <item>
      <title>Last Minute Dive Holidays.</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/295/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/295/#When:00:42:02Z</guid>
      <description>&lt;p&gt;Hello All.
&lt;/p&gt;
&lt;p&gt;
I am looking to have a last minute diving holiday.
&lt;br /&gt;
I will only be able to book a few days before departure.
&lt;/p&gt;
&lt;p&gt;
Do any of you know where i can book a cheap, last minute trip abroad?
&lt;br /&gt;
Location is not important as long as there is sun, sea and mermaids....
&lt;/p&gt;
&lt;p&gt;
Thanks in advance
&lt;/p&gt;
&lt;p&gt;
Paul.
&lt;/p&gt;</description>
      <dc:date>2009-11-13T00:42:02+00:00</dc:date>
    </item>

    <item>
      <title>Why should age hold you back in the dive world&#63;</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/291/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/291/#When:21:38:41Z</guid>
      <description>&lt;p&gt;Hi all!!
&lt;/p&gt;
&lt;p&gt;
Just a quick note for any divers approaching (or over) 65 and struggling to get insured!
&lt;/p&gt;
&lt;p&gt;
Hope you don’t think I’m going into sales mode but I work for Scubasure (dive insurers) and we have approached the underwriters (the pesky people that assess the various risks that a person presents) about raising the age above 65, our current cut off point.&amp;nbsp; 65 is young these days and one survey even suggested that a lot of people actually start diving at this age!!&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Well we have not yet won the battle but I just wanted to tell you that we do offer annual policies through another company that covers diving as standard up to 30 metres up to the age of 69.&amp;nbsp; Past the age of 69 you can take out single trip policies covering diving up to 30 metres!&amp;nbsp; If anyone has any queries please don&#8217;t hesitate to contact me!
&lt;/p&gt;
&lt;p&gt;
Just thought this info may be useful!
&lt;/p&gt;
&lt;p&gt;
Charlie  &lt;img src=&quot;http://www.fish4divers.com/images/smileys/wink.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;wink&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2009-11-05T21:38:41+00:00</dc:date>
    </item>

    <item>
      <title>Back to the UK</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/45/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/45/#When:18:38:22Z</guid>
      <description>&lt;p&gt;Back to the UK this week for a few days! Is it really as cold as it looks on the news?&amp;nbsp; &lt;img src=&quot;http://www.fish4divers.com/images/smileys/gulp.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;gulp&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2009-02-09T18:38:22+00:00</dc:date>
    </item>

    <item>
      <title>Best job in the world. Helpers wanted</title>
      <link>http://www.fish4divers.com/index.php/forums/viewthread/243/</link>
      <guid>http://www.fish4divers.com/index.php/forums/viewthread/243/#When:04:27:49Z</guid>
      <description>&lt;p&gt;Hi all anyone interested 
&lt;/p&gt;
&lt;p&gt;
WANTED &#45; &#8216;Best mates in the World&#8217; 
&lt;/p&gt;
&lt;p&gt;
13 August 2009
&lt;/p&gt;
&lt;p&gt;
Tourism Queensland will launch a global search for four mates to share exploring the Islands of the Great Barrier Reef with Best Job in the World Island Caretaker Ben Southall. 
&lt;/p&gt;
&lt;p&gt;
Premier Anna Bligh said since Ben arrived in Queensland in July he had been tasked with the envious job of exploring all 600 islands and 300 coral cays of the Great Barrier Reef and reporting back about his experiences. 
&lt;/p&gt;
&lt;p&gt;
&#8220;Six months just isn&#8217;t enough time to sample everything so we&#8217;re looking for some mates who can share in the experience with Ben,&#8221; Ms Bligh said. 
&lt;/p&gt;
&lt;p&gt;
&#8220;The friends will report back to Ben about their experiences with photos, videos and via a guest blog on &lt;a href=&quot;http://www.islandreefjob.com&quot;&gt;http://www.islandreefjob.com&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
&#8220;This campaign has been a worldwide success and that is why my government has committed an extra $1.9m to transfer interest from the campaign into visitors and bookings.
&lt;/p&gt;
&lt;p&gt;
&#8220;Watch this space at the end of the month as we prepare to rollout a major domestic campaign off the back of &#8216;Best Job&#8217;.&#8221;
&lt;/p&gt;
&lt;p&gt;
Tourism Minister Peter Lawlor said the latest campaign which was dubbed the &#8216;Best Experience in the World&#8217; would roll out shortly through &lt;a href=&quot;http://www.islandreefjob.com&quot;&gt;http://www.islandreefjob.com&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
&#8220;To date 127,000 people have logged on to read about Ben&#8217;s Queensland adventures,&#8221; he said. 
&lt;/p&gt;
&lt;p&gt;
&#8220;Becoming a mate of the Island Caretaker is the ideal way to engage campaign followers and bring them closer to the Islands of the Great Barrier Reef. 
&lt;/p&gt;
&lt;p&gt;
&#8220;This unique, money&#45;can&#8217;t&#45;buy experience to become Ben&#8217;s mate will be available to anyone from around the world.&#8221;
&lt;/p&gt;
&lt;p&gt;
Tourism Queensland CEO Anthony Hayes said despite challenging times for tourism worldwide, the Best Job campaign has led to a spike in interest and bookings for local tourism operators.
&lt;/p&gt;
&lt;p&gt;
&#8220;Ben has held global media interest with French, Dutch, English and Australian documentary crews following his adventures and dozens of journalists seeking interviews and arranging to spend time with him here.
&lt;/p&gt;
&lt;p&gt;
&#8220;A one&#45;hour documentary about the Best Job campaign which recently aired on the BBC during prime time was watched by 3.7 million viewers and won the ratings for its time slot.
&lt;/p&gt;
&lt;p&gt;
&#8220;Since starting a month ago, Ben has done more than 80 media interviews with outlets around the world &#45; including CBC, Le Parisian, CNN, Shanghai Morning Post, the Observer, London&#8217;s Daily Telegraph and Australia&#8217;s Today Show &#45; all promoting Queensland.
&lt;/p&gt;
&lt;p&gt;
&#8220;Only last week Ben was visited by the crew from Getaway and Nine MSN who filmed a story about Ben&#8217;s Best Job which will air tonight and as part of an Australian first will also feature on Nine MSN&#8217;s online site.&#8221; 
&lt;/p&gt;
&lt;p&gt;
Mr Hayes said results from Queensland&#8217;s key international markets confirmed the campaign had raised global interest and desire to travel to Queensland.
&lt;/p&gt;
&lt;p&gt;
&#8220;Print and online retail campaigns run by Tourism Queensland in Nordic regions have reaped fantastic results, with KILROY Travels reporting a more than a three&#45;fold increase in bookings as part of its involvement in the Great Barrier Reef Sale,&#8221; he said.
&lt;/p&gt;
&lt;p&gt;
&#8220;The Great Barrier Reef Sale, run in partnership with seven tour operators across Sweden, Denmark and Norway generated just under 5,000 passengers to Queensland flying with Qantas in just three days.
&lt;/p&gt;
&lt;p&gt;
&#8220;A campaign run by Goway Travel in America dubbed &#8216;Vote for your favourite Island of the Great Barrier Reef&#8217; generated an additional 1,179 room nights for Queensland operators.
&lt;/p&gt;
&lt;p&gt;
&#8220;Tourism Queensland marketing in conjunction with Down Under Answers also reported an impressive $1.6 million in air/land bookings for Tropical North Queensland.
&lt;/p&gt;
&lt;p&gt;
&#8220;In Europe, major German wholesaler Boomerang Reisen reported a 20 percent increase in bookings to Queensland following the launch of a recent road sign campaign.&#8221;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.islandreefjob.com&quot;&gt;http://www.islandreefjob.com&lt;/a&gt;.
&lt;/p&gt;</description>
      <dc:date>2009-08-14T04:27:49+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>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>
