//WAIT FOR PAGE TO LOAD
$(document).ready(function()
{	
	$("#featuredbox").featuredbox(
	{
		width: 970,
		height: 391,
		slidesAnimation: "slide-left",
		slidesSpeed: "slow",
		descriptionAnimation: "slide-bottom",
		descriptionSpeed: "slow",
		rotateInterval: 0
	});
});
