<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>That, definitely, is what I missed Len. You're a genius. I struggled a bit (poor newbie) but finally it worked.<div><br></div><div>Cheers.</div><div><br></div><div>Franz<br><div><br></div><div><br><hr id="stopSpelling">From: lkne@houstoneng.com<br>To: franzzoa@hotmail.com; geomoose-users@lists.sourceforge.net<br>Subject: RE: [Geomoose-users] Mouseover map area to show pop up or link<br>Date: Thu, 10 Jun 2010 14:03:06 +0000<br><br>

<style>
.ExternalClass .ecxshape
{;}
</style><style>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass p.ecxMsoAcetate, .ExternalClass li.ecxMsoAcetate, .ExternalClass div.ecxMsoAcetate
{margin-bottom:.0001pt;font-size:8.0pt;font-family:'Tahoma','sans-serif';}
.ExternalClass span.ecxBalloonTextChar
{font-family:'Tahoma','sans-serif';}
.ExternalClass span.ecxEmailStyle20
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .ecxMsoChpDefault
{font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;}
.ExternalClass div.ecxWordSection1
{page:WordSection1;}
</style><div class="ecxWordSection1"><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">Hi Franz</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">&nbsp;</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">The code I posted still needs some work to be integrated with GM, specifically it bypasses calling the service processing portion of GM.&nbsp; So when using the Identify service (or any other service) in GM, GM is expecting the results to come back as XML.&nbsp; The hover script is not expecting XML, just plain text or HTML.&nbsp; As the hover script is, you will need to have a custom identify.php to send the results back.&nbsp; Near the end of identify.php, modify the following lines:</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">&nbsp;</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">&nbsp;</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">header('Content-type: application/text');</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">//print "&lt;results&gt;";</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">//print "&lt;script/&gt;";</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">//print "&lt;html&gt;&lt;![CDATA[";</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">print processTemplate($contents, $substArray);</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">//print "]]&gt;&lt;/html&gt;";</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">//print "&lt;/results&gt;";</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">&nbsp;</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">Len</span></p><p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:'Calibri','sans-serif';color:#1F497D">&nbsp;</span></p><div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in"><p class="ecxMsoNormal"><b><span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'">From:</span></b><span style="font-size:10.0pt;font-family:'Tahoma','sans-serif'"> FRANZ OKYERE [mailto:franzzoa@hotmail.com] <br><b>Sent:</b> Thursday, June 10, 2010 3:03 AM<br><b>To:</b> Geomooselist<br><b>Subject:</b> Re: [Geomoose-users] Mouseover map area to show pop up or link</span></p></div></div><p class="ecxMsoNormal">&nbsp;</p><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">Hi Len,</span></p><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">I stuck your code the following function definition but even thought the &nbsp;popup shows up it does not contain any information.</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">this.onLoadedMapbook = function(mapbookXML) {</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">#your hover code</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">}</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;I changed the line setting the url to the identify.php like this to suite my local settings.</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">var url = 'http://localhost/moosecache2/php/identify.php?';</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">I am not sure if there is something else I need to do to. I have seen it work on your site so it should work on my I suppose.</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">Franz</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p></div><div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&gt; From: lkne@houstoneng.com<br>&gt; To: bfraser@geoanalytic.com<br>&gt; Date: Thu, 3 Jun 2010 15:40:50 +0000<br>&gt; CC: geomoose-users@lists.sourceforge.net<br>&gt; Subject: Re: [Geomoose-users] Mouseover map area to show pop up or link<br>&gt; <br>&gt; Performance seems ok, you can try it at <a href="http://dev.houstoneng.net/geomoose.html">http://dev.houstoneng.net/geomoose.html</a>. Hover over a parcel for 1 second and you should get a popup. It's different than passing over a marker in OL because the handler is triggered after a pause in mouse movement vs. going over the marker. The downside is there will be a lot of calls back to the server (could be an issue on a high use app) and in the case of parcels, the number of popups could get annoying to the person looking at the map. Might work better with point data.<br>&gt; <br>&gt; Len<br>&gt; <br>&gt; -----Original Message-----<br>&gt; From: Brent Fraser <a href="mailto:[mailto:bfraser@geoanalytic.com]">[mailto:bfraser@geoanalytic.com]</a> <br>&gt; Sent: Thursday, June 03, 2010 10:05 AM<br>&gt; To: Len Kne<br>&gt; Cc: Geomooselist<br>&gt; Subject: Re: [Geomoose-users] Mouseover map area to show pop up or link<br>&gt; <br>&gt; Len,<br>&gt; <br>&gt; That's impressive! How's the performance?<br>&gt; <br>&gt; Brent<br>&gt; <br>&gt; Len Kne wrote:<br>&gt; &gt; One way would be to use OL Hover handler - see <br>&gt; &gt; <a href="http://openlayers.org/dev/examples/hover-handler.html">http://openlayers.org/dev/examples/hover-handler.html</a>. Basically it <br>&gt; &gt; is going to make an ajax call to the identify service when the cursor <br>&gt; &gt; hovers over a spot for a set time. The script below works in my <br>&gt; &gt; testing environment... it could be enabled as a tool or in onLoadedMapbook().<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Len<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; // Hover support on WMS and MapServr layers<br>&gt; &gt; <br>&gt; &gt; var popup;<br>&gt; &gt; <br>&gt; &gt; OpenLayers.Control.Hover = <br>&gt; &gt; OpenLayers.Class(OpenLayers.Control, { <br>&gt; &gt; <br>&gt; &gt; defaultHandlerOptions: {<br>&gt; &gt; <br>&gt; &gt; 'delay': 500,<br>&gt; &gt; <br>&gt; &gt; 'pixelTolerance': 20,<br>&gt; &gt; <br>&gt; &gt; 'stopMove': false<br>&gt; &gt; <br>&gt; &gt; },<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; initialize: function(options) {<br>&gt; &gt; <br>&gt; &gt; this.handlerOptions = OpenLayers.Util.extend(<br>&gt; &gt; <br>&gt; &gt; {}, this.defaultHandlerOptions<br>&gt; &gt; <br>&gt; &gt; );<br>&gt; &gt; <br>&gt; &gt; OpenLayers.Control.prototype.initialize.apply(<br>&gt; &gt; <br>&gt; &gt; this, arguments<br>&gt; &gt; <br>&gt; &gt; );<br>&gt; &gt; <br>&gt; &gt; this.handler = new OpenLayers.Handler.Hover(<br>&gt; &gt; <br>&gt; &gt; this,<br>&gt; &gt; <br>&gt; &gt; {'pause': this.onPause, 'move': this.onMove},<br>&gt; &gt; <br>&gt; &gt; this.handlerOptions<br>&gt; &gt; <br>&gt; &gt; );<br>&gt; &gt; <br>&gt; &gt; },<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; onPause: function(evt) {<br>&gt; &gt; <br>&gt; &gt; var feature = <br>&gt; &gt; Map.getLonLatFromPixel(evt.xy);<br>&gt; &gt; <br>&gt; &gt; var url = <br>&gt; &gt; '/php/identify.php?';<br>&gt; &gt; <br>&gt; &gt; var layersArray = <br>&gt; &gt; GeoMOOSE.getVisibleLayers();<br>&gt; &gt; <br>&gt; &gt; layers = <br>&gt; &gt; layersArray.join(':');<br>&gt; &gt; <br>&gt; &gt; var requestOptions = <br>&gt; &gt; OpenLayers.Request.GET({<br>&gt; &gt; <br>&gt; &gt; url: <br>&gt; &gt; url,<br>&gt; &gt; <br>&gt; &gt; params: <br>&gt; &gt; {'shape': 'POINT(' + feature.lon + ' ' + feature.lat + ')',<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; 'layers': layers,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; '_moosetime': (new Date()).getTime() },<br>&gt; &gt; <br>&gt; &gt; async: <br>&gt; &gt; false<br>&gt; &gt; <br>&gt; &gt; });<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; if(requestOptions.responseText) {<br>&gt; &gt; <br>&gt; &gt; popup <br>&gt; &gt; = new OpenLayers.Popup.FramedCloud("wms",<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Map.getLonLatFromPixel(evt.xy),<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; null,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; requestOptions.responseText,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; null, false);<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Map.addPopup(popup);<br>&gt; &gt; <br>&gt; &gt; } <br>&gt; &gt; <br>&gt; &gt; },<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; onMove: function(evt) {<br>&gt; &gt; <br>&gt; &gt; if (popup != null) {<br>&gt; &gt; <br>&gt; &gt; popup.destroy();<br>&gt; &gt; <br>&gt; &gt; popup = null;<br>&gt; &gt; <br>&gt; &gt; }<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; // if this control sent an Ajax request (e.g. <br>&gt; &gt; GetFeatureInfo) when<br>&gt; &gt; <br>&gt; &gt; // the mouse pauses the onMove callback could be <br>&gt; &gt; used to abort that<br>&gt; &gt; <br>&gt; &gt; // request.<br>&gt; &gt; <br>&gt; &gt; }<br>&gt; &gt; <br>&gt; &gt; });<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; hover = new OpenLayers.Control.Hover(); <br>&gt; &gt; <br>&gt; &gt; Map.addControl(hover);<br>&gt; &gt; <br>&gt; &gt; hover.activate();<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; *From:* FRANZ OKYERE <a href="mailto:[mailto:franzzoa@hotmail.com]">[mailto:franzzoa@hotmail.com]</a><br>&gt; &gt; *Sent:* Wednesday, June 02, 2010 4:28 PM<br>&gt; &gt; *To:* Geomooselist<br>&gt; &gt; *Subject:* Re: [Geomoose-users] Mouseover map area to show pop up or <br>&gt; &gt; link<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Thanks,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; But is geomoose not based on open layers? If it is then what we can do <br>&gt; &gt; in open layers should be possible in geomoose, right? I really need to <br>&gt; &gt; do this so if you can point me in the right direction and show me <br>&gt; &gt; which of the javascript files I should be editing that would be nice.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Franz<br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; --<br>&gt; &gt; <br>&gt; &gt; Date: Wed, 2 Jun 2010 14:29:24 -0500<br>&gt; &gt; From: <a href="mailto:Bob.Basques@ci.stpaul.mn.us">Bob.Basques@ci.stpaul.mn.us</a> &lt;<a href="mailto:Bob.Basques@ci.stpaul.mn.us">mailto:Bob.Basques@ci.stpaul.mn.us</a>&gt;<br>&gt; &gt; To: <a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a> &lt;<a href="mailto:bfraser@geoanalytic.com">mailto:bfraser@geoanalytic.com</a>&gt;; <br>&gt; &gt; <a href="mailto:franzzoa@hotmail.com">franzzoa@hotmail.com</a> &lt;<a href="mailto:franzzoa@hotmail.com">mailto:franzzoa@hotmail.com</a>&gt;<br>&gt; &gt; CC: <a href="mailto:geomoose-users@lists.sourceforge.net">geomoose-users@lists.sourceforge.net</a><br>&gt; &gt; &lt;<a href="mailto:geomoose-users@lists.sourceforge.net">mailto:geomoose-users@lists.sourceforge.net</a>&gt;<br>&gt; &gt; Subject: Re: [Geomoose-users] Mouseover map area to show pop up or <br>&gt; &gt; link<br>&gt; &gt; <br>&gt; &gt; All,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Not on the feature(s), but the layer name/metadata icon in the side menu.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; bobb<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt;&gt; &gt;&gt; Brent Fraser &lt;<a href="mailto:bfraser@geoanalytic.com ">bfraser@geoanalytic.com<br></a>&gt; &gt; &lt;<a href="mailto:bfraser@geoanalytic.com">mailto:bfraser@geoanalytic.com</a>&gt;&gt; wrote:<br>&gt; &gt; <br>&gt; &gt; You mean by simply moving the cursor over the feature but not clicking it?<br>&gt; &gt; Geomoose no (as far as I know). OpenLayers has a hover handler so we <br>&gt; &gt; might be able to use that...<br>&gt; &gt; <br>&gt; &gt; Brent Fraser<br>&gt; &gt; <br>&gt; &gt; FRANZ OKYERE wrote:<br>&gt; &gt;&gt; Hello all,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I am using geomoose 2.2 and wish to do what google maps or bing maps <br>&gt; &gt;&gt; are able to do- i.e. mouseover a location on the map and then get <br>&gt; &gt;&gt; the popup showing up. Any ideas? Is such a thing possible at all in geomoose?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Cheers.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Franz<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; GIS Specialist, Ghana.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; ---------------------------------------------------------------------<br>&gt; &gt;&gt; --- Get a free e-mail account with Hotmail. Sign-up now.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; ---------------------------------------------------------------------<br>&gt; &gt;&gt; ---<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; --------<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; <br>&gt; &gt;&gt; ---------------------------------------------------------------------<br>&gt; &gt;&gt; ---<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; Geomoose-users mailing list<br>&gt; &gt;&gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>&gt; &gt; &lt;<a href="mailto:Geomoose-users@lists.sourceforge.net">mailto:Geomoose-users@lists.sourceforge.net</a>&gt;<br>&gt; &gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; -------- ThinkGeek and WIRED's GeekDad team up for the Ultimate <br>&gt; &gt; GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental <br>&gt; &gt; unit. See the prize list and enter to win:<br>&gt; &gt; <a href="http://p.sf.net/sfu/thinkgeek-promo">http://p.sf.net/sfu/thinkgeek-promo</a><br>&gt; &gt; _______________________________________________<br>&gt; &gt; Geomoose-users mailing list<br>&gt; &gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>&gt; &gt; &lt;<a href="mailto:Geomoose-users@lists.sourceforge.net">mailto:Geomoose-users@lists.sourceforge.net</a>&gt;<br>&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; --<br>&gt; &gt; <br>&gt; &gt; Get a new e-mail account with Hotmail - Free. Sign-up now. <br>&gt; &gt; &lt;<a href="http://clk.atdmt.com/UKM/go/197222280/direct/01/">http://clk.atdmt.com/UKM/go/197222280/direct/01/</a>&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; --<br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; -------- ThinkGeek and WIRED's GeekDad team up for the Ultimate <br>&gt; &gt; GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental <br>&gt; &gt; unit. See the prize list and enter to win:<br>&gt; &gt; <a href="http://p.sf.net/sfu/thinkgeek-promo">http://p.sf.net/sfu/thinkgeek-promo</a><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ----------------------------------------------------------------------<br>&gt; &gt; --<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Geomoose-users mailing list<br>&gt; &gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>&gt; <br>&gt; <br>&gt; ------------------------------------------------------------------------------<br>&gt; ThinkGeek and WIRED's GeekDad team up for the Ultimate <br>&gt; GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the <br>&gt; lucky parental unit. See the prize list and enter to win: <br>&gt; <a href="http://p.sf.net/sfu/thinkgeek-promo">http://p.sf.net/sfu/thinkgeek-promo</a><br>&gt; _______________________________________________<br>&gt; Geomoose-users mailing list<br>&gt; <a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a></span></p></div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">&nbsp;</span></p><div class="ecxMsoNormal" align="center" style="text-align:center"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'"><hr size="2" width="100%" align="center"></span></div><p class="ecxMsoNormal"><span style="font-size:10.0pt;font-family:'Verdana','sans-serif'">Get a new e-mail account with Hotmail - Free. <a href="http://clk.atdmt.com/UKM/go/197222280/direct/01/">Sign-up now.</a></span></p></div></div></div>                                               <br /><hr />Get a free e-mail account with Hotmail. Sign-up now. <a href='' target='_new'></a></body>
</html>