function flip(t){  var wl = window.location.toString();  if(wl.indexOf('http://www.brent.gov.uk/schools')>-1) wl = 'http://www.brent.gov.uk/education.nsf/pages/lbb-99';  window.location = (wl.indexOf('&c=')>-1?(wl.substring(0, wl.indexOf('&c='))):wl+'?OpenDocument') + '&c=' + t.options[t.selectedIndex].value;}function flipB(t){  var wl = window.location.toString();  window.location = (wl.indexOf('&c=')>-1?(wl.substring(0, wl.indexOf('&c='))):wl) + '&c=' + t.options[t.selectedIndex].value;}function flipCat(o){  location.replace('/counciljobs.nsf/structure/lbb-3?OpenDocument&Count=10&c='+o.options[o.selectedIndex].value.replace(/ /g,'+'));}function flipCatT(){  var o = document.getElementById('s_type');  var x = document.getElementById('s_cat');  location.replace('/counciljobs.nsf/structure/Teacher+vacancies?OpenDocument&Count=10&x=' + x.options[x.selectedIndex].value.replace(/ /g,'+') + '&c='+o.options[o.selectedIndex].value.replace(/ /g,'+'));}function jumpTo(i){   var wl = window.location.toString();   location.replace(wl.substring(0, wl.indexOf('&Type=2')) + '&Type=2&Cat=' + i.options[i.selectedIndex].value + '~');}