
$(document).ready(function() {
	$('#flashAnimation').ticker({
        speed:4000,
        effect:'fade'
    });
});

