<!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">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>GHive | Joe T  - Photo Gallery</title>
  <meta name="description" content="This is Joe T 's photo gallery on GHive. GHive is a free surf network where locals and businesses share surf reports, forecasts, news, events, classifieds and more." />
  <meta name="keywords" content="surf, surfing, report, local, forecasts, network, community, video, photos, classifieds, travel, photos, blog, news, events">

  <link href="http://assets1.ghive.com/stylesheets/index.css?1230019083" media="screen" rel="Stylesheet" type="text/css" />
  <link href="http://assets1.ghive.com/stylesheets/all.css?1230019083" media="screen" rel="Stylesheet" type="text/css" />
  <script src="http://assets3.ghive.com/javascripts/prototype.js?1230019083" type="text/javascript"></script>
  
  <script src="http://assets4.ghive.com/javascripts/scriptaculous.js?1230019083" type="text/javascript"></script>

    <script src="http://assets1.ghive.com/javascripts/effects.js?1230019083" type="text/javascript"></script> 
  <script src="http://assets1.ghive.com/javascripts/builder.js?1230019083" type="text/javascript"></script>

  <script src="http://assets3.ghive.com/javascripts/application.js?1230019083" type="text/javascript"></script>
  <script src="http://assets4.ghive.com/javascripts/message.js?1230019083" type="text/javascript"></script>
  <script src="http://assets2.ghive.com/javascripts/lightbox.js?1230019083" type="text/javascript"></script>
  
  <script src="http://assets3.ghive.com/javascripts/window.js?1230019083" type="text/javascript"></script>
  <script src="http://assets3.ghive.com/javascripts/window_ext.js?1230019083" type="text/javascript"></script>
  <script src="http://assets3.ghive.com/javascripts/tooltip.js?1230019083" type="text/javascript"></script>
  <script src="http://assets2.ghive.com/javascripts/menu.js?1230019083" type="text/javascript"></script>
  <link href="/stylesheets/themes/default.css" rel="stylesheet" type="text/css"/>
  <link href="/stylesheets/themes/avatar.css" rel="stylesheet" type="text/css"/>
  <link href="/stylesheets/themes/ryb.css" rel="stylesheet" type="text/css"/> 
  <link href="/stylesheets/themes/ryb_design.css" rel="stylesheet" type="text/css"/> 
  <link href="/stylesheets/themes/alphacube.css" rel="stylesheet" type="text/css"/> 
  <link href="/stylesheets/themes/explore_map.css" rel="stylesheet" type="text/css"/> 
  
    <script src="http://assets4.ghive.com/javascripts/organize.js?1230019083" type="text/javascript"></script>
    <script src="http://assets3.ghive.com/javascripts/uploader.js?1230019083" type="text/javascript"></script>
    <link href="http://assets2.ghive.com/stylesheets/lightbox.css?1230019083" media="screen" rel="Stylesheet" type="text/css" />
  

    
  
  <link href="http://assets1.ghive.com/stylesheets/lightbox2.css?1230019083" media="screen" rel="Stylesheet" type="text/css" />

  
  

  <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAVUb9Z7vvZarzwCgNrLlP5BQ2lM0NIbevM765gWddAH0vcPe3gRQN0185V4raUtkm2cQ7MWID3uf2qQ" type="text/javascript"></script>
  <script src="http://assets2.ghive.com/javascripts/map_tooltip.js?1230019083" type="text/javascript"></script>
<script src="http://assets4.ghive.com/javascripts/hive_maps.js?1230019083" type="text/javascript"></script>

  <script type="text/javascript" charset="utf-8">
  var explore_map_window;
  function setup_map_win() {
    if (explore_map_window != undefined) {
      explore_map_window.showCenter(true);
    } else {
      explore_map_window = new Window('explore_the_map', {
        className: 'explore_map',
        resizable: false, 
        width: 900,
        height: 565,
        showEffect: Effect.Appear,
        hideEffect: Effect.Fade
      });
      explore_map_window.setContent('explore_map_container', true, true);
      explore_map_window.toFront(); 
      explore_map_window.showCenter(true);     
    }
  }

  var expmap;
  function load_explore_map(marker_type) {
    if ((typeof GBrowserIsCompatible != "undefined") && GBrowserIsCompatible()) {
      if (!expmap) {
        expmap = new GMap2($("explore_map"), {size: new GSize(888,527)});
        expmap.enableDoubleClickZoom();
        expmap.setCenter(new GLatLng(41,-99), 4, G_HYBRID_MAP);
        expmap.addControl(new GLargeMapControl());
        expmap.addControl(new GScaleControl());
        expmap.setZoom(4);
      }
      
      var suffix = ((typeof marker_type == "undefined") || marker_type == "") ? "" : "_" + marker_type;

      // Show / hide spinner upon loading
      if (!eval("document.post_markers" + suffix)) {
        var spinner = $("map_spinner");
        var overlay = $("map_overlay");
        Effect.Appear(overlay, { duration: 0.1, from: 0, to: 0.8 });
        Effect.Appear(spinner, { duration: 0.1, from: 0, to: 1.0 });
        var hide_loading = function() {
          if (eval("document.post_markers" + suffix)) {
            document.stopObserving("markers:loaded", hide_loading);
            Effect.Fade(spinner, { duration: 0.1, from: 1.0, to: 0 });
            Effect.Fade(overlay, { duration: 0.1, from: 1.0, to: 0 });
            Element.hide.delay(1, spinner); 
            overlay.hide();
          }
        }
        document.observe("markers:loaded", hide_loading);
      }

      // Show markers or start loading
      removeMarkers(expmap);
      addMarkersOrListen(expmap, suffix);
      var options = { };
      if (suffix) options["suffix"] = suffix;
      if (marker_type == 'posts') {
        options["no_user_markers"] = 1;
      } else if (marker_type == 'businesses') {
        options["businesses_only"] = 1;
      } else if (marker_type == 'surf_reports') {
        options["surf_reports_only"] = 1;
        options["no_user_markers"] = 1;
      }
      loadMarkers(options);

           }
   }
  
  </script>


    
  
  
  
  

  
  
        <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="/stylesheets/ie6.css" media="screen"/><![endif]-->
  <!--[if IE ]><link rel="stylesheet" type="text/css" href="/stylesheets/ie.css" media="screen"/><![endif]-->
  <!--[if IE 5]><link rel="stylesheet" type="text/css" href="/stylesheets/ie5.css" media="screen"/><![endif]-->
</head>
<body id="body"
      onunload=""
      
      style="background: #000000 url(/images/blog_templates/user/717996-587709_bg.jpg);"
      >
  <div id="container">
    
    
    
<div id="header">
  <div class="header-area">
	  <span class="logo">
      <a href="/pages/marketing" title="GHIVE.COM The local surf network"><img alt="GHIVE.COM The local surf network" src="http://assets3.ghive.com/images/ghive-logo.gif?1230019083" /></a>    </span>

	  <span class="banner">
      <script language='JavaScript' type='text/javascript' src='http://ads.ghive.com/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
  
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://ads.ghive.com/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:1&amp;target=_blank&amp;block=1");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://ads.ghive.com/adclick.php?n=a47390cb' target='_blank'><img src='http://ads.ghive.com/adview.php?what=zone:1&amp;n=a47390cb' border='0' alt=''></a></noscript>

	  </span>

	  <ul id="menu">
		  <li class="menu-link1">
			  <ul>
			    <li><div class="item"><input type="text" id="hzip" name="zip" /> <a class="go" href="#" onclick="community_by_zip($F('hzip'));; return false;">Go!</a></div></li>
			    <li><a href="/community/all">View All Surf Reports</a></li>
			  </ul>
		  </li>
		  <li class="menu-link2">
			  <a href="/explore/people">SEARCH ALL</a>
			  <ul>
          <li><a href="/explore/posts">Posts</a></li>
          <li><a href="/explore/reports_and_cams">Surf Reports & Cams</a></li>
          <li><a href="/explore/businesses">Businesses</a></li>
          <li><a href="/explore/people">People</a></li>
          <li><a href="/explore/photo">Photos</a></li>
          <li><a href="/explore/video">Videos</a></li>
			  </ul>
		  </li>
		  <li class="menu-link3">
		    <a href="#" onclick="setup_map_win(); load_explore_map();; return false;">EXPLORE MAP</a>
		  </li>
	  </ul>
    
  
    <ul class="join">
      <li><a href="/signup" class="highlight">Join GHive</a></li>
      <li><a href="/pages/learnmore">Learn More</a></li>
    </ul>

    <div class="signup">
      Already a Member? <a href="/login">Sign In</a>
    </div>

  
  </div>
</div>

<div id="headerimage" style="background: #000000 url(/images/blog_templates/user/717996-587709_banner.jpg); height: 97px;"></div>
<script type="text/javascript">
if ($("tab-area")) document.write("<div id=\"tabset-padding\"></div>");
</script>


    
    <div id="content">
      
                  
      <div id="join">
  <h1 style="font-size: 30px">Not Found</h1>
  <p>The selected profile was not found in our database or is invalid.</p>
</div>

<div class="clear"></div>
<br /><br /><br /><br />
      
      <div class="clear"></div>      
    </div>

    <div id="footerimage" style="background: #000000 url(/images/blog_templates/user/717996-587709_banner.jpg); height:97px;"></div>

<div id="footer">
	<span class="banner-footer">
    <script language='JavaScript' type='text/javascript' src='http://ads.ghive.com/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
  
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://ads.ghive.com/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:1&amp;target=_blank&amp;block=1");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://ads.ghive.com/adclick.php?n=a47390cb' target='_blank'><img src='http://ads.ghive.com/adview.php?what=zone:1&amp;n=a47390cb' border='0' alt=''></a></noscript>

	</span>
	
	<span class="logo footer-logo"><a href="/pages/marketing">GHIVE.COM The local surf network</a></span>
	<ul>
		<li class="first"><a href="/pages/learnmore">What is GHive?</a></li>
		<li><a href="/ghivenews">GHive Blog</a></li>
		<li><a href="#" onclick="window.open('/ghive/tos.htm','TOS','scrollbars=yes,width=538,height=600'); return false;">Terms of Service</a></li>
		<li><a href="#" onclick="window.open('/ghive/privacy.htm', 'PRIVACY','scrollbars=yes,width=538,height=600'); return false;">Privacy Policy</a></li>
		<li><a href="/ghive/advertise.htm">Advertise</a></li>
	</ul>
	<p>GHive &copy; 2008 - All Rights Reserved</p>
</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-1246722-2");
      pageTracker._trackPageview();
      </script>

    <script type="text/javascript" charset="utf-8">
      window.onload = function() {
        Timezone.set();
        init_avatar_tooltips();
        init_zip_fields();
        
        
              };
      
      document.observe("dom:loaded", function() {
              });
    </script>

    <div id="explore_map_container" style="display:none;width:900px;height:565px;position:relative;">
      <div id="map_legend">
        <span><img alt="Map-post-icon" src="http://assets1.ghive.com/images/map-post-icon.png?1230019083" /> = Latest Posts</span>
        <span><img alt="Map-surfreport-icon" src="http://assets1.ghive.com/images/map-surfreport-icon.png?1230019083" /> = Latest Surf Reports</span>
        <span><img alt="Map-icons-profile" src="http://assets3.ghive.com/images/map-icons-profile.png?1230019083" /> = GHive Profiles</span>
        <span><img alt="Map-business-icon" src="http://assets1.ghive.com/images/map-business-icon.png?1230019083" /> = Business Profiles</span>
        <span><img alt="Map-cam-icon" src="http://assets4.ghive.com/images/map-cam-icon.gif?1230019083" /> = Live Cams</span>
      </div>
      <a href="#" style="float:right;margin:0;padding:0" onclick="Windows.closeAll(); return false;"><img alt="Close_map" src="http://assets2.ghive.com/images/close_map.gif?1230019083" /></a>
      <div class="clear"></div>
      <div id="explore_map" style="border:6px solid #fdfdfd"></div>
      <div class="clear"></div>

      <div id="map_overlay" style="display: none;"></div>
      <div id="map_spinner" style="display: none;">
        <img alt="Spinner" src="http://assets1.ghive.com/images/spinner.gif?1230019083" /> <span>Loading Markers ...</span>
      </div>
    </div>
    

    <div id="avatarTooltip" style="display: none;"></div>
  </body>

  
</html>
