try { console.debug('console init...'); } catch(e) { console = { debug: function(){}, log: function(){} };}


$(document).ready(function () {

	$('.highlight_monitor').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 1000,
		pause: 1
	});
	
});
