// Standard jQuery header
;(function($) {
$(document).ready(function() {
 
	//Code
	$('#alerts').cycle({ 
	    pause:   true,
	    timeout: 6000
	});
 
// Standard jQuery footer
})
})(jQuery);