// JavaScript Document

//$.fn.cycle.defaults.speed   = 600;
//$.fn.cycle.defaults.timeout = 6000;

$(function() {
    // run the code in the markup!
    $('.fade-div').cycle({
	speed: 600,
	timeout: 6000
}); 
	 $('#jqnewsVert').cycle({
                speed: 400,
                timeout: 4000
});

});
