function doSwitch(test, off, on){
	var bg = document.getElementById(test).style.background;
	alert(bg);
}

function btype(time,type){
	window.location = 'http://www.lutterworthsoccercentre.net/online-booking/stage/confirm-booking/' + time + '/' + type + '/';
}