$('#TB_ajaxContent').html('
\r\n \r\n \r\n \r\n \r\n - \r\n \r\n
21Jul \r\n 2012\r\n \r\n \r\n \r\n \r\n \r\n Media \r\n \r\n \r\n \r\n All Levels\r\n MANDATORY 21 DAY DROP DEAD PERIOD: \n Per CIF rules, this is a MANDATORY 21 day drop dead period. No team meetings or practice at any time during this period. \n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n | \r\n
');
tb_position();
dom_initialize();
checkall_initialize();
$('#TB_ajaxContent').unbind('scroll');
$('#TB_ajaxContent').scroll(function(){
scrollN = $(this).scrollTop();
$('#popup_calendar').stop();
$('#day_output').stop();
$('#year_output').stop();
$('#popup_calendar').animate({ 'top': scrollN+'px' }, 'fast');
$('#day_output').animate({ 'top': scrollN+'px' }, 'fast');
$('#year_output').animate({ 'top': scrollN+95+'px' }, 'fast');
return true;
});
$(window).unbind('resize');
$(window).resize(function(){
$('#TB_ajaxContent').height($(window).height()-100-5);
TB_HEIGHT=$(window).height()-100+40;
tb_position();
return true;
});
$('ul.list li').hover(function(){
if ($(this).hasClass("selected")) return false;
$(this).addClass("over");
}, function(){
if ($(this).hasClass("selected")) return false;
$(this).removeClass("over");
});
$('ul.list1 li a').hover(function(){
if ($(this).hasClass("act")) return false;
$(this).addClass("over");
}, function(){
if ($(this).hasClass("act")) return false;
$(this).removeClass("over");
});