$(document).ready(function(){$("#right-container a").css({opacity:0.5});$("#right-container a").hover(function(){$(this).fadeTo('slow',1);},function(){$(this).fadeTo('slow',0.5);});$('.team-click').click(function(){$('#team').slideToggle('slow',function(){$('html, body').animate({scrollTop:$('#team').offset().top});});});if($.browser.msie&&$.browser.version<='7.99'){(function($){$(function(){var message="FlucMedia might not work properly using IE 6 or 7. They're old &amp; slow. Download <a href='http://google.com/chrome' style='font-size:12pt;color:#AAA;text-decoration:underline;'>Google Chrome</a> instead.",div=$('<div id="ie-warning"></div>').html(message).css({'height':'40px','line-height':'40px','background-color':'#F9DB17','text-align':'center','font-family':'Arial, Helvetica, sans-serif','font-size':'12pt','font-weight':'bold','border-bottom':'1px solid #C9B005','color':'black'}).hide().find('a').css({color:'#333'}).end();div.prependTo(document.body).slideDown(500);});})(jQuery);}});
