// JavaScript Document

function jump(form) { 
location.href="http://www.firstclasslearning.co.uk/centres/" + form.options[form.selectedIndex].value + "/"
}