
 $(document).ready(
	function(){
		$('#Billboard img:hidden').show();
		$('#Billboard').innerfade({
			speed: 1000,
			timeout: 3500,
			type: 'sequence',
			containerheight: '280px'
		});
});
	
