$(document).ready(
function(){
$('#store-pictures').innerfade({
animationtype: 'slide',
speed: 500,
timeout: 3000,
type: 'random',
containerheight: '70px'
});
$('#peoplecomments').innerfade({
animationtype: 'slide',
speed: 500,
timeout: 3000,
type: 'random',
containerheight: '90px'
});
});