$(document).ready(function(){
	$('#top_bnr').cycle({
		fx:'fade',
		timeout:3000
	 });
});