		$jq(document).ready(function() {

			$jq.featureList(
				$jq("#tabs li a"),
				$jq("#output li"), {
					start_item	:	1
				}
			);

		});

