// JavaScript Document
$(document).ready(function(){
	$('#banner').cycle({
		fx: 'fade',
		random: 1
	});
});

