$(document).ready(function(){ $('#slides').animatedinnerfade({ animationtype: 'fade', speed: '4', timeout: 3500, type: 'sequence', containerwidth: '950px', containerheight: '148px' }); }); function home_init() { $('ul[@id=slides] li:first').addClass('first'); }