﻿/* jquery cycle: ticker news */

$(document).ready(function(){
	$('#ticker ul').cycle({ 
    fx:      'scrollDown', 
    speed:    400, 
    timeout:  3000 
	});
});