$(function(){
	$("#flash_img").innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: '5000'
	});
});