﻿$(function () {
    if ($('#tabs').length > 0) {
        $('#tabs').tabs();
    }
});

