
// perform JavaScript after the document is scriptable.
$(function() {

$("ul.tabs").tabs("div.panes > div", {

	// enable "cross-fading" effect
	effect: 'fade',
	rotate: true

// use the slideshow plugin. It accepts its own configuration
}).slideshow({
	autoplay: true,
	autopause: true,
	interval: 8000
});

});



