function dest_horse_search_adv_hol()
{

var x = document.getElementById("country").value;

window.location = "http://zarasplanet.co.uk/adv_search.php?dest="+x+"&date=none&submit=1"
//window.location = "http://localhost/zara/horse/adv_search.php?dest="+x+"&date=none&submit=1"
}



function date_horse_search_adv_hol()
{

var x = document.getElementById("month_val").value;

window.location = "http://zarasplanet.co.uk/adv_search.php?date="+x+"&dest=none&submit=1"
//window.location = "http://localhost/zara/horse/adv_search.php?date="+x+"&dest=none&submit=1"
}





