var jqf = jQuery.noConflict();
jqf(document).ready(function() {
	jqf('#newsTicker').innerfade({
		animationtype: 'slide',
		speed: 0,
		timeout: 7000,
		type: 'sequence',
		containerheight: 95
	});

	jqf('#caseStudiesTicker').innerfade({
		animationtype: 'slide',
		speed: 0,
		timeout: 8000,
		type: 'sequence',
		containerheight: 95
	});

	jqf(".modhphi").flash("/images/stories/flash/homepageAnimation/homepageImage.swf", {
		width: 960,
		height: 250,
		paremeters: { wmode: "transparent" }
	});
});
