
$(document).ready(function() {
	$('#logo').click(function(){
		document.location = 'http://www.stokeroaddentalpractice.co.uk/';	
	});		
});	
