Cufon.replace('h4',{fontFamily:'Cheyenne Hand Bold',fontWeight:'bold',letterSpacing:'-2px'});$(function(){animateTabs();fadeFollowIcons();fadeImgLinks();loadFAQs();bumpBookmarks()});function animateTabs(){$('.nav li a').each(function(){var c=$(this).attr('id');if(c!='active'){$(this).hover(function(){$(this).animate({marginTop:'-25px'},300,'easeOutCubic')},function(){$(this).animate({marginTop:'0'},300,'easeOutCubic')})}})}function fadeFollowIcons(){$('.follow_popout li a').each(function(){$(this).hover(function(){$(this).children('img').fadeOut(200)},function(){$(this).children('img').fadeIn(100)})})}function fadeImgLinks(){$('.imglnk').each(function(){$(this).hover(function(){$(this).children('img').fadeOut(200)},function(){$(this).children('img').fadeIn(100)})})}function loadFAQs(){$('.faqs li.section').each(function(){$(this).hover(function(){$(this).animate({marginLeft:'-10px'},200,'easeOutCubic')},function(){var id=$(this).attr('id');if(id!='active_h'){$(this).animate({marginLeft:'0'},200,'easeOutCubic')}});$(this).click(function(){var cid=$(this).attr('id');if(cid!='active_h'){$('.faqs li#active_c').attr('id','').slideUp(200);$('.faqs li#active_h').attr('id','').animate({marginLeft:'0'},200,'easeOutCubic');$(this).next('li.content').attr('id','active_c').slideDown(200);$(this).attr('id','active_h').animate({marginLeft:'-10px'},200,'easeOutCubic')}})})}function bumpBookmarks(){$('.bookmarks ul li a').each(function(){$(this).hover(function(){$(this).animate({marginTop:'-8px'},200,'easeOutCubic')},function(){$(this).animate({marginTop:'0'},200,'easeOutBounce')})})}function processSearch(){var q=$('#search_input').val();location.href='/search/'+q}function loadComments(id){$('#comments').load('modules/comments.php?id='+id)}function submitComment(id){var author=$('#author').val();var comment=$('#comment').val();if(author==''||comment==''){$('.notification').show();$('.notification').fadeOut(8000)}else{$('.notification').hide();$.post('modules/comment_save.php?id='+id,$('#comment_form').serializeArray());$('#comments ul').append('<li><span class="cmt_author">'+author+' just posted:</span><p>'+comment+'</p></li>');$('#author').val('').focus();$('#comment').val('')}}function deleteComment(id){$('#cmt'+id).fadeOut(200);$.get('modules/comment_delete.php?id='+id)}function sendEmail(){$('#btn_send').val('Sending...');$.post('modules/emailform.php?submit=t',$('#email_form').serializeArray(),function(data){$('#emailform').html(data);$('.notification').fadeOut(8000)})}