$(document).ready(function(){
	if( ! $.browser.msie){
		$('#overlay_cycle').cycle({
			fx: 'fade',
			speed: 1000,
			timeout: 5000
		});
	}else{
		$('#overlay_cycle').flash({
			swf: 'assets/swf/rotator.swf',
			width: 454,
			height: 520,
			wmode: 'transparent'
		});
	}
});
