$(document).ready( function(){

$('#portfolio').innerfade({
 speed: '2000',
 timeout: 6000,
 type: 'random', 
 containerheight: '430px'
 }); $('.fade')

 } );
