$(document).ready(
	function(){			
	$('ul#hp-slider').innerfade({
		speed: 1000,
		timeout: 15000,
		type: 'random',
		containerheight: '320px'
		});

	});

