// JavaScript Document
$(document).ready(function() {
	$.featureList(
		$("#tabs li"),
		$("#output li"), {
			start_item	:	0
		});
});
