$(document).ready(function(){        
        // ITP HOMEPAGE
        $('#itpwrap').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence', containerheight: '290px' });   
        $('ul li.active a.itp img').rotateLeft(10);
    });
