<odd>
<entity uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" class="user" published="Tue, 12 Jan 2010 09:08:36 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/owner_uuid/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="owner_uuid" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[http://www.myhuntingroom.com/elgg/export/opendd/0/]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/container_uuid/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="container_uuid" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[http://www.myhuntingroom.com/elgg/export/opendd/0/]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/name/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="name" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[SmilingMallard]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/username/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="username" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[57990]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/language/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="language" published="Tue, 12 Jan 2010 09:08:36 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/volatile/renderedentity/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="renderedentity" type="volatile" ><![CDATA[<div id="profile_info">
<table cellspacing="0">
<tr>
<td>

<div id="profile_info_column_left"><div id="profile_icon_wrapper"><img src="http://www.myhuntingroom.com/elgg/mod/profile/icondirect.php?lastcache=1263316213&username=57990&size=large" border="0"  title="SmilingMallard"  /></div><div class="clearfloat"></div>
<div id="profile_menu_wrapper">
	<p class="user_menu_profile">
		<a href="http://www.myhuntingroom.com/elgg/pg/profile/57990">Profile</a>
	</p>
	<p class="user_menu_friends">
		<a href="http://www.myhuntingroom.com/elgg/pg/friends/57990/">Friends</a>	
	</p>
	<p class="user_menu_friends_of">
		<a href="http://www.myhuntingroom.com/elgg/pg/friendsof/57990/">Friends of</a>	
	</p>
	<p class="user_menu_blog">
		<a href="http://www.myhuntingroom.com/elgg/pg/blog/57990">Blog</a>	
	</p>
	<p class="user_menu_file">
		<a href="http://www.myhuntingroom.com/elgg/pg/file/57990">Files</a>	
	</p><p class="user_menu_pages">
		<a href="http://www.myhuntingroom.com/elgg/pg/pages/owned/57990">Outdoor Stories</a>	
	</p>
	<p class="user_menu_file ">
		<a href="http://www.myhuntingroom.com/elgg/pg/photos/owned/57990">Photo Albums</a>	
	</p><p class="user_menu_profile izapProfileLink">
  <a href="http://www.myhuntingroom.com/elgg/pg/izap_videos/list/57990 ">Videos</a>
</p></div></div></td>
<td>
	
	<div id="profile_info_column_middle" >
<h2><a href="http://www.myhuntingroom.com/elgg/pg/profile/57990" rel="me">SmilingMallard</a></h2><div class="profile_status">Need to find a place to shoot some clays!  I don't want to start next year as rusty as I did this year.<span> (233 days ago)</span></div><p class="odd"><b>About me:</b> <p>This is totally me</p>
<p class="even"><b>Location:</b> <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAANnHwqjXK-e6QDUq7mQuHTBSh8BZ-ThN2XSSL-WBo426slHctzRQTLdsVGjWhrJ1fRRhSbOEPRtpqNg' type-='text/javascript'></script><script type='text/javascript'>/** Google map creation and maintenance (jquery.gmap.js). */
// TODO: use jquery.jmap.js (http://code.google.com/p/jmaps)
(function($) {
$.gmap = {
    DEFAULT_ICON: null,
    maps: {},
    markers: {},
    id: function(map) {
        for (var key in $.gmap.maps) {
            if ($.gmap.maps[key] == map)
                return key;
        }
        return '';
    },
    /** Center map, persist setting. */
    center: function(map, point, zoom) {
        var cookie = $.gmap.id(map) + '-center';
        if (point === undefined) {
            return $.gmap.cache(cookie);
        }
        map.setCenter(point, zoom);
        $.gmap.cache(cookie, point);
    },
    /** Cache geocoding information. */
    cache: function(address, latlng) {
        if (!address) return false;
        if (typeof(address) != 'string') return $.gmap.parseLatLng(value);
        var cookie = address.replace(/[^-a-zA-Z0-9]/g,'_');
        if (latlng === undefined) {
            if ($.cookie && $.cookie(cookie)) {
                var value = $.cookie(cookie).replace(/[+]/g, ' ');
                return $.gmap.parseLatLng(value);
            }
            return false;
        }
        if ($.cookie) 
          $.cookie(cookie, latlng, {path:'/', domain:'.DOMAIN'});
    },
    scan_markers: function() {
        $('.gmapped').each(function() {
            for (var key in $.gmap.maps) {
              var map = $.gmap.maps[key];
              if (map.autoPopulate) {
                $.gmap.mark(map, this);
              }
            }
        });
    },
    getMarkerElements: function(marker) {
        for (var key in marker) {
            if (marker[key] && marker[key].length > 1
                && typeof(marker[key][0]) == 'object'
                && marker[key][0].nodeType) {
                return marker[key];
            }
        }
    },
    geocode: function(address, callback) {
        if (!address) return false;
        var cached = $.gmap.cache(address);
        if (cached) {
            callback(cached);
            return cached;
        }
        else {
            $.gmap.geocoder.getLatLng(address, function(point) {
                if (point) {
                    $.gmap.cache(address, point);
                }
                else {
                    //alert("Google lookup failed for " + address);
                }
                callback(point);
            });
            return false;
        }
    },
    parseLatLng: function(str) {
        if (typeof(str) == 'string') {
            if (str.match(/^ *\( *[-+]?[0-9.]+ *, *[-+]?[0-9.]+ *\) *$/g)) {
                var value = str.substring(1, str.length-1);
                return GLatLng.fromUrlValue(value);
            }
        }
        if (str && str.lat && str.lng) {
            if (typeof(str.lat) == 'function'
                && typeof(str.lng) == 'function') {
                return new GLatLng(str.lat(), str.lng());
            }
            return new GLatLng(str.lat, str.lng);
        }
        return false;
    },
    mark: function(map, options, callback) {
        callback = callback || function() { };
        if (typeof (options) == 'string') {
            options = { address:options };
        }
        if (!map) {
            callback(null, "Map argument is required.");
            return;
        } 
        if (!options) {
            callback(null, "No location options were provided.");
            return;
        }
        if (options.nodeType) {
            var elem = options;
            options = {
                latlng:$.gmap.parseLatLng($(elem).attr('latlng')),
                address:$(elem).attr('address'),
                origin:$(elem).attr('origin'),
                html:$(elem).html(),
                type:$(elem).attr('type')
            };
        }
        if (!options.latlng) {
            if (!options.address) {
                callback(null, "An address or lat/lng is required.");
                return;
            }
            options.latlng = $.gmap.geocode(options.address, function(point) {
                if (point) {
                    options.latlng = point;
                    $.gmap.mark(map, options, callback);
                }
                else {
                    // TODO: notify app to clean up the address?
                    // TODO: maybe try a different service?  allow user
                    // fix? 
                    callback(null, "Geocoding failed.");
                }
            });
            if (!options.latlng) return;
        } 
        var markers_url = IMAGES + 'markers/';
        var icon = $.gmap.DEFAULT_ICON;
        if (!icon) {
            icon = new GIcon();
            icon.image = markers_url + 'generic.png';
            icon.shadow = markers_url + 'shadow.png';
            icon.iconSize = new GSize(20,34);
            icon.shadowSize = new GSize(37,34);
            icon.iconAnchor = new GPoint(9,34);
            icon.infoWindowAnchor = new GPoint(9,2);
            icon.infoShadowAnchor = new GPoint(18,25);
            $.gmap.DEFAULT_ICON = icon;
        }
        options.type = options.type || 'generic';
        icon = new GIcon(icon);
        icon.image = markers_url + options.type + '.png';

        var old = $.gmap.markers[options.latlng];
        if (old) {
            map.removeOverlay(old);
        }
        var marker = new GMarker(options.latlng, {icon:icon});
        map.addOverlay(marker);
        $.gmap.markers[options.latlng] = marker;
        if (options.html) {
            GEvent.addListener(marker, "click", function() {
                marker.openInfoWindowHtml(options.html);
            });
            if (options.visible) {
              marker.openInfoWindowHtml(options.html);
            }
        }
        if (options.origin) {
            $(options.origin).click(function() {
                $.gmap.center(map, options.latlng);
                if (options.html) {
                  marker.openInfoWindowHtml(options.html);
                }
                return false;
            }); 
        }
        callback(marker);
    },
    mapCount: 1
};

$.fn.gmap = function(options) {

    if (options === undefined) {
        return $.gmap.maps[this.attr('id')];
    }

    // If we aren't supported, we're done
    if (!window.GBrowserIsCompatible || !GBrowserIsCompatible()) {
        return this;
    }

    if (!$.gmap.geocoder) {
        $.gmap.geocoder = new GClientGeocoder();
    }

    // Sanitize options
    if (!options || typeof options != 'object') {
        options = {};
    }
    options.mapOptions = options.mapOptions || {};
    options.markers = options.markers || {};
    options.controls = options.controls || {};

    // Map all our elements
    return this.each(function() {
        var address = options.address;
        var zoom = options.zoom;

        // Make sure we have a valid id
        if (!this.id) {
            this.id = "gmap" + $.gmap.mapCount++;
        }
        // Create a map and a shortcut to it at the same time
        var id = this.id;
        var map = $.gmap.maps[id] = new GMap2(this, options.mapOptions);
        if (!map) return;
        var center = $.gmap.center(map);
        map.setCenter(center?center:new GLatLng(20, 0), zoom);

        map.autoPopulate = options.autoPopulate !== false;
        if (!address) {
            address = $.gmap.center(map);
        }
        var latlng = $.gmap.parseLatLng(address);
        if (latlng) {
            $.gmap.center(map, latlng, zoom);
        }
        else {
            latlng = $.gmap.cache(address);
            if (latlng) {
                $.gmap.center(map, latlng, zoom);
            }
            else {
                $.gmap.geocode(address, function(point) {
                    if (point) {
                        $.gmap.cache(address, point);
                        $.gmap.center(map, point, zoom);
                    }
                    else {
                        // TODO: notify app of error 
                    }
                });
            }
        }
        // Add controls to our map
        var i;
        for (i = 0; i < options.controls.length; i++) {
            var c = options.controls[i];
            eval("map.addControl(new " + c + "());");
        }
        // If we have markers, put them on the map
        if (options.markers) {
          $(options.markers).each(function() {
              $.gmap.mark(map, this);
          });
        }
        // Scan the rest of the page for markers
        if (map.autoPopulate) {
            $.gmap.scan_markers();
        }
    });
};

$(window).unload(function() { GUnload(); });
})(jQuery);var IMAGES='http://www.myhuntingroom.com/elgg/mod/google-map/images/';</script><a href="http://maps.google.com/?ie=UTF8&ll=39.72183526161986,-104.9853515625&spn=39.72183526161986,-104.9853515625&z=14" class="address_link address_inactive" onclick="return false;" title="Show exact address on map" rel="gmap">Denver</a>

	</div><!-- /#profile_info_column_middle -->

</td>
</tr>

<tr>
<td colspan="2">
	
</td>
</tr>


</table>



</div><!-- /#profile_info -->]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/26202/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/4/" published="Tue, 12 Jan 2010 17:50:21 -0800" ><![CDATA[<p>Thanks for becoming a member of the site. We have just transfered over and had the site redeveloped. All the existing members of the old format are still being uploaded into the system. This will pick up right where we left off.</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/26219/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/516/" published="Tue, 12 Jan 2010 18:55:04 -0800" ><![CDATA[<p>Hey Smiling Mallard glad to have you here on MHR. You seem to be the kind of member that we like that will share their hunting and fishing adventures with other members. It is hopfully going to be really good when we get all of our old members back up and active agin .</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/29719/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/4/" published="Tue, 26 Jan 2010 16:24:54 -0800" ><![CDATA[<p>Any luck finding a place to shoot in your neck of the woods. If not I could help out.</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60107/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="notification:method:email" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[1]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60112/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="location" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[(39.72183526161986, -104.9853515625)]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60109/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="geo:lat" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[39.7218352616]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60110/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="geo:long" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[-104.985351562]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60111/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="description" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[<p>This is totally me</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60113/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="contactemail" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60114/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="phone" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60115/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="icontime" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[1263316213]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60116/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="validated" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/0/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[1]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60117/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="validated_method" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/0/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[email]]></metadata>
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="friend" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/58369/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2361/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="friend" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/58392/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2363/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="member" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/57661/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2199/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="phpbbuser" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/654/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2193/" />
<entity uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" class="user" published="Tue, 12 Jan 2010 09:08:36 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/owner_uuid/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="owner_uuid" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[http://www.myhuntingroom.com/elgg/export/opendd/0/]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/container_uuid/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="container_uuid" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[http://www.myhuntingroom.com/elgg/export/opendd/0/]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/name/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="name" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[SmilingMallard]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/username/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="username" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[57990]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/attr/language/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="language" published="Tue, 12 Jan 2010 09:08:36 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/volatile/renderedentity/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="renderedentity" type="volatile" ><![CDATA[<div id="profile_info">
<table cellspacing="0">
<tr>
<td>

<div id="profile_info_column_left"><div id="profile_icon_wrapper"><img src="http://www.myhuntingroom.com/elgg/mod/profile/icondirect.php?lastcache=1263316213&username=57990&size=large" border="0"  title="SmilingMallard"  /></div><div class="clearfloat"></div>
<div id="profile_menu_wrapper">
	<p class="user_menu_profile">
		<a href="http://www.myhuntingroom.com/elgg/pg/profile/57990">Profile</a>
	</p>
	<p class="user_menu_friends">
		<a href="http://www.myhuntingroom.com/elgg/pg/friends/57990/">Friends</a>	
	</p>
	<p class="user_menu_friends_of">
		<a href="http://www.myhuntingroom.com/elgg/pg/friendsof/57990/">Friends of</a>	
	</p>
	<p class="user_menu_blog">
		<a href="http://www.myhuntingroom.com/elgg/pg/blog/57990">Blog</a>	
	</p>
	<p class="user_menu_file">
		<a href="http://www.myhuntingroom.com/elgg/pg/file/57990">Files</a>	
	</p><p class="user_menu_pages">
		<a href="http://www.myhuntingroom.com/elgg/pg/pages/owned/57990">Outdoor Stories</a>	
	</p>
	<p class="user_menu_file ">
		<a href="http://www.myhuntingroom.com/elgg/pg/photos/owned/57990">Photo Albums</a>	
	</p><p class="user_menu_profile izapProfileLink">
  <a href="http://www.myhuntingroom.com/elgg/pg/izap_videos/list/57990 ">Videos</a>
</p></div></div></td>
<td>
	
	<div id="profile_info_column_middle" >
<h2><a href="http://www.myhuntingroom.com/elgg/pg/profile/57990" rel="me">SmilingMallard</a></h2><div class="profile_status">Need to find a place to shoot some clays!  I don't want to start next year as rusty as I did this year.<span> (233 days ago)</span></div><p class="odd"><b>About me:</b> <p>This is totally me</p>
<p class="even"><b>Location:</b> <a href="http://maps.google.com/?ie=UTF8&ll=39.72183526161986,-104.9853515625&spn=39.72183526161986,-104.9853515625&z=14" class="address_link address_inactive" onclick="return false;" title="Show exact address on map" rel="gmap">Denver</a>

	</div><!-- /#profile_info_column_middle -->

</td>
</tr>

<tr>
<td colspan="2">
	
</td>
</tr>


</table>



</div><!-- /#profile_info -->]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/26202/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/4/" published="Tue, 12 Jan 2010 17:50:21 -0800" ><![CDATA[<p>Thanks for becoming a member of the site. We have just transfered over and had the site redeveloped. All the existing members of the old format are still being uploaded into the system. This will pick up right where we left off.</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/26219/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/516/" published="Tue, 12 Jan 2010 18:55:04 -0800" ><![CDATA[<p>Hey Smiling Mallard glad to have you here on MHR. You seem to be the kind of member that we like that will share their hunting and fishing adventures with other members. It is hopfully going to be really good when we get all of our old members back up and active agin .</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/annotation/29719/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="messageboard" type="annotation" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/4/" published="Tue, 26 Jan 2010 16:24:54 -0800" ><![CDATA[<p>Any luck finding a place to shoot in your neck of the woods. If not I could help out.</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60107/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="notification:method:email" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[1]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60112/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="location" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[(39.72183526161986, -104.9853515625)]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60109/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="geo:lat" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[39.7218352616]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60110/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="geo:long" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:08:36 -0800" ><![CDATA[-104.985351562]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60111/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="description" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[<p>This is totally me</p>]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60113/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="contactemail" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60114/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="phone" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" />
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60115/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="icontime" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[1263316213]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60116/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="validated" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/0/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[1]]></metadata>
<metadata uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/metadata/60117/" entity_uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/" name="validated_method" type="metadata" owner_uuid="http://www.myhuntingroom.com/elgg/export/opendd/0/" published="Tue, 12 Jan 2010 09:10:13 -0800" ><![CDATA[email]]></metadata>
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="friend" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/58369/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2361/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="friend" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/58392/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2363/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="member" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/57661/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2199/" />
<relationship uuid1="http://www.myhuntingroom.com/elgg/export/opendd/57990/" type="phpbbuser" uuid2="http://www.myhuntingroom.com/elgg/export/opendd/654/" uuid="http://www.myhuntingroom.com/elgg/export/opendd/57990/relationship/2193/" />
</odd>