<!--
function JumpToIt(list)
{
	var selection=list.options[list.selectedIndex].value
	if (selection !="none")
		location.href=selection
		
}
document.write('<form>');
document.write('<select width="20" height="1" onChange="JumpToIt(this)">');
document.write('<option value="none">Please Select A School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#1">Avening Primary School</option>');                                                                                                                                                                        
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#2">Sir William Romneys School Tetbury</option>');                                                                
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#3">Crudwell Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#4">St Marys Primary School Tetbury</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#5">Malmesbury C Of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#6">Malmesbury School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#7">St Josephs R C Primary School Malmesbury</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#8">Oaksey C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#9">Kemble C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools.htm#10">Ann Edwards C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#11">Bisley Blue Coat C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#12">St Lawrence C of E Primary</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#13">St Sampsons C of E Junior School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#14">St Sampsons Infants School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#15">Fairford C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#16">Farmors School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#17">Burford School and Specialist Technology College</option>');                                                                                                                         
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#18">Burford County Primary</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#19">Charlbury Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-2.htm#20">Bampton C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#21">St. Peters C of E Infant School Bampton</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#22">Blockley C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#23">Lakefield C of E Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#24">Minchinhampton Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#25">Bladon CE Primary School</option>');                                                                                                                                                                                                                                                    
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#26">St James Primary School Chipping Campden</option>'); 
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#27">Ebrington Primary School Chipping Campden</option>'); 
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#28">St Catharines RC Primary School Chipping Campden</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#29">Chipping Campden School Chipping Campden</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-3.htm#30">Mickleton Primary School</option>');
document.write('<option value="http://www.thecotswoldgateway.co.uk/living-schools-4.htm#31">Ashton Keynes C of E Primary School</option>');
document.write('</select>');
document.write('</form>');
//-->


                                                                                                                                                                            

