 $(document).ready(function() {

	$('#banner_box').show()
	.cycle({
    fx:     'fade',
	random: 1,
    timeout: 15000
	
	})

});


