$(document).ready(function(){$('#slider').anythingSlider({buildNavigation:false,autoPlay:true,animationTime:200});$('a.popup').colorbox({rel:'gallery'});$('a.popvideo').colorbox({iframe:true,width:'80%',height:'80%'});var theWindow=$(window),$bg=$("#bg"),aspectRatio=$bg.width()/$bg.height();function resizeBg(){if((theWindow.width()/theWindow.height())<aspectRatio){$bg.removeClass().addClass('bgheight');}else{$bg.removeClass().addClass('bgwidth');}}
$('.cat h4').live('click',function(){$(this).parent('.cat').children('.project').fadeToggle();});theWindow.resize(function(){resizeBg();}).trigger("resize");$('#contact a.button').toggle(function(){$(this).addClass('active');$('#contact').animate({top:'0'});$('#page').animate({top:'310'});},function(){$(this).removeClass('active');$('#contact').animate({top:'-310'});$('#page').animate({top:'0'});});});
