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

