$(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#benefits').innerfade({
speed: 600,
timeout: 3000,
type: 'sequence',
containerheight: '100px'
});

$('ul#testimonials').innerfade({
speed: 600,
timeout: 6000,
type: 'sequence',
containerheight: '275px'
});


});