﻿/// <reference path="../jquery-1.3.2-vsdoc.js" />

$(function() {

    $(".jLink").click(function() {
        window.location = "/ProductCatalog/Catalog";

    });
    $(".introduction").corner("10px");
    $(".getStart").corner("top 10px");
    $("div.ProgramsCatalog").corner("bottom 10px");

});