	$(document).ready(function(){ 
			$('#headerImgList').innerfade({
			speed:'slow',
			timeout:8000
			});
			}
			);

