$(document).ready(function(){$(".caption").hide();$(".caption:first").show();$(".fadeInOut").hide();$(".gallery li").bind('click',function(e){$(".caption").hide();$(".fadeInOut").fadeIn('fast');$(".fadeInOut").fadeOut();var rel=$(this).attr('rel');$('.'+rel).show();});$.swapImage(".swapImageDisjoint");$("#modalLayer").height($(document).height()).hide();$("#modal").hide();$("#schedule a").click(function(){var modal=$('#modal');var t=$(document).scrollTop()+Math.round(($(window).height()-modal.outerHeight())/2);$("#modalLayer").show();modal.css('top',t+'px').fadeIn();});$("#modalLayer").click(function(){$("#modal").hide();$("#modalLayer").hide();});Cufon.replace('.cgefont');Cufon.replace('h2, h4');});
