// JavaScript Document

$(document).ready(function() {
    $('#bnrShow').cycle({
		fx: 'fade',
		pause: 1
	});
});
