// JavaScript Document
$(function() {
		$('div#featured').innerfade({
			speed: 2000,
			timeout: 4000,
			type: 'random',
			containerheight: '550px'
		   })
	});