$(document).ready(function() {
    $('#clinic-finder-form-2 input.postcode').attr({ value: "Type your postcode here" });
    $('#find-link').mouseenter(function() {
        $('#clinic-finder-form-2').show();
    /*}).mouseleave(function() {
        $("#clinic-finder-form-2").hide();*/
    });
    $('#find-link a').click(function(event) {
    	event.preventDefault();
    });
});
