/*
 * Data for the 'innerfade' animations
 */

$(document).ready
	(
		function()
		{


/*
 * the 3 animations on the about us page *
 */
$('#innerfade_aboutUs02').innerfade({
speed: 1700,
timeout: 5000,
type: 'sequence',
containerheight: '190px'
});

$('#innerfade_aboutUs03').innerfade({
speed: 1700,
timeout: 5300,
type: 'sequence',
containerheight: '125px'
});

$('#innerfade_aboutUs01').innerfade({
speed: 1700,
timeout: 5600,
type: 'sequence',
containerheight: '190px'
});
/*
 * END - About us anim
 */




/*
 * END all data blocks - close functions
 */
}
	);
	
/* END thumvbs_fade.js */


