document.write('
'); document.write(''); document.write('
'); if(5 > 1){ $(function(){ $("#slide14").switchable({ putTriggers: 'appendTo', panels: 'li', initIndex: 0, // display the last panel effect: 'scrollLeft', // taking effect when autoplay == true easing: 'cubic-bezier(.455, .03, .515, .955)', // equal to 'easeInOutQuad' end2end: true, // if set to true, loop == true loop: false, // not taking effect, because end2end == true autoplay: true, interval: 5, api: true // if set to true, Switchable returns API }); }); }