<!--
function JumpToIt(list)
{
	var selection=list.options[list.selectedIndex].value
	if (selection !="none")
		location.href=selection
		
}
document.write('<form>');
document.write('<select size="1" onChange="JumpToIt(this)">');
document.write('<option value="none">Please Select A Town</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#charlbury">Charlbury</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#cheltenham">Cheltenham</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-chippingnorton.htm">Chipping Norton</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-cirencester.htm">Cirencester</option>'); 
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#cricklade">Cricklade</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#fairford">Fairford</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-malmesbury.htm">Malmesbury</option>'); 
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-moreton-in-marsh.htm">Moreton-in-Marsh</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#nailsworth">Nailsworth</option>');  
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-stroud.htm">Stroud</option>'); 
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents-tetbury.htm">Tetbury</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-estateagents.htm#winchcombe">Winchcombe</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/estateagents-witney.htm">Witney</option>'); 
document.write('</select>');
document.write('</form>');
//-->






















