/* -------------------------------------------------- */
/* SOURCE CODE                                        */
/* -------------------------------------------------- */

$().ready(function() {
/* -------------------------------------------------- */
/* home                                               */
/* -------------------------------------------------- */
	if ($("#home").length > 0)
	{
/*
		$('#slides').cycle({
			fx:      'fade',
			speed:   1000,
			timeout: 3000
		});
*/


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


	}
/* -------------------------------------------------- */
});