wxflyer-wxsim.php and wxflyer-wu.php
These are adaptations of the Printable Weather Flyer by Mike Challis
Adaptation by Martin Collins (www.hebwx.co.uk)

This makes use of the all the details contained in the readme.txt file contained in the
download but changes the use of the advisory and weather forecast details to adapt them
for use outside of the U.S. 

Advisory
========
The Advisory box uses a free download of the Dynamic Drive "RSS Display Boxes" which can be found 
at this link: http://www.dynamicdrive.com/dynamicindex18/rssdisplaybox/index.htm
Download the zip file and extract all the files into a new folder on your website (I called it "RSS") and follow 
the instructions to setup the display boxes.

For those in the UK you can freely use the UK Met Office Advisory & Warnings RSS feed, although I would suggest
that you only use the feed for your area and not the the one for the whole of the UK as that could fill the
complete page!!
The UK Met Office RSS feeds can be found here: http://www.metoffice.gov.uk/weather/uk/rss/help.html
Place your local area link into the "main.php" file at around line 12, it looks like this:

//Specify list of RSS URLs
$rsslist=array(
"metoffice" => "http://www.metoffice.gov.uk/xml/warnings_rss_he.xml"
//"bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"
//"nytimes" => "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
//"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new" //no trailing comma after last RSS URL!!
);

Note: I have called the feed "metoffice" and put // in front of the other listed feeds as I don't use them,
although you could add others in there to use elsewhere on your site.
Now save and upload "main.php" to the RSS folder on your server.

Forecasts
=========
WXSIM FORECASTS
===============
wxflyer-wxsim.php comes already setup for those who publish WXSim forecasts on their website and you should not need 
to do any more to the script.

WUNDERGROUND FORECASTS
======================
wxflyer-wu.php comes already setup for those who publish WXSim forecasts on their website and you should not need 
to do any more to the script.