﻿$(document).ready(function() {
    if ($.browser.msie && parseInt($.browser.version) < 7)
    { $("#tabs li").hover(function() { $(this).addClass("sf"); }, function() { $(this).removeClass("sf"); }); };

    // Stripe alternating rows of display tables.
    $("table.display tbody tr:even").addClass("shaded");
});