/* RESEN */
/* Custom Javascript
----------------------------------------------------------------------------- */

	
	$(document).ready(function() {
	
	
	});
	
	$(window).load(function() {
	
		slideshows();
	
	});
	
	
/* FUNCTION: SLIDESHOWS
----------------------------------------------------------------------------- */


	function slideshows() {
	
		$('#billboard ul.content').cycle({
		
			fx: 'fade',
			speed: 300,
			timeout: 5000
			
		});
	
	}
	