	$(document).ready(
				function(){
					$('ul#mainImageA').innerfade({
						animationtype : "fade",
						speed: 1500,
						timeout: 6000,
						type: 'random',
						containerheight: '277px'
					});
			});

