$(function(){
	
	$("#frame_banner").cycle({
		timeout: 6000
	});
	
	$("#side_banner").cycle();
	
});

