<%@LANGUAGE="VBSCRIPT"%> <% Dim page_details__MMColParam page_details__MMColParam = "enter value" If (Request("MM_EmptyValue") <> "") Then page_details__MMColParam = Request("MM_EmptyValue") End If %> <% Dim page_details Dim page_details_numRows Set page_details = Server.CreateObject("ADODB.Recordset") page_details.ActiveConnection = MM_metadatabase_STRING page_details.Source = "SELECT * FROM tblWebPages WHERE ID = " + Replace(page_details__MMColParam, "'", "''") + "" page_details.CursorType = 0 page_details.CursorLocation = 2 page_details.LockType = 1 page_details.Open() page_details_numRows = 0 %> <% Dim NoMeta__MMColParam NoMeta__MMColParam = "4" If (Request("MM_EmptyValue") <> "") Then NoMeta__MMColParam = Request("MM_EmptyValue") End If %> <% Dim NoMeta Dim NoMeta_numRows Set NoMeta = Server.CreateObject("ADODB.Recordset") NoMeta.ActiveConnection = MM_metadatabase_STRING NoMeta.Source = "SELECT * FROM qryNoMeta WHERE ID = " + Replace(page_details__MMColParam, "'", "''") + "" NoMeta.CursorType = 0 NoMeta.CursorLocation = 2 NoMeta.LockType = 1 NoMeta.Open() NoMeta_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% if page_details.Fields.Item("page_expires").Value < date() then %> <%end if %> Environment South West 2001

Observatory home

Business & Economy

Environment

Planning

Skills & Learning

Public Health

South West Observatory





SW Observatory Environment module

<% If Not NoMeta.EOF Or Not NoMeta.BOF Then %> This Document is still under development. <% End If ' end Not NoMeta.EOF Or NOT NoMeta.BOF %> <% if request.Cookies("userlevel") = "swenvo" then%> SWENVO staff ">click here edit metadata. <% End If ' end page_details.EOF And page_details.BOF %>

Welcome to the South West Environment website

Quick links:

State of the South West 2007

State of the Env ironment in the South West

Regional strategy for the South West's environment

 

Montage Map of the South WestWe all share the environment in which we live, and collective action is necessary. So this report brings together the knowledge, expertise and concerns of many organisations to provide an overview of the environment in the South West and to help inform Regional action.

This website holds a large amount of data provided by both the Environment Agency (the lead partner in the South West Observatory) and many partners.

Partners include the South West Regional Assembly, Government Office for the South West, South West Regional Development Agency, wildlife organisations, the Forestry Commission & Woodland Trust and many more...

How to use this website

This website currently contains a summary of 76 environmental issues and topics in the region, 22 facilities (including news, events and data) and 3 hosted website. Click on the links below to find out more..

Contents
Hosted websites

Atmosphere

South West Nature Map

Biodiversity

South West Regional Environment Network

Marine environment

South West Environmental Modelling Group

Inland water

 

Land & land use

 

Community well-being

 

Waste & pollution

 

Local profiles & environmental data

 

Economy & industry

 

Environmental phenomena

 

Flooding

 

Facilities

 

A quick note on boundaries

Unless otherwise stated, this report works to the Government Office South West Regional boundary. In a few cases, other boundaries within these have been used. For example, Environment Agency boundaries for some flooding information, and South West Tourism boundaries for some information on tourism. This is always stated in the text.

 

Further sources of information

The sources of information used in this report are listed in the 'Reference' section. Live links to related information are given on each page and in 'Links'.

Any queries about specific information should be directed to the organisation that owns the information. The owner (source) of information is always given in the text.

Unless otherwise stated, all maps in this report are reproduced from the OS map by the Environment Agency with the permission of Ordnance Survey on behalf of the Controller of Her Majesty’s Stationery Office © Crown copyright. Unauthorised reproduction infringes Crown copyright and may lead to prosecution or civil proceedings. Environment Agency Licence Number: 100026380, 2003.

Next Steps

This report is intended to be a living document. The information contained within is being updated regularly and environmental news added as it is supplied to us.

The Environment Agency as lead for this joint report welcomes any comments that you have, further sources of information, or news on the changing priorities and actions of your organisation.

Please contact:

Alistair Gordon

Environment Agency

Manley House

Kestrel Way

Exeter

EX2 7LQ

alistair.gordon@environment-agency.gov.uk

01392 442124


or

Annette Carr
Address as above
annette.carr@environment-agency.gov.uk
01392 352289

 

 

 

<% page_details.Close() Set page_details = Nothing %> <% NoMeta.Close() Set NoMeta = Nothing %>