// JavaScript Document

// jquery slideshow component
$(function() {
	$('#splash').cycle({fx:'fade', timeout:5000, speed:1000, pager:'#splash_control'});
});

// jquery accordion component
jQuery().ready(function(){
// simple accordion
jQuery('#modal').accordion();
});