<?xml version="1.0" encoding="iso-8859-1"?>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd" >
<wml>
<head>
<meta name="Author" content="phillip de caux/xposition"/>
<meta name="Description" content="find your nearest oil bank and recycle your used engine oil - part of the Environment Agency UK Oil Care campaign"/>
<meta name="Keywords" content="UK, oil bank, waste oil recycling, oil care campaign, environment agency, oil pollution prevention, oil bank line, oilbankline, 0800 663366"/>
<meta name="Robots" content="All"/>
<meta name="Copyright" content="Copyright 2005 - xposition"/>

</head>
<template>
 <do type="prev" label="Back">
  <prev/>
 </do>
</template>

<card id="welcome" ontimer="#searchform" title="Welcome to...">
	<timer value="50"/>
	<p align="center">	
		<img src="../images/WML/main-logo.wbmp" alt="oil care logo (c) environment agency"/>
		<br/>
		<a href="#searchform" title="" accesskey="0">Oil bank search</a>
	</p>
</card>

<card id="searchform" title="oil bank search">
	<p align="center">
	<br /><strong>Enter your postcode</strong>
		<input maxlength="10" name="location" id="location" emptyok="false" format="*X" tabindex="1" accesskey="1"/><br />
	<do type="accept" label="oilbank search">
		<go href="results.wml" method="get">
			<postfield name="location" value="$location"/>
		</go>
	</do>
	</p>
</card>
</wml>
