<!--
$(document).ready( function(){
	$('#svcimage').innerfade({
		animationtype: 'fade',
		containerheight: '130px',
		type: 'random_start',
		speed: 1500,
		timeout: 9000
	});
});
//-->