$(document).ready(function() {
    $('#tabs li a').featureList({
	output : '#output li',
	start_item : 0
    });
});
