﻿/// <reference path="jquery-1.4.2.min.js" />

$(function () {
    $("div.LI1").corner("top 15px");
    $("#module1 th a").attr("class", "mod1Th1");
    $("#module1 th:odd").attr("class", "mod1Th2");
    $("#module1 th span").attr("class", "mod1Th3");
});
