function tabs_init() {
 $("#tabs-set > ul.tabs").tabs("div.panes > .block");
}


$(document).ready(function() {
tabs_init();
}); 