// JavaScript Document
  $(document).ready(
				function(){
$('ul#animated-portfolio').animatedinnerfade({
						speed: 2000,<!--set speed-->
						timeout: 5000,<!--set Time-->
						type: 'sequence',<!--set type - sequence or random-->
						containerheight: '275px',
						containerwidth: '745px',
						animationSpeed: 2000,
						animationtype: 'fade',<!--Animation type - fade or slider-->
						bgFrame: 'none',
						controlBox: 'none',
						displayTitle: 'none'
					});
			});
