 function regionalForecast(region) {
first = 0;


if (region == 'ENGLAND_ME') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>East Midlands Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with sunny or clear spells and a few showers.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Very windy at first but winds gradually easing down. Skies often clear but still with a few showers scattered across the region, especially in the west. Minimum temperature 6 deg C (43 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Still quite windy with sunny spells and scattered showers, some showers still heavy, but with a good deal of dry weather through the day. Maximum temperature 11 deg C (52 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Cloudy but mild on Tuesday with very strong winds and occasional rain. Very windy on Wednesday with occasional showers. Sunny spells on Thursday with scattered showers, winds easing down.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_MW') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>West Midlands Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with further showers, but some clearer spells too.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Continuing quite windy with some scattered showers, but also with some drier and clearer spells. Rather more persistent rain is likely to affect the south of the region by the end of the night. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Another quite windy day with further showers likely at times, occasionally prolonged, but with more in the way of bright or sunny spells developing during the afternoon. Maximum temperature 12 deg C (54 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Continuing unsettled. Cloudy, mild and windy Tuesday, with rain at times. Brighter with sunny spells and occasional blustery showers for Wednesday and Thursday.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_ISLE') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Scotland - Orkney / Shetland Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Strong winds at first. Sunny spells and showers.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Some clear spells at first along with scattered showers. However, generally cloudy skies are expected to move up from the southwest to bring more persistent rain for a time in the early hours. Moderate southeast winds becoming fresh northwesterly. Minimum temperature 5 deg C (41 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Cloudy at first over Shetland with rain, but this soon clearing to leave a day of sunny spells and blustery, heavy showers. Light to moderate northwesterly winds. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>A bright start on Tuesday then wet and windy weather spreading from the southwest.  A return to showery conditions for Wednesday and Thursday, and still windy.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_HIGH') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Scotland - Highlands Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Showers or longer spells of rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>A band of showery rain affecting Lochalsh and Lochaber early this evening will spread across to Inverness and the east before clearing by the early hours. The east then becoming mainly clear and cold, heavy showers continuing in the west. Minimum temperature 5 deg C (41 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Eastern areas will start mainly dry and sunny though a few showers will blow across from the west in the strengthening westerly winds. Gales possible over the Hebrides. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>More persistent rain will sweep across the country during Tuesday with a return to showery conditions for Wednesday and Thursday. It will often be very windy with gales.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'NATIONAL') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>National Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Showers or longer outbreaks of rain. Windy.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Showers continuing, especially over northern and western areas, where some will be heavy, and also with some more prolonged rain likely at times. Becoming mostly dry in the east. Generally windy.</p>             <h3 class='section-heading'>Monday:</h3>     <p>Continuing windy in most areas, with further showers at times. The showers will be most widespread and heaviest in the west where some longer outbreaks of rain could still occur.</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Further cloudy, windy weather across all parts Tuesday, with rain for all but parts of the south. Rain clearing the southeast Wednesday to leave sunny intervals and blustery showers again.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'WALES') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Wales Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with further showers or longer spells of rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Further frequent showers or longer outbreaks of rain, especially in the west. Many places to the east of the high ground fairing better, with fewer showers. Staying very windy in most parts. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Windy again with sunny spells and heavy showers, sometimes prolonged. Becoming drier and brighter during the afternoon, with fewer and lighter showers, these mainly in the west. Maximum temperature 13 deg C (55 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Continuing unsettled. Cloudy, windy and often wet on Tuesday. Sunny spells and occasional showers for Wednesday and Thursday.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_YL') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>England (Yorks / Lincs) Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with sunny or clear spells and showers, some heavy.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Very windy at first but winds gradually easing down. Some clear spells and showers, some showers heavy, and frequent in places at first, especially over hills in the west. Minimum temperature 6 deg C (43 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Still quite windy with sunny spells and occasional showers, some showers still heavy, but with some good dry spells in between as well. Maximum temperature 11 deg C (52 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Cloudy but mild on Tuesday with very strong winds and occasional rain. Very windy on Wednesday with occasional showers. Sunny spells on Thursday with scattered showers, winds easing down.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_E') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Eastern England Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Rather windy. Mainly dry overnight. Rain or showers Monday.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Very windy at first but winds gradually easing down. Skies often clear but still with a few showers scattered across the region, especially in the west. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Still quite windy with a few sunny spells, but generally rather cloudy with occasional showers, which may merge to give some longer outbreaks of rain. Perhaps becoming drier later. Maximum temperature 12 deg C (54 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Cloudy but mild on Tuesday with very strong winds and occasional rain. Very windy on Wednesday with some rain followed by showers. Sunny spells Thursday, scattered showers, winds easing down.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_NW') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Northwest England Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with further showers or longer spells of rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Continuing very windy with mostly cloudy skies and with frequent heavy showers in many parts, occasionally turning into some longer spells of rain, especially in the north of the region. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Windy again with sunshine and showers, some of which may be heavy and prolonged.  Showers easing later in the afternoon, with rather more brighter spells developing. Maximum temperature 11 deg C (52 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Continuing unsettled. Wet and windy on Tuesday. Sunny spells and occasional showers for Wednesday and Thursday.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_SE') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Southeast England Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Rather windy. Mainly dry overnight. Some rain on Monday.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Very windy at first but winds gradually easing down. Skies often clear but still with a few showers scattered across the region, especially in the south and west. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Still quite windy and also rather cloudy with outbreaks of rain, which may be heavy at times. Generally becoming drier later in the afternoon. Maximum temperature 13 deg C (55 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Cloudy but mild on Tuesday with very strong winds and occasional rain. Very windy on Wednesday with some rain followed by showers. Sunny spells Thursday, scattered showers, winds easing down.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'N_IRELAND') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Ireland Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Very windy with showers or longer periods of rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>The gales will slowly decrease with many of the showers dying away, but still a few heavy and perhaps thundery ones well into the evening. Minimum temperature 7 deg C (45 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>A less windy day on Monday with some sunny intervals but showers likely too, these most likely in the west and north. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>More persistent rain will sweep across the country during Tuesday with a return to showery conditions for Wednesday and Thursday. It will often be very windy with gales.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_SW') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Southwest England Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with further showers or longer spells of rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Staying quite windy overnight with some clearer spells but further showers are likely at times, especially over Cornwall and north Devon. More general and persistent rain is expected to move in from the west during the early hours. Minimum temperature 8 deg C (46 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Another windy and quite cloudy day, with just a little sunshine at times, and also some occasionally heavy showers, perhaps prolonged in places. Becoming rather drier for a time later. Maximum temperature 13 deg C (55 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Continuing unsettled. Cloudy, mild and windy Tuesday, with some rain or drizzle at times. Brighter with sunny spells and occasional blustery showers for Wednesday and Thursday.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'ENGLAND_NE') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Northeast England / Cumbria Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Windy with sunny or clear spells and showers, some heavy.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Very windy at first but winds gradually easing down. Some clear spells and showers, some showers heavy, and frequent in places at first, especially over hills in the west. Minimum temperature 6 deg C (43 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Still quite windy with sunny spells and occasional showers, some showers still heavy, but with some good dry spells in between as well. Maximum temperature 11 deg C (52 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Cloudy but mild on Tuesday with very strong winds and occasional rain. Very windy on Wednesday with occasional showers. Sunny spells on Thursday with scattered showers, winds easing down.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_SW') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Southwest Scotland / Strathclyde Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Very windy with showers, some heavy.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Showers will continue this evening and tonight, and there will be some longer spells of rain for a time. Overnight the most frequent showers will be found in South Ayrshire. Windy with westerly gales at first, locally severe southwestern coasts,. Minimum temperature 6 deg C (43 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Strong winds developing again and bringing a mix of sunny spells and some blustery showers. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>More persistent rain will sweep across the country during Tuesday with a return to showery conditions for Wednesday and Thursday. It will often be very windy with gales.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_SE') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Southeast Scotland / Dumfries Galloway Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Very windy with showers then more persistent rain.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>The persistent rain will move away during the evening to leave some clear spells. However, there will be showers around too, again some of which may be heavy and, near the west coast thundery. Minimum temperature 5 deg C (41 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Eastern areas will start mainly dry and sunny though a few showers will blow across from the west in the strengthening westerly winds. More frequent showers in southwest especially Galloway. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>More persistent rain will sweep across the country during Tuesday with a return to showery conditions for Wednesday and Thursday. It will often be very windy with gales.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_NW') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Northwest Scotland / Tayside Fife Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Showery this evening and early tonight, then more isolated showers.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>Showers will spread to most areas this evening, some heavy. Strengthening winds, westerly gales likely on parts of the Fife coast  Turning clearer overnight, with some clear spells developing, though with showers in the west. Winds easing later. Minimum temperature 4 deg C (39 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>Eastern areas will start mainly dry and sunny though a few showers will blow across from the west in the strengthening westerly winds. Maximum temperature 10 deg C (50 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>More persistent rain will sweep across the country during Tuesday with a return to showery conditions for Wednesday and Thursday. It will often be very windy with gales.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}

if (region == 'SCOTLAND_NE') 
{
  if (first != 0) {
    document.write("<P>");
  }
  document.write(" <h2 class='sub-heading-puff header'>Northeast Scotland / Grampian Forecast</h2>  <div class='padding-top-10'></div>      <h3 class='section-heading'>Overview</h3>    <p>Showery this evening and early tonight, then mainly dry.</p>             <h3 class='section-heading'>This Evening and Tonight:</h3>     <p>The evening and early part of the night will be rather cloudy with some showers, some quite heavy. Strong westerly winds in the north for a time. The showers will clear away later tonight, and it will become quite cold. Minimum temperature 3 deg C (37 deg F).</p>             <h3 class='section-heading'>Monday:</h3>     <p>The morning will be mainly dry with some sunny spells. A few showers may develop in the afternoon. Freshening westerly winds. Maximum temperature 9 deg C (48 deg F).</p>             <h3 class='section-heading'>Outlook for Tuesday to Thursday:</h3>     <p>Tuesday starting dry but soon clouding over with rain, some heavy. Sunshine and showers on Wednesday and Thursday, the showers becoming isolated.</p>  ");
  if (first != 0) {
    document.write("</P>");
  }
  first++;
}
if (first == 0) {
  document.write("");
}
}

 