$(document).ready(function(){   
	
	$(document).pngFix();
	
	$('#imagechanger').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '200px'
	});
	
});
