$(function() {
        $("#tabscontainer > ul").tabs({ 
			fx: { opacity: 'toggle' }, 
			cache: true,
			spinner: ''
		});
    // run the code in the markup!
    $('div pre code').each(function() {
        eval($(this).text());
    });
});
