// JavaScript Document

	$(document).ready(function() {

		$('#splash').cycle({
			fx:'fade',				   
			timeout:6000,			  
			speed:1000			  
		});

	});

