$(document).ready(function(){$('#fallback').remove();$('#container ul.menu li a').mouseover(function(){$(this).animate({marginLeft:"5px"},100)});$('#container ul.menu li a').mouseout(function(){$(this).animate({marginLeft:"0px"},100)});$('a[href*=#]').click(function(){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var $target=$(this.hash);$target=$target.length&&$target||$('[name='+this.hash.slice(1)+']');if($target.length){var targetOffset=$target.offset().top;$('html,body').animate({scrollTop:targetOffset},500);return false}}});if($('#block-custom-0').length){$('#block-custom-0 .block-title').html('Tweet... tweet...');$.ajax({url:'/custom_ajax_twitterpull',type:'GET',success:function(response){$('#block-custom-0 .content').html(response)},dataType:'json'})};if($('#block-custom-1').length){$('#block-custom-1 .block-title').html('What our clients say...');$.ajax({url:'/custom_ajax_testimonials',type:'GET',success:function(response){$('#block-custom-1 .content').html(response.content)},dataType:'json'})}});

