$(document).ready(function(){function i(){var n=window.matchMedia("(max-width: 705px)");return n.matches}function t(){var n=window.matchMedia("(min-width: 705px) and (max-width: 989px)");return n.matches}var n=-1;i()&&($(".y").each(function(){n=n>$(this).height()?n:$(this).height()}),$(".y").each(function(){$(this).height(n)}));$(function(){$(".rec-job-listing").slice(0,3).show();$("#showMoreRec").on("click",function(n){n.preventDefault();$(".rec-job-listing:hidden").slice(0,3).slideDown();$(".rec-job-listing:hidden").length==0&&$("#showMoreRec").hide()})});t()&&$(".recommender").slice(0,2).show();t()&&$(".sidebar .recommender").slice(0,3).show()})