function team_hover_handle_exceptions(obj){switch(obj.html()){case"E.I.R.":obj.html("Entrepreneur in Residence");break;case"Entrepreneur in Residence":obj.html("E.I.R.");break;}
return true;}
function markSection(){$("div",".navigation ul li").eq($.globals.markSection).addClass("selected");}
$(document).ready(function(){markSection();$(function(){$('ul.content_modules.team li').hover(function(){$(this).find('.hover_module').stop().animate({top:'15px'},{queue:false,duration:200}).animate({opacity:0.85},{queue:false,duration:300}).css({'background-color':'#0d3975'});$(this).find('.content').stop().animate({top:'30px'},{queue:false,duration:300});team_hover_handle_exceptions($(this).find('.content p'));$(this).find('.content p').removeClass("hold");},function(){$(this).find('.hover_module').stop().animate({top:'60px'},{queue:false,duration:250}).animate({opacity:0.33},{queue:false,duration:300,complete:function(){$(this).css({'background-color':'#000'});}});$(this).find('.content').stop().animate({top:'70px'},{queue:false,duration:300});$(this).find('.content p').addClass("hold");team_hover_handle_exceptions($(this).find('.content p'));});});$(function(){$('ul.content_modules.home li').find('img.hover').hide();$('ul.content_modules.home li').hover(function(){$(this).find('.hover_module').stop().animate({top:'15px'},{queue:false,duration:250});$(this).find('.content').stop().animate({top:'30px'},{queue:false,duration:350});$(this).find('img.hold').hide();$(this).find('img.hover').show();},function(){$(this).find('.hover_module.home').stop().animate({top:'99px'},{queue:false,duration:400});$(this).find('.content').stop().animate({top:'99px'},{queue:false,duration:400});$(this).find('img.hold').show();$(this).find('img.hover').hide();});});$(function(){$('#header .navigation ul li').hover(function(){$(this).find('.bg_button').addClass("selected");},function(){$(this).find('.bg_button').removeClass("selected");});});$('.module_search .button').click(function(){$('#content_form_search').slideToggle(400);return false;});$(function(){$('div.fade .fade_interior').css({'opacity':'0','filter':'alpha(opacity=0)','-moz-opacity':'0','-khtml-opacity':'0'});$('div.fade').hover(function(){$(this).find('.fade_interior').stop().animate({opacity:1},{queue:false,duration:250});},function(){$(this).find('.fade_interior').stop().animate({opacity:0},{queue:false,duration:250});});});$("a#submit_proposal").colorbox({width:"290",height:"600",iframe:true,scrolling:false});$("a.no_link").click(function(){return false;});});