$(function(){var b=$("#contact");b.submit(function(j){var l=[[$("form #name"),"Name"],[$("form #email"),"Email"],[$("form #enquiry"),"Enquiry"]],d=$("form p.error"),h=l.length,g=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;j.preventDefault();d.hide();for(var f=0;f<h;f++){if(!l[f][0].val()){var k="Please fill out the '"+l[f][1]+"' field to continue.";d.html(k);d.slideDown();return false}}if(!g.test(l[1][0].val())){var k="Invalid E-mail Address";d.html(k);d.slideDown();return false}$.ajax({url:"/wp-content/themes/gregmcausland.com/process.php",data:$("form").serialize(),method:"POST",success:function(e){$("form").slideUp();$("#thanks").slideDown()}});return false});window.onload=function(){var d=$("#content"),e=$("header h1"),f=$("footer");e.fadeIn(500);setTimeout(function(){d.fadeIn(500)},600);setTimeout(function(){f.fadeIn(500)},1200)};var a=$("#tweets");if(a){var c={url:"http://api.twitter.com/1/statuses/user_timeline.json",screenName:"gregmcausland",count:1,pull:function(){var d=this.url+"?screen_name="+this.screenName+"&count="+(this.count);$.ajax({url:d,dataType:"jsonp",success:function(g){var f=g.length;for(var e=0;e<f;e++){$("#tweets p").html(g[e].text)}}})}};$(function(){c.pull()})}});
