var waitTime = '6000';
$(document).ready(function(){ 		
	$('#advert').innerfade({ 
		//animationtype: 'fade', 
		speed: 500, 
		timeout: 4000 , 
		// type: 'random', 
		containerheight: '382px'
	}); 
});	

