// JavaScript Document
 $(document).ready(
				function(){
					
					$('#portfolio').innerfade({
						speed: 1000,
						timeout: 3000,
						type: 'random_start',
						containerheight: '300px'
					});
					
			});
