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