﻿/// <reference path="jquery-1.3.2.js" />

$(document).ready(function() {
    $(".tabs").tabs();
});