$(document).ready(function(){
	
	$('#flash').flash({
		src: '/interface/flash/index.swf',
		width: 344,
		height: 182
	},
	{
		version: '9'
	});

    $('#homeimages ul').cycle({
		fx: 'fade'
	});
	
});

$(function() {  
	$("#quotes").jCarouselLite({  
		vertical: true,  
		visible: 1,  
		auto:2000,  
		speed:1000  
	});  
});