$('

Upcoming Intramurals

IM\'s Spring \'25 Weekly Schedule


').appendTo('#upcoming_intramural');var fnt = function(){$('.intra-body').each( function(index){var a = $(this).height();if(a>200){ var ele = $('
More Info
').addClass('expand-intra-post-'+index).click(function(){showFullIntra('intra-post-'+index);});$(this).css('maxHeight','200px');$(this).css('overflow','hidden');$(this).attr('id','intra-post-'+index);$(this).after(ele);$(this).addClass('overflow-shadow-inset');}});};setTimeout(fnt,1000);function showFullIntra(ele){ $('.expand-'+ele).remove(); $('#'+ele).removeClass('overflow-shadow-inset').css('maxHeight','1000px'); };