ÿþ<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Meteox Gadget</title> <meta http-equiv="Content-Type" content="text/html; charset=unicode" /> <link href="css/meteox.css" rel="stylesheet" type="text/css" /> <script src="js/gadget.js" language="JavaScript" type="text/javascript"></script> <script src="js/meteox.js" language="JavaScript" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> try { System.Gadget.settingsUI = "settings.html"; System.Gadget.onSettingsClosed = settingsClosed; initSettings(); } catch(ex) { } function settingsClosed(event) { Refresh('radar_image'); GetPosition('radar_image'); } </script> </head> <body onload="GetPosition('radar_image');SetTime('radar_image');" onmouseout="toggleControl('off');" onmouseover="toggleControl('on');" > <g:background src="images/backdrop.png" id="backdrop" style="position:absolute;width:130px;height:150px;z-index:-1"/> <div id="timeimage"> <a href="http://www.meteox.com" ondblclick="window.open('http://www.meteox.com')"> <img id="time" alt="Time" src="http://www.meteox.com/include/images/empty.gif" /> </a> </div> <div id="timetext"></div> <div id="main_image"> <div id="main_image_window"><center> <a href="http://www.meteox.com" ondblclick="window.open('http://www.meteox.com')"> <img src="images/backdrop.png" alt="Radar" id="radar_image" /></a> </center> </div> </div> <div id="footer"></div> <div id="control" > <img onmousedown="pan('left','radar_image',true)" alt="Pan Left" src="images/pan_left.png" id="panleft"/> <img onmousedown="pan('right','radar_image',true)" alt="Pan Right" src="images/pan_right.png" id="panright"/> <img onmousedown="pan('up','radar_image',true)" alt="Pan Up" src="images/pan_up.png" id="panup"/> <img onmousedown="pan('down','radar_image',true)" alt="Pan Down" src="images/pan_down.png" id="pandown"/> <img onmousedown="zoom('+','radar_image')" alt="Zoom In" src="images/magnifier_zoom_in.png" id="zoomin"/> <img onmousedown="zoom('-','radar_image')" alt="Zoom Out" src="images/magifier_zoom_out.png" id="zoomout"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <!--webbot bot="Navigation" S-Orientation="horizontal" S-Rendering="html" S-Bar="Dots" S-Btn-Nml="&lt;A HREF=&quot;#URL#&quot; TARGET=&quot;#TARGET#&quot; STYLE=&quot;{text-decoration: none;}&quot;&gt;#LABEL#&lt;/A&gt;" S-Btn-Sel="#LABEL#" S-Btn-Sep="&amp;nbsp;&amp;bull;&amp;nbsp;" S-Type="top" B-Include-Home="FALSE" B-Include-Up="FALSE" startspan --><!--webbot bot="Navigation" i-checksum="0" endspan --></div> <script type="text/javascript"> SetImageUrl('radar_image'); zoom('+','radar_image'); window.setInterval("Refresh('radar_image')", GetRefreshTime()); </script> <div style="position: absolute; width: 533px; height: 52px; z-index: 1; left: 237px; top: 37px" id="layer1"> <font face="Comic Sans MS" size="5">hello and welcome to John &amp; Maggie&#39;s web site</font><p>&nbsp;</div> <div style="position: absolute; width: 286px; height: 2157px; z-index: 2; left: 6px; top: 227px" id="layer2"> <iframe name="I1" src="http://mobile.wunderground.com/cgi-bin/findweather/getForecast?brand=mobile&query=eghh" width="300" height="2167"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe></div> </body> </html>