$(document).ready(function(){ 
	
	$('#menu a[href="/bookings/"]').attr('href','/contact/');
	
});

