1 2 3 4 5 6 7 8 9
(function() { var cf = new ContentFlow('character-select', { reflectionColor: "#000000", onclickActiveItem: function(item) { alert('hello'); } }); })();