

$(function(){
var num=$("table.recentTable").text().length;
if(num==0)
{
$("table.recentlyViewed").css("display", "none");
}
});

