$(document).ready(function(){$("#search_but").click(function(){var a="/Search/"+$("#top_search").val();window.location=a});$("#top_search").keypress(function(a){if(a.which==13)a="/Search/"+$(this).val(),window.location=a});$(".cal_next").live("click",function(){changeCal($(this).attr("id"),!1)});$(".cal_back").live("click",function(){changeCal($(this).attr("id"),!1)});$(".change_cal").live("click",function(){var a=$("#cal_month > option:selected").val();changeCal(a,!0)});(!$.browser.msie||$.browser.msie&&
$.browser.version.substr(0,1)>6)&&$(".cal_info").live("mouseover",function(){$("#cal_num_events").html("There are <strong>"+$(this).attr("data")+"</strong> event/s on this day")}).live("mouseout",function(){$("#cal_num_events").html("Select a highlighted date")});$(".cal_row_show").live("click",function(){showRows($(this),"cal_row")});$(".cal_row_hide").live("click",function(){hideRows($(this),"cal_row")});$(".events_show").live("click",function(){showRows($(this),"events")});$(".events_hide").live("click",
function(){hideRows($(this),"events")})});function showRows(a,b){var c=a.attr("id"),d=1;$("."+b+"_"+c).each(function(){var a=d%2?" grey ":" ";$(this).attr("class",b+"_"+c+a);d++});a.attr("class",b+"_hide").html("hide all")}function hideRows(a,b){var c=1,d=a.attr("id");$("."+b+"_"+d).each(function(){c>5&&$(this).attr("class","hidden "+b+"_"+d);c++});a.attr("class",b+"_show").html("show more")}
function changeCal(a,b){var c="",d="";b==!0?c=$("#cal_sport option:selected").val():d=$("#pg_sports").val();$("#calender_overlay").fadeIn(1E3,function(){var b=parseInt($("#calendar_table").height());$(this).height(b-72);setTimeout(function(){$("#calendar_table").load("/scripts/ajax/refresh_calendar.php",{month:a,sports:c,pgsports:d});$("#calender_overlay").fadeOut(1E3)},500)})};

