function formHandler(page){
var URL = 'http://www.restinations.co.za/' + page;
window.location.href = URL;
}