
Café Restaurant 't Fortuin
Dorpstraat 190
1693 AK Wervershoof
Tel. (0228) 581336
info@t-fortuin.nl
Routebeschrijving
$('#route').click(function () {
if ($("#googlemap:first").is(":hidden")) {
$("#googlemap").slideDown("slow");
} else {
$("#googlemap").slideUp("slow");
}
return false;
});
Met het onderstaande formulier kunt u een bericht naar ons sturen.
Wij zullen dan spoedig contact met u opnemen.
$("#contactForm :input:visible:enabled:first").focus();
var queueSize = 0;
$("#contactForm").validate({
rules: {
name: "required",
email: {
required: true,
email: true
},
comment: "required"
},
messages: {
name: "Uw naam is verplicht!",
email: "Vul een geldig e-mail adres in!",
comment: "Een bericht is verplicht!"
},
submitHandler: function(form) {
$(form).ajaxSubmit({
dataType: 'html',
success: function(data) {
$('#resultform').html(data);
}
});
}
});
$('#imagecycle').cycle({fx:'fade',speed:2500,timeout: 8000});

