jQuery(document).ready(function($) {
    // $() will work as an alias for jQuery() inside of this function
					$('ul#portfolio').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '220px'
					});
			});
