$(document).ready(function() {

	/*
	$('#flash').hide();
	
	$('div#commlay').delay(1000).animate({ width: 'show' }, "slow");
	
	$('div#commlay').delay(4000).animate({ width: 'hide' }, "slow");
	$('div#flash').delay(5600).animate({ width: 'show' }, "slow");

	$('a#closecom').click( 
		function(event){
			event.preventDefault();
			$('#flash').clearQueue();
			$('#commlay').clearQueue();
			$('#commlay').animate({ width: 'hide' }, "slow");
			$('#flash').delay(300).animate({ width: 'show' }, "slow");
		}
	);
	*/
	
		$('#msbanner').innerfade({
				animationtype: 'slide',
				speed: 750,
				timeout: 3000,
				type: 'random',
				containerheight: '1em'
			});
		
			$('#bigsize').innerfade({
				animationtype: 'slide',
				speed: 750,
				timeout: 12000,
				type: 'random',
				containerheight: '1em'
			});

});
