Top

Me contacter

Me contacter
Name*
Email*
Subject*
Message*
Image Verification
captcha
Please enter the text from the image:
[Refresh Image][What’s This?]

$(‘body’).append(‘

Powered byEMF Email Forms

‘)

$(function(){$(« #emf-form »).validationEngine({validationEventTriggers: »blur »,scroll:false});$(‘.datepicker’).datepicker({showOn: ‘button’,buttonImage: base_url+’images/calendar.png’,buttonImageOnly: true,onSelect: function(dateText, inst) {var selectedDate = new Date(dateText);$(‘#’+inst.id+’year’).val(selectedDate.getFullYear()).trigger(‘blur’);$(‘#’+inst.id+’year-mm’).val(((selectedDate.getMonth()+1)>9)?(selectedDate.getMonth()+1):(‘0’+(selectedDate.getMonth()+1))).trigger(‘blur’);$(‘#’+inst.id+’year-dd’).val(selectedDate.getDate()>9?selectedDate.getDate():’0’+selectedDate.getDate()).trigger(‘blur’);},changeMonth: true,changeYear: true});if(document.getElementById(‘captcha_image’)!=null){get_valid_captcha();}});if(document.getElementById(‘captcha_image’)!=null){var isSafari = (/Safari/.test(navigator.userAgent));var firstTimeSession = 0;function process_captcha(){$(‘a#captcha_code_refresh’).trigger(‘click’);get_valid_captcha();}function safari_submit_session_form() {if (firstTimeSession == 0) {firstTimeSession = 1;$(« #safari_sessionform »).submit();setTimeout(‘process_captcha()’,2000);}}if(isSafari){$(« body »).append(‘

‘);}}