$(function(){$(".slides").innerfade({speed:1000,timeout:3000,type:"random_start"});$('.ayat-of-the-month').innerfade({speed: 5000,timeout: 5000,type: 'random_start'});});$(document).ready(function(){$("#email").blur(function(){var a=$("#email").val();if(a==""){$("#contact-error").html("Email is required field");return false}$("#contact-error").empty();if(/\w{1,}[@][\w\-]{1,}([.]([\w\-]{1,})){1,3}$/.test(a)==false){$("#contact-error").html("Invalid email address");return false}$("#contact-error").empty()});$("#contact-form").submit(function(){var l=$("#fullname").val();var j=$("#email").val();if(j==""){$("#contact-error").html("Email is required field");return false}if(/\w{1,}[@][\w\-]{1,}([.]([\w\-]{1,})){1,3}$/.test(j)==false){$("#contact-error").html("Invalid email address");return false}$("#submission-loading").show("slow");var g=$("#phone").val();var c=$("#aid").val();var i=$("#cid").val();var b=$("#sid").val();var e=$("#tid").val();var a=document.DOMAIN;var h=document.baseURI;var d=$("#vertical").val();var f=$("#channel").val();var k="aid="+c+"&cid="+i+"&sid="+b+"&tid="+e+"&fullname="+l+"&phone="+g+"&email="+j+"&site="+a+"&page="+h+"&channel="+f;$("#contact-confirmation").show("slow");$("#contact-form").hide("slow");$.ajax({type:"GET",url:"ContactService.php?",data:k,success:function(){}});return false})});
