$(document).ready(function() {
$(function() {
    $('#tabcontainer').tabs({});
	});
});