// JavaScript Document
function iniciarSlideshow()
{
jQuery.noConflict();
		jQuery.featureList(
			jQuery("#tabs li a"),
			jQuery("#output li"), {
				start_item	:	0
			}
		);
}
