// when the DOM is ready...
$(document).ready(function () {

var tabContainer = $("#more > ul");

tabContainer.tabs({ 
});

});
