  $(document).ready(
					function(){				
						$('ul#header_img').innerfade({
							speed: 'slow',
							timeout: 7000,
							type: 'sequence',
							containerheight: '300px'
						});
				});
  
  $(document).ready(
					function(){				
						$('ul#header_img2').innerfade({
							speed: 'slow',
							timeout: 7000,
							type: 'sequence',
							containerheight: '94px'
						});
				});
  
  $(document).ready(
					function(){				
						$('ul#header_img3').innerfade({
							speed: 'slow',
							timeout: 7000,
							type: 'sequence',
							containerheight: '220px'
						});
				});
