﻿$(document).ready(function() {
    if ($("#apartmentsTable").length > 0) {        
        $("#apartmentsTable").highlight();
    }
});
