Stephen, Duke is using the 'WU-forecast.php' template to produce the 'WeatherUnderground 7-Day Weather Forecast' - that template is part of the 'AJAX-PHP Saratoga templates for VWS, Cumulus, WeatherLink, WD' package.
Duke, are you working with multiple templates (such as 'top', 'header', 'footer', etc.) to produce the pages? If you do not, you should seriously should think about it...
As explained previously, to create a page, such as, for example, the '7dayforecast.php', you would start with a 'clean' template named '7dayforecast.php'; at the top of the '7dayforecast.php' template, you would use 'require' to include the 'top.php' template, then, another 'require' to include the 'header' template, then an 'include' to include the 'WU-forecast.php' script, and finally, another 'require' to include the 'footer' template.
You only need one 'top.php' template, one 'header.php' template and one 'footer.php' template - all three templates will be used for each pages.
Duke, do not forget to check your private mail folder...