<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
 
<wml> 
 
	<card id="card1" ontimer="#card2" title=" Leigh House " newcontext="true">
		<timer value="50"/>
 		<p align="center"> 
			<img src="leighhouse1.wbmp" alt="Leigh House"/>			 
		</p> 
	</card>

	<card id="card2" ontimer="#card3" title=" Leigh House ">
		<timer value="18"/>
 		<p> 
			A large 16th century farmhouse...
		</p> 
	</card>

	<card id="card3" ontimer="#card4" title=" Leigh House ">
		<timer value="18"/>
		<p> 
			... once owned by Queen Elizabeth I.
		</p> 
	</card>

	<card id="card4" ontimer="#card5" title=" Leigh House ">
		<timer value="18"/>
 		<p>
			Set in ample grounds...
		</p> 
	</card>

	<card id="card5" ontimer="#card6" title=" Leigh House ">
		<timer value="18"/>
 		<p>
			...near historic Bradford-on-Avon...
		</p> 
	</card>

	<card id="card6" ontimer="#card7" title=" Leigh House ">
		<timer value="18"/>
			<p>
				... 8 miles from the heritage city of Bath.
			</p>
	</card>

	<card id="card7" ontimer="menu.wml#menu" title=" Leigh House ">
		<timer value="15"/>
		<p align="center">
			<small>
			(c) 2000 Aveda Computing Ltd
			</small>
		</p> 
	</card>
 
</wml> 
