 $(document).ready(
				function(){

					$('.head_rot_img').innerfade({
						speed: 5000,
						timeout: 20000,
						type: 'random_start',
						containerheight: '102px'
					});
					
						$('.home_rot_img').innerfade({
						speed: 1000000,
						timeout: 600000,
						type: 'sequence',
						containerheight: '228px'
					});
					
					$('ul#portfolio').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '220px'
					});
					
					$('.fade').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '1.5em'
					});
					
					$('#rot_quote').innerfade({
						speed: 3000,
						timeout: 25000,
						type: 'random_start',
						containerheight: '150px'
					});
										

			});