$(document).ready(function() {
 $('#picholder').innerfade({
 speed: 2000,
 type: 'random',
 timeout: 6000,
 startDelay: 5000,
 containerheight: '154px'
 });
});
