It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://southwestweather.com/wx/rss/rssfeed_CurrentObs.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  <head>
  5.    <!-- ##### start AJAX mods ##### -->
  6.    <script type="text/javascript" src="ajaxWDwx3.js"></script>
  7.    <!-- AJAX updates by Ken True - http://saratoga-weather.org/wxtemplates/ -->
  8.    <script type="text/javascript" src="language-en.js"></script>
  9. <!-- language for AJAX script included -->
  10.    <meta name="description" content="Personal weather station." />
  11.    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  12.    <link rel="stylesheet" type="text/css" href="weather-screen-teal-narrow.css" media="screen" title="screen" />
  13.    <link rel="stylesheet" type="text/css" href="weather-print-php.css" media="print" />
  14. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  15. <meta http-equiv="Pragma" content="no-cache" />
  16.    <meta http-equiv="Cache-Control" content="no-cache" />
  17.    <title>South West Weather - Error Document 404</title>
  18. <!-- begin flyout-menu.php CSS definition style='teal' -->
  19. <style type="text/css">
  20. /* ================================================================
  21. This copyright notice must be untouched at all times.
  22.  
  23. The original version of this stylesheet and the associated (x)html
  24. is available at http://www.cssplay.co.uk/menus/flyout_4level.html
  25. Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
  26. This stylesheet and the associated (x)html may be modified in any
  27. way to fit your requirements.
  28. Modified by Ken True and Mike Challis for Weather-Display/AJAX/PHP
  29. template set.
  30. =================================================================== */
  31. .flyoutmenu {
  32. font-size:90%;
  33. }
  34.  
  35. /* remove all the bullets, borders and padding from the default list styling */
  36. .flyoutmenu ul {
  37. position:relative;
  38. z-index:500;
  39. padding:0;
  40. margin:0;
  41. padding-left: 4px; /* mchallis added to center links in firefox */
  42. list-style-type:none;
  43. width: 110px;
  44. }
  45.  
  46. /* style the list items */
  47. .flyoutmenu li {
  48. color: #006666;
  49. background:white url(./ajax-images/flyout-shade-white.gif);
  50. /* for IE7 */
  51. float:left;
  52. margin:0; /* mchallis added to tighten gaps between links */
  53. }
  54. .flyoutmenu li.sub {background:white url(./ajax-images/flyout-sub.gif) no-repeat right center;}
  55.  
  56. /* get rid of the table */
  57. .flyoutmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
  58.  
  59. /* style the links */
  60. .flyoutmenu a, .flyoutmenu a:visited {
  61. display:block;
  62. text-decoration:none;
  63. line-height: 1.8em;
  64. width:95px; /* mchallis changed for adjusting firefox link width */
  65. color:#006666;
  66. padding: 0 2px 0 5px;
  67. border:1px solid black;
  68. border-width:0 1px 1px 1px;
  69. }
  70. /* hack for IE5.5 */
  71.         /* mchallis lowered the two width values to (101, 100)to fix IE6 links wider than menu width */
  72. * html .flyoutmenu a, * html .flyoutmenu a:visited {width:95px; w\idth:94px;}
  73. /* style the link hover */
  74. * html .flyoutmenu a:hover {color:white; background:#006666; position:relative;}
  75.  
  76. .flyoutmenu li:hover {position:relative;}
  77.  
  78. /* For accessibility of the top level menu when tabbing */
  79. .flyoutmenu a:active, .flyoutmenu a:focus {color:white; background:#006666;}
  80.  
  81. /* retain the hover colors for each sublevel IE7 and Firefox etc */
  82. .flyoutmenu li:hover > a {color:white; background:#006666;}
  83.  
  84. /* hide the sub levels and give them a positon absolute so that they take up no room */
  85. .flyoutmenu li ul {
  86. visibility:hidden;
  87. position:absolute;
  88. top:-10px;
  89. /* set up the overlap (minus the overrun) */
  90. left:90px;
  91. /* set up the overrun area */
  92. padding:10px;
  93. /* this is for IE to make it interpret the overrrun padding */
  94. background:transparent url(./ajax-images/flyout-transparent.gif);
  95. }
  96.  
  97. /* for browsers that understand this is all you need for the flyouts */
  98. .flyoutmenu li:hover > ul {visibility:visible;}
  99.  
  100.  
  101. /* for IE5.5 and IE6 you need to style each level hover */
  102.  
  103. /* keep the third level+ hidden when you hover on first level link */
  104. .flyoutmenu ul a:hover ul ul{
  105. visibility:hidden;
  106. }
  107. /* keep the fourth level+ hidden when you hover on second level link */
  108. .flyoutmenu ul a:hover ul a:hover ul ul{
  109. visibility:hidden;
  110. }
  111. /* keep the fifth level hidden when you hover on third level link */
  112. .flyoutmenu ul a:hover ul a:hover ul a:hover ul ul{
  113. visibility:hidden;
  114. }
  115.  
  116. /* make the second level visible when hover on first level link */
  117. .flyoutmenu ul a:hover ul {
  118. visibility:visible;
  119. }
  120. /* make the third level visible when you hover over second level link */
  121. .flyoutmenu ul a:hover ul a:hover ul{
  122. visibility:visible;
  123. }
  124. /* make the fourth level visible when you hover over third level link */
  125. .flyoutmenu ul a:hover ul a:hover ul a:hover ul {
  126. visibility:visible;
  127. }
  128. /* make the fifth level visible when you hover over fourth level link */
  129. .flyoutmenu ul a:hover ul a:hover ul a:hover ul a:hover ul {
  130. visibility:visible;
  131. }
  132.  
  133. </style>
  134. <!-- end of flyout-menu.php CSS definition -->
  135. <!-- World-ML template from http://saratoga-weather.org/wxtemplates/ -->
  136. <!-- end of top -->
  137. </head>
  138. <body>
  139. <div id="page"><!-- page wrapper -->
  140. <!-- header -->
  141.    <div id="header">
  142.      <h1 class="headerTitle">
  143.        <a href="index.php" title="Browse to homepage">South West Weather</a>
  144.      </h1>
  145.  <div class="headerTemp">
  146.    <span class="doNotPrint">
  147.  <span class="ajax" id="ajaxbigtemp">70&deg;F  </span>
  148. </span>
  149.  </div>
  150.  
  151.      <div class="subHeader">
  152.        Agua Fria Ranch<br/>Youngtown, AZ 85363      </div>
  153.      <div class="subHeaderRight">
  154.  &nbsp;<br/><br/>
  155.  </div><!-- end subHeaderRight -->
  156. </div>
  157. <!-- end of header -->
  158. <!-- menubar -->
  159. <div class="doNotPrint">
  160.      <div class="leftSideBar">
  161.        <p class="sideBarTitle">Navigation</p>
  162. <div class="flyoutmenu">
  163. <!-- begin generated flyout menu -->
  164. <!-- flyout-menu.php (ML) Version 1.10 - 27-Dec-2022 -->
  165. <!-- by Ken True - webmaster[at]saratoga-weather.org and -->
  166. <!-- by Mike Challis - webmaster[at]642weather.com  -->
  167. <!-- Adapted from Stu Nicholl's CSS/XHTML at http://www.cssplay.co.uk/menus/flyout_4level.html -->
  168. <!-- script available at http://saratoga-weather.org/scripts-CSSmenu.php#flyout -->
  169. <!-- using
  170. Array
  171. (
  172.    [NAME] => teal
  173.    [SHADE_IMAGE] => flyout-shade-white.gif
  174.    [BORDER_COLOR] => black
  175.    [LINK_COLOR] => #006666
  176.    [LINK_BACKGROUND] => white
  177.    [HOVER_COLOR] => white
  178.    [HOVER_BACKGROUND] => #006666
  179. )
  180. -->
  181. <!-- using ./flyout-menu.xml for XML, doTrans=1 -->
  182. <ul>
  183.  <li><a href="wxindex.php" title="Home Page">Home</a></li>
  184.  <li class="sub"><a href="#" title="WeatherFlow Tempest Dashboard, Youngtown, AZ, Weather Station">WF-Tempest<!--[if gte IE 7]><!--></a><!--<![endif]-->
  185.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  186.    <ul>
  187.    <li><a href="../pwsWF/index.php" title="pwsWF-2012_lts">WeatherFlow Tempest</a></li>
  188.    </ul>
  189.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  190.  </li>
  191.  <li class="sub"><a href="#" title="PW Dashboard, Weather Display">PWS WD<!--[if gte IE 7]><!--></a><!--<![endif]-->
  192.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  193.    <ul>
  194.    <li><a href="../pwsWD/index.php" title="pwsWD-2012_lts">WD Dash</a></li>
  195.    </ul>
  196.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  197.  </li>
  198.  <li class="sub"><a href="#" title="Weather34-Aurora-MKII">Weather 34<!--[if gte IE 7]><!--></a><!--<![endif]-->
  199.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  200.    <ul>
  201.    <li><a href="../console/index.php" title="Weather34-Aurora-MKII">Weather34</a></li>
  202.    </ul>
  203.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  204.  </li>
  205.  <li class="sub"><a href="#" title="Weavers Weather">Burr Ridge IL<!--[if gte IE 7]><!--></a><!--<![endif]-->
  206.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  207.    <ul>
  208.    <li><a href="../burrridge/wxindex.php">Burr-Ridge</a></li>
  209.    <li><a href="../pwsbrWF/index.php" title="pwsWF-2012_lts">WeatherFlow</a></li>
  210.    <li><a href="../pwsbrWD/index.php" title="pwsWD-2012_lts">Davis VP</a></li>
  211.    </ul>
  212.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  213.  </li>
  214.  <li class="sub"><a href="#" title="CumulusMX">CumulusMX<!--[if gte IE 7]><!--></a><!--<![endif]-->
  215.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  216.    <ul>
  217.    <li><a href="../webfiles/index.htm" title="Cumulus MX Template, Meteobridge, Raspberry pi 4">CumulusMX</a></li>
  218.    <li><a href="../webfiles/wxindex.php" title="CumulusMX, Meteobridge, Raspberry pi 4 and Saratoga Template">CU Saratoga</a></li>
  219.    <li><a href="../webfiles/webfilesMX/index.php" title="CumulusMX UI MXUIwebsite_2.1.5, Meteobridge, Raspberry pi 4">CumulusMX UI</a></li>
  220.    </ul>
  221.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  222.  </li>
  223.  <li class="sub"><a href="#" title="Weather">PWS-WeeWX<!--[if gte IE 7]><!--></a><!--<![endif]-->
  224.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  225.    <ul>
  226.    <li><a href="../pwsWX/index.php" title="weeWX, pwsWX Dashboard, WeatherLink Live, Raspberry pi 4">pwsWX</a></li>
  227.    </ul>
  228.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  229.  </li>
  230.  <li class="sub"><a href="#">Radar<!--[if gte IE 7]><!--></a><!--<![endif]-->
  231.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  232.    <ul>
  233.    <li><a href="wxnwsradar.php" title="Radar from NOAA/NWS">NWS Radar</a></li>
  234.    </ul>
  235.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  236.  </li>
  237.  <li class="sub"><a href="#" title="Weather outlook">Forecast &amp; Advisories<!--[if gte IE 7]><!--></a><!--<![endif]-->
  238.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  239.    <ul>
  240.    <li><a href="wxforecast.php">Forecast details</a></li>
  241.    <li><a href="wxadvisory.php">Advisories</a></li>
  242.    <li><a href="wxspc1.php" title="Noaa Severe Weather Reports">Severe Weather</a></li>
  243.    <li><a href="wxuvforecast.php">UV Index Forecast</a></li>
  244.    </ul>
  245.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  246.  </li>
  247.  <li class="sub"><a href="#" title="Realtime display of weather conditions">Live Weather<!--[if gte IE 7]><!--></a><!--<![endif]-->
  248.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  249.    <ul>
  250.    <li><a href="liveweather.php" title="Realtime display of weather conditions">SWW Live</a></li>
  251.    <li><a href="FreshWDL.php" title="Realtime display of conditions using Fresh Weather Display Live">Fresh WD Live</a></li>
  252.    </ul>
  253.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  254.  </li>
  255.  <li><a href="wxnoaaproducts.php" title="Noaa-NWS Forcasts Products">Noaa-NWS</a></li>
  256.  <li><a href="wxsteelgauges.php">Steel Gauges</a></li>
  257.  <li class="sub"><a href="#" title="Local Area Trends">Trends<!--[if gte IE 7]><!--></a><!--<![endif]-->
  258.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  259.    <ul>
  260.    <li><a href="wxtrends.php" title="Current Weather Trends">Weather Trends</a></li>
  261.    <li><a href="wxraintrends.php" title="Rain Trends">Rain</a></li>
  262.    <li><a href="wxtemptrends.php" title="Temperature Trends">Temperature</a></li>
  263.    </ul>
  264.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  265.  </li>
  266.  <li class="sub"><a href="#" title="Weather History">History<!--[if gte IE 7]><!--></a><!--<![endif]-->
  267.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  268.    <ul>
  269.    <li><a href="wxhistory.php">Station Monthly Reports</a></li>
  270.    <li><a href="wxhilowavg3.php" title="High Low Averages">High Low Avg</a></li>
  271.    <li><a href="wxclimate.php" title="Climatological Data Reports by Month">Climatological</a></li>
  272.    </ul>
  273.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  274.  </li>
  275.  <li class="sub"><a href="#" title="Weather Graphs">Graphs<!--[if gte IE 7]><!--></a><!--<![endif]-->
  276.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  277.    <ul>
  278.    <li><a href="wxnoaagraph.php" title="Daily and Monthly Temperature, Rain, Wind Graphs">Noaa Graphs</a></li>
  279.    <li><a href="wxnoaajpgraph.php" title="Graphs Temperature, Rain, Wind Speed, Wind Direction, Humidity">Noaa JPGraphs</a></li>
  280.    </ul>
  281.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  282.  </li>
  283.  <li><a href="wxweatherstory.php" title="NWS and Noaa Short Term Forecast">Weather Story</a></li>
  284.  <li class="sub"><a href="#" title="Airport Weather, Metar Reports">Airport Weather<!--[if gte IE 7]><!--></a><!--<![endif]-->
  285.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  286.    <ul>
  287.    <li><a href="wxmetar.php" title="Nearby METAR Reports PHX, Glendale, Luke Airforce Base, Goodyear">Youngtown, AZ</a></li>
  288.    <li><a href="wxmetarbur.php" title="Nearby METAR Reports Chicago Midway, Romeoville, Chicago O'hare, Dupage">Burr Ridge, IL</a></li>
  289.    </ul>
  290.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  291.  </li>
  292.  <li><a href="wx_nhcp.php">Hurricane</a></li>
  293.  <li><a href="wxaqirss.php">Air Quality Data</a></li>
  294.  <li><a href="wxriverpage.php" title="Advanced Hydrologic Prediction Service">River Heights</a></li>
  295.  <li class="sub"><a href="#" title="Wild-Fires Drought Monitor">Fire Drought<!--[if gte IE 7]><!--></a><!--<![endif]-->
  296.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  297.    <ul>
  298.    <li><a href="wxusfswfas.php" title="Wildland Fire Assessment System">USFS WildFires</a></li>
  299.    <li><a href="wxdrought.php" title="U.S. Drought Monitor">Drought Monitor</a></li>
  300.    </ul>
  301.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  302.  </li>
  303.  <li class="sub"><a href="#" title="Sun/Moon, Earthquakes">Almanac<!--[if gte IE 7]><!--></a><!--<![endif]-->
  304.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  305.    <ul>
  306.    <li><a href="wxgraphs.php">Station Graphs</a></li>
  307.    <!-- not used with WD <li><a href="wxnoaaclimatereports.php">NOAA reports</a></li> -->
  308.    <li><a href="wxastronomy.php">Sun/Moon Almanac</a></li>
  309.    <li><a href="wxquake.php">Earthquake activity</a></li>
  310.    </ul>
  311.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  312.  </li>
  313.  <li class="sub"><a href="#" title="Rain, Temperature Wind, Wind Run, Barometric Pressure &amp; Dew Point Reports">Reports<!--[if gte IE 7]><!--></a><!--<![endif]-->
  314.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  315.    <ul>
  316.    <li><a href="wxraindetail.php" title="Detail Rain Reports">Rain</a></li>
  317.    <li><a href="wxtempdetail.php" title="Detail Temperature Reports">Temperature</a></li>
  318.    <li><a href="wxdewpointdetail.php" title="Detail Dew Point Reports">Dew Point</a></li>
  319.    <li><a href="wxhumiditydetail.php" title="Detail Humidity Reports">Humidity</a></li>
  320.    <li><a href="wxwinddetail.php" title="Detail Wind Reports">Wind</a></li>
  321.    <li><a href="wxwindrunsummary.php" title="Detail Wind Run Reports">Wind Run</a></li>
  322.    <li><a href="wxwinddirectiondetail.php" title="Detail Wind Directtion">Wind Directtion</a></li>
  323.    <li><a href="wxbarodetail.php" title="Detail Barometric Pressure Reports">Barometric Pressure</a></li>
  324.    <li class="sub"><a href="#" title="Monthly Summary Rain, Temperature Wind, Wind Run, Barometric Pressure &amp; Dew Point Reports">Summary<!--[if gte IE 7]><!--></a><!--<![endif]-->
  325.      <!--[if lte IE 6]><table><tr><td><![endif]-->
  326.      <ul>
  327.      <li><a href="wxrainsummary.php" title="Monthly Rain Summary">Rain</a></li>
  328.      <li><a href="wxtempsummary.php" title="Monthly Temperature Summary">Temperature</a></li>
  329.      <li><a href="wxdewpointsummary.php" title="Monthly Dew Point Summary">Dew Point</a></li>
  330.      <li><a href="wxhumiditysummary.php" title="Monthly Humidity Summary">Humidity</a></li>
  331.      <li><a href="wxwindsummary.php" title=" Monthly Wind Summary">Wind</a></li>
  332.      <li><a href="wxwinddirectionsummary.php" title="Monthly Wind Direction Summary">Wind Run</a></li>
  333.      <li><a href="wxwindsummary.php" title="Monthly Wind Run Summary">Wind Direction</a></li>
  334.      <li><a href="wxbarosummary.php" title="Monthly Barometric Pressure Summary">Barometric Pressure</a></li>
  335.      <li class="sub"><a href="#" title="Seasonal Summary Rain, Temperature Wind, Wind Run, Barometric Pressure &amp; Dew Point Reports">Seasonal<!--[if gte IE 7]><!--></a><!--<![endif]-->
  336.        <!--[if lte IE 6]><table><tr><td><![endif]-->
  337.        <ul>
  338.        <li><a href="wxrainseason" title="Seasonal Rain">Rain</a></li>
  339.        <li><a href="wxtempseason.php" title="Seasonal Temperature">Temperature</a></li>
  340.        <li><a href="wxdewpointseason." title="Seasonal Dew Point">Dew Point</a></li>
  341.        <li><a href="wxhumidityseason.php" title="Seasonal Humidity Summary">Humidity</a></li>
  342.        <li><a href="wxwindseason.php" title="Seasonal Wind">Wind</a></li>
  343.        <li><a href="wxwindrunseason.php" title="Seasonal Wind Run">Wind Run</a></li>
  344.        <li><a href="wxwinddirectionseason.php" title="Wind Direction Seasonal Summary">Wind Direction</a></li>
  345.        <li><a href="wxbaroseason.php" title="Seasonal Barometric Pressure">Barometric Pressure</a></li>
  346.        </ul>
  347.        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  348.      </li>
  349.      </ul>
  350.      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  351.    </li>
  352.    </ul>
  353.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  354.  </li>
  355.  <li class="sub"><a href="#" title="Weather Records">Records<!--[if gte IE 7]><!--></a><!--<![endif]-->
  356.    <!--[if lte IE 6]><table><tr><td><![endif]-->
  357.    <ul>
  358.    <li><a href="wxnoaarecords.php" title="Temperature, Rain, &amp; Wind Records">Rain Wind Temp</a></li>
  359.    <li><a href="wxrecordsmonthly.php" title="Records for Current Month">Current Month</a></li>
  360.    <li><a href="wxrecordsyearly.php" title="Records for Current Year">Current Year</a></li>
  361.    <li><a href="wxrecordsalltime.php" title="All Time Records">All Time</a></li>
  362.    </ul>
  363.    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  364.  </li>
  365.  <li><a href="wxweathercomputer.php" title="Weather Computer for calculating temperature conversion, wind chill, heat index, dew point and more">Weather Computer</a></li>
  366.  <li><a href="wxlinks.php">Links</a></li>
  367.  <li><a href="wxabout.php">About</a></li>
  368.  <li><a href="wxstatus.php" title="Status of weather software">Status</a></li>
  369.  <li><a href="wxsitemap.php">Website Map</a></li>
  370. </ul>
  371. <!-- end generated flyout menu -->
  372. </div>
  373. <!-- external links -->
  374. <p class="sideBarTitle">External Links</p>
  375. <ul>
  376.   <li><a href="https://www.wunderground.com/" title="Weather Underground">Weather Underground</a></li>
  377.   <li><a href="https://www.wxforum.net/" title="WXForum">WXforum.net</a></li>
  378.   <li><a href="https://www.weather-watch.com/smf/" title="Weather-Display Forum">Weather-Display Forum</a></li>
  379. </ul>
  380. <!-- nws-alerts icons -->
  381. <p class="sideBarTitle" style="text-align:center">Alerts</p>
  382. <div style="text-align:center">
  383. <a href="wxnws-details.php?a=AZZ544#WA" title=" &nbsp;Details for Phoenix AZ&nbsp;Wind Advisory" style="width:99%; text-decoration:none; padding-top:3px">Phoenix AZ<br /><img src="./alert-images/A-advisory.png" alt=" &nbsp;Details for Phoenix AZ&nbsp;Wind Advisory" width="74" height="18" style="border:none; padding-bottom:3px" /><br /></a>
  384. <a href="wxnws-details.php?a=AZC021#WA" title=" &nbsp;Details for Pinal County AZ&nbsp;Wind Advisory" style="width:99%; text-decoration:none; padding-top:3px">Pinal County AZ<br /><img src="./alert-images/A-advisory.png" alt=" &nbsp;Details for Pinal County AZ&nbsp;Wind Advisory" width="74" height="18" style="border:none; padding-bottom:3px" /><br /></a>
  385. <a href="wxnws-details.php?a=AZC007#WA" title=" &nbsp;Details for Gila County AZ&nbsp;Wind Advisory" style="width:99%; text-decoration:none; padding-top:3px">Gila County AZ<br /><img src="./alert-images/A-advisory.png" alt=" &nbsp;Details for Gila County AZ&nbsp;Wind Advisory" width="74" height="18" style="border:none; padding-bottom:3px" /><br /></a>
  386. <a href="wxnws-details.php?a=AZZ115#WA" title=" &nbsp;Details for Western Mogollon Rim AZ&nbsp;Wind Advisory" style="width:99%; text-decoration:none; padding-top:3px">Western Mogollon Rim AZ<br /><img src="./alert-images/A-advisory.png" alt=" &nbsp;Details for Western Mogollon Rim AZ&nbsp;Wind Advisory" width="74" height="18" style="border:none; padding-bottom:3px" /><br /></a>
  387. <br />
  388. </div>
  389. <!-- end nws-alerts icons -->
  390.  
  391. <p class="sideBarTitle" align="center">Fire Danger</p>
  392. <ul>
  393.   <li><center><img src="../wx/fire.php" alt="FWI" title="FWI" /></center></li>
  394. </ul>
  395.  
  396. <p class="sideBarTitle" align="center">Chicago<br />White Sox</p>
  397. <ul>
  398.   <li><center><img src="./ajax-images/Chicago_White_Soxsm.jpg" alt="Chicago White Sox" title="Chicago White Sox" /><a href="https://www.mlb.com/whitesox/schedule/"
  399.   target="_blank" title="MADIS Rating">Schedule 2024</a></center></li>
  400. </ul>
  401.  
  402. <!-- end external links -->
  403.  <!-- begin Color Theme Switcher Plugin http://www.642weather.com/weather/scripts.php -->
  404.  <div class="thisPage" style="margin-left: 5px; font-weight: normal;">
  405.  <p class="sideBarTitle" style="margin-left: -5px;">Style Options</p>
  406. <form method="post" name="style_select" action="#">
  407. <p><label for="CSSstyle">Style:</label><br />
  408. <select id="CSSstyle" name="CSSstyle"><option value="weather-screen-black.css">Black</option>
  409. <option value="weather-screen-blue.css">Blue</option>
  410. <option value="weather-screen-dark.css">Dark</option>
  411. <option value="weather-screen-fall.css">Fall</option>
  412. <option value="weather-screen-green.css">Green</option>
  413. <option value="weather-screen-icetea.css">Ice Tea</option>
  414. <option value="weather-screen-mocha.css">Mocha</option>
  415. <option value="weather-screen-orange.css">Orange</option>
  416. <option value="weather-screen-pastel.css">Pastel</option>
  417. <option value="weather-screen-purple.css">Purple</option>
  418. <option value="weather-screen-red.css">Red</option>
  419. <option value="weather-screen-salmon.css">Salmon</option>
  420. <option value="weather-screen-silver.css">Silver</option>
  421. <option value="weather-screen-spring.css">Spring</option>
  422. <option value="weather-screen-taupe.css">Taupe</option>
  423. <option value="weather-screen-teal.css" selected="selected">Teal</option>
  424. </select><br />Widescreen:<br /><label for="CSSwidescreenOn">On</label> <input type="radio" id="CSSwidescreenOn" name="CSSwidescreen" value="1"  />
  425. | <label for="CSSwidescreenOff">Off</label> <input type="radio" id="CSSwidescreenOff" name="CSSwidescreen" value="0"  checked="checked" /><br /><input type="submit" name="Set" value="Set" /></p>
  426. </form>  </div>
  427.  <!-- end Color Theme Switcher Plugin http://www.642weather.com/weather/scripts.php -->
  428.      </div><!-- end leftSidebar -->
  429. </div><!-- end doNotPrint -->
  430. <!-- end of menubar -->
  431.  
  432. <div id="main-copy">
  433. <center><p>
  434. <span style="font-face: Verdana; font-size: 14pt; font-weight:bold;">HTTP Error 404- File or Directory not found</span></p></center>
  435. <br/>
  436. <p><span style="font-face: Verdana; font-size: 12pt; font-weight:bold;">
  437. The page you are looking for was not found on this site.
  438. Perhaps it was moved or is no longer here or You requested an image that is no longer
  439. available.</span>
  440. <br />
  441. <br />
  442. <a href="https://southwestweather.com/">Please click here</a> to go back to our home page or use the Navigation Bar.</p>
  443.  
  444. </div><!-- end main-copy -->
  445.    <!-- ##### Footer ##### -->
  446.  
  447.    <div id="footer">
  448.      <div class="doNotPrint">
  449.        <a href="#header">Top</a> |
  450.  
  451.        <a href="mailto:somebody@somemail.org" title="E-mail us">Contact Us</a>
  452.        <script type="text/javascript">
  453.        <!--
  454.        if (navigator.appName == 'Microsoft Internet Explorer' &&
  455.        parseInt(navigator.appVersion) >= 4)
  456.        {
  457.        document.write('| <a href=\"#\" onclick=\"javascript:window.external.AddFavorite        (location.href,document.title)\">');
  458.        document.write('Bookmark Page</a>');
  459.        }else
  460.        {var msg = '| <a href="" title="Bookmark Page" onClick="alert(' + "'Hit CTRL-D to bookmark this page'"+ ');">Bookmark Page</a>';
  461.        if(navigator.appName == "Netscape") msg += " (CTRL-D)";
  462. document.write(msg);
  463.        }
  464.        // -->
  465.        </script>
  466.      </div><!-- end doNotPrint -->
  467.  
  468.      <div>
  469.  
  470.        &copy; 2024, South West Weather<span class="doNotPrint"> |  
  471.          <a href="https://www.weather-display.com/" title="Powered by Weather-Display">Weather-Display   (10.37S-(b145)) </a> |
  472.  <a href="https://validator.w3.org/check?uri=referer">Valid
  473.          XHTML 1.0</a> |
  474.          <a href="https://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>
  475.          </span><br class="doNotPrint" />
  476.      <br/>Never base important decisions on this or any weather information obtained from the Internet.<br class="doNotPrint" />
  477.      </div>
  478.    </div><!-- end id="footer" -->
  479.  </div><!-- end id="page" wrapper -->
  480.  </body>
  481. </html>
  482.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda