$(document).ready(
		function(){
			$('.fade').innerfade({
				speed: 1000,
				timeout: 4500,
				type: 'random_start',
				containerheight: '240'
			});

		$(".colorbox").colorbox({opacity:"0.75", innerHeight:"840", width:"472", iframe:true});
});
