Warning: Use of undefined constant MCRYPT_DES - assumed 'MCRYPT_DES' (this will throw an Error in a future version of PHP) in /__cms/_/bootstrap.php on line 206

Warning: Use of undefined constant MCRYPT_MODE_CFB - assumed 'MCRYPT_MODE_CFB' (this will throw an Error in a future version of PHP) in /__cms/_/bootstrap.php on line 206

Warning: ini_set(): Cannot change zlib.output_compression - headers already sent in /__cms/_/bootstrap.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 97

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 111
$(document).ready(function(){$.fn.idle=function(time){var o=$(this);o.queue(function(){setTimeout(function(){o.dequeue()},time)});return this};$('.error').hide();$('#MainResult').hide();$('#form-wrapper').show();$(".contact-btn").click(function(){var js_name=$("#name").val(),js_email=$("#email").val(),js_phone=$("#phone").val(),js_message=$("#message").val();if(js_name==""){$("#nameLb .error").fadeIn('slow').idle(1e3).fadeOut('slow');return false};var hasError=false,emailReg=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;if(js_email==''){$("#emailLb .error1").fadeIn('slow').idle(1e3).fadeOut('slow');return false};if(!emailReg.test(js_email)){$("#emailLb .error2").fadeIn('slow').idle(1e3).fadeOut('slow');return false};if(js_message==""){$("#messageLb .error").fadeIn('slow').idle(1e3).fadeOut('slow');return false};var myData='postName='+js_name+'&postEmail='+js_email+'&postPhone='+js_phone+'&postMessage='+js_message;jQuery.ajax({type:"POST",url:"/contact.php",dataType:"html",data:myData,success:function(response){$("#MainResult").html('
'+response+'
');$("#MainResult").slideDown("slow");$("#MainContent").hide()},error:function(xhr,ajaxOptions,thrownError){$("#ErrResults").html(thrownError)}});return false})})