//$(document).ready(function(){$("#links").tab(); alert("ready");});
$(document).ready(function () {
    $("#links").tabs();
});

