$(document).ready(
function(){
$('#bullets').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 5000,
type: 'random',
containerheight: '75px'
});

$('#t-bullets').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 5000,
type: 'random',
containerheight: '105px'
});

$('#g-bullets').innerfade({
animationtype: 'slide',
speed: 1000,
timeout: 5000,
type: 'random',
containerheight: '100px'
});

$('ul#featured_testimonials').innerfade({
speed: 750,
timeout: 5000,
type: 'sequence',
containerheight: '150px'
});


});